ORA-29534 while installing Target Scheme.

Hi,
I did a server side OWB installation,created a Runtime Repos, and Runtime Access User without any problem.
Installing a Target scheme however gives me the following error.
- Advise pls -
oracle.wh.util.DebugUtility: ORA-29534: referenced object PNL.oracle/wh/runtime/xml/XMLLoadControllerFactory could not be resolved
Wed Apr 07 10:26:43 CEST 2004
oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : ORA-29534: referenced object PNL.oracle/wh/runtime/xml/XMLLoadControllerFactory could not be resolved
Wed Apr 07 10:26:43 CEST 2004
oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
Wed Apr 07 10:27:21 CEST 2004
oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
Bram

Bram,
Are you planning to use the XML toolkit to load XML files into the database?
Assuming you are not... because most customers are not, I want to suggest the following (that would enable you to continue to work and gives us more breathing room to figure out what is the issue).
First question is: do you run the assistant on Windows or on Unix? The answer to that question kicks in below.
In the folder <owb home>\owb\rtasst (change \ into / for unix...) there is a file rscredrv.xml. That file contains two mentions of xmltk.jar, once for Windows, once for Unix. If you run on Windows, then you can change (MAKE SURE TO BACKUP THE FILE FIRST) the existing entry:
<SPAWN
done="055"
action="stop"
file="..\win32\loadjava.bat"
platform="Windows NT"
tag1=" -thin"
tag2=" -verbose"
tag3=" -order"
tag4=" -resolve"
tag5=" -u"
tag6=' %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName)))'
tag7=" ../../lib/int/xmltk.jar"
tag8=" ../../lib/int/rtsxml.jar"
tag9=" ../../lib/int/matchmergert.jar"
/>
into:
<SPAWN
done="055"
action="stop"
file="..\win32\loadjava.bat"
platform="Windows NT"
tag1=" -thin"
tag2=" -verbose"
tag3=" -order"
tag4=" -resolve"
tag5=" -u"
tag6=' %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName)))'
tag7=" ../../lib/int/rtsxml.jar"
tag8=" ../../lib/int/matchmergert.jar"
/>
(take out the tag for xmltk.jar and rename the last two from tag8 and tag9 to tag7 and tag8). If you run on Unix, do the equivalent with the entry that is below:
<SPAWN
done="060"
action="stop"
file="../unix/loadjava"
platform="SunOS"
tag1=" -thin"
tag2=" -verbose"
tag3=" -order"
tag4=" -resolve"
tag5=" -u"
tag6=' %user/%password@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))'
tag7=" ../../lib/int/rtsxml.jar"
tag8=" ../../lib/int/matchmergert.jar"
/>
Save the file, and re-run the runtime assistant. The result should be that it runs through successfully, but it will not install the file that is causing the problems. As long as you do not plan to use the XML toolkit to load XML documents in the database, you should be fine with that environment.
In the meantime, I will verify with development whether you may run into any issues (which I do not expect).
Thanks,
Mark.

Similar Messages

  • Ora 29534 while using loadjava for jar files

    I am trying to load activation/pop3/mail.jar in oracle 9.2.0.1 database.
    command : loadjava -user maxsb/maxsb@q71d -resolve -verbose -genmissing activation.jar
    but its giving me following error :
    resolving: class com/sun/mail/pop3/DefaultFolder
    errors : class com/sun/mail/pop3/DefaultFolder
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/POP3Store could not be
    resolved
    errors : class com/sun/mail/pop3/POP3Folder
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/DefaultFolder could not
    be resolved
    errors : class com/sun/mail/pop3/POP3Message
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/POP3Folder could not be
    resolved.....
    have already gave grant permissions to user..still giving me similar errors at the time of loading jar file nito oracle database.
    pl provide the solution..
    Kets

    Oracle is saying
    Cause: Name resolution determined that the indicated object is referenced but could not be resolved.
    Action: Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.
    -aijaz

  • ORA-12154 while installing Oracle 10g on windows 7

    Hi,
    I am trying to install Oracle 10g express edition on my machine (core 2 duo 2.93) running on Windows 7.
    The installation moves on perfectly for the 1st step and while running the 2nd step (Net configuration Assistant), it gives the ORA-12154 error.
    The contents of my configuration files at this point are as follows:
    Listener.ora
    =============
    SID_LIST_ORCL =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = ORCL)
    (ORACLE_HOME = F:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    ORCL =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    =============
    And that of tnsnames.ora is:
    =============
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    =============
    After some googling around, I have found and installed the Microsoft Loopback adapter too (since my LAN is DHCP enabled) and also tried to turn on the firewall on my machine to check if it is not a problem with the port 1521 being blocked by the firewall.
    However, even after all that I still get the error "ORA-12154: TNS:could not resolve the connect identifier specified." while running the Net configuration Assistant and/or running SQL Plus to connect to the SID - ORCL.
    I can only see one service running in my services by the name : OracleOraDb10g_home1TNSListenerORCL
    Any suggestions or advice on the error would be much welcome.
    Is it anything related to Windows 7 ? Because I have managed to install using the same installer on another machine which runs Windows XP and everything seems fine there.
    Thanking you all in anticipation.
    Shreyas

    user12753151 wrote:
    Hmmm.. but then I'd have expected some installation error. I have read around that people have managed to install oracle on windows 7.
    The error displayed seems to be indicating that there is some configuration or permissions issue.Check that the user has permission to write in the ORACLE_HOME\network\admin - UAC might be blocking that.
    Install with software only, and run netca & dbca separately to create the database after the s/w install. (That's the way it is done in production anyway, so get used to it.)
    But yes - you still may have problems. Those who did fake it out on Windows 7 usually understand what to do. If you are smart enough to actually do it, my hat is off to you.

  • Error: ora-12560 while installing OEM 10g

    I have oracle db 10.1.0.3 and i was trying to install OEM 10.1.0.3 everything went fine until i had that error error messagne while creating the clone database instance. ora-12560: TNS protocol adapter error... anyone can help?

    Needs more info. Are you able to work/connect on your primary db thrugh OEM ?
    Regards,
    http://askyogesh.com

  • Ora-12560 while installing 10g standard edition tns protocol adaptor error

    hi all ,
    while i am installing oracle database standard edition on my windows xp , i got this error
    ora-12560 tns protocol adaptor error , when i got to the step of
    configuration assistants .
    -oracle net configuration assistant succeeded , but
    oracle database configuration assistant failed unfortunately !!
    please help me rapidly , i left the installer on that step until you answer me ,
    thanks in advance

    semsem wrote:
    hi all ,
    while i am installing oracle database standard edition on my windows xp , i got this error
    ora-12560 tns protocol adaptor error , when i got to the step of
    configuration assistants .
    -oracle net configuration assistant succeeded , but
    oracle database configuration assistant failed unfortunately !!
    please help me rapidly , i left the installer on that step until you answer me ,
    thanks in advance1) V10 is obsoleted & unsupported
    2) I bet that you did not follow Installation Guide & complete all prerequisites.
    3) SQL*Net is not required to manage, start, or use local Oracle DB

  • Ora-00604 while installing Oracle 10g on Windows XP SP2

    I was installing Oracle 10g on Windows XP but the dbca was failling. So I tried to create a database manually.
    But every time I launch this:
    "SQL> startup nomount pfile="C:\oracle\product\10.2.0\admin\XP10G\scripts\initXP10G.ora";"
    I always had:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02248: invalid option for ALTER SESSION
    I tried to change some memory value in the init*.ora without more success.
    So if anyone has been had such issue; he would be an help for me.
    Thansks
    MUGANGA

    initXP10G.ora is a 3 Kbytes file created by OEM and updated by Dos edit program. Here bellow is the contain:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # File Configuration
    control_files=("C:\oracle\product\10.2.0\oradata\XP10G\control01.ctl", "C:\oracle\product\10.2.0\oradata\XP10G\control02.ctl", "C:\oracle\product\10.2.0\oradata\XP10G\control03.ctl")
    db_recovery_file_dest=C:\oracle\product\10.2.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Cursors and Library Cache
    open_cursors=150
    processes=100
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\product\10.2.0\admin\XP10G\bdump
    core_dump_dest=C:\oracle\product\10.2.0\admin\XP10G\cdump
    user_dump_dest=C:\oracle\product\10.2.0\admin\XP10G\udump
    # Miscellaneous
    compatible=10.2.0.1.0
    # Job Queues
    job_queue_processes=10
    # Database Identification
    db_domain=""
    db_name=XP10G
    # SGA Memory
    sga_target=177209344
    # Processes and Sessions
    processes=150
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=XP10GXDB)"
    # Security and Auditing
    audit_file_dest=C:\oracle\product\10.2.0\admin\XP10G\adump
    remote_login_passwordfile=EXCLUSIVE
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=58720256
    shared_pool_size=83886080
    nls_territory='SWITZERLAND'
    nls_language='FRENCH'

  • ORA-12801 ORA-08103 while running gather schema stats in R12

    Hi All,
    We have recently upgraded from 11.5.9 to R12.1.1 on RHEL 4.8
    Database version is 10.2.0.5
    We are running Gather schema stats on R12.1.1 but its Errored out with below messages.
    ORA-12801: error signaled in parallel query server P006
    GL.GL_JE_LINES
    ORA-08103 : object no longer exists
    Please advice if anybdy face this issue.
    Thanks
    RB

    Please see (GATHER SCHEMA STATISTICS COMPLETED WITH ERROR WHEN RUNNING FOR GL SCHEMA. [ID 1068541.1]).
    Thanks,
    Hussein

  • Getting ORA-01031 while connect target

    Hi,
    I'm trying to perform a rman duplictate.
    I've created the orapwd file and setted the remote_login_passwordfile parameter as "EXCLUSIVE". I also have configured the connection to the target database on the tnsnames.ora file
    I'm getting this error:
    [server]> rman
    RMAN> CONNECT TARGET system/iwjIGPE@TARGET_DB
    RMAN-00571: ======================================
    RMAN-00569: ==== ERROR MESSAGE STACK FOLLOWS ===========
    RMAN-00571: ======================================
    ORA-01031: insufficient privileges
    RMAN> exit
    Recovery Manager complete.
    .... But I can connect remotely though sqlplus:
    [server]> sqlplus system/iwjIGPE@TARGET_DB
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Sep 13 13:04:32 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    SQL> exit
    thanks for your help!

    Hi again!
    I'm trying to follow the steps you propose:
    [server]> rman target sys/c9vhLZT0@TARGET_DB auxiliary /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Sep 13 13:29:07 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN-00571: ===================================
    RMAN-00569: === ERROR MESSAGE STACK FOLLOWS =========
    RMAN-00571: ===============================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01017: invalid username/password; logon denied
    I'm sure that the password is correct. I've re-created the password file and the error continues.
    I'm still able to connect from sqlplus ...
    [server]> echo $ORACLE_SID
    AUX
    [server]> sqlplus
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Sep 13 13:31:35 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: sys@TARGET_DB as sysdba
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    SQL >
    I've granted the sysdba role to system:
    SYS @ TARGET_DB > select * from v$pwfile_users;
    USERNAME SYSDB SYSOP SYSAS
    SYS TRUE TRUE FALSE
    SYSTEM TRUE FALSE FALSE
    I'm not able to connect either with sys not with system users
    Thanks a lot
    Edited by: user11978261 on Sep 13, 2012 4:41 AM

  • Error ORA-03113 while install Oracle9i r2 on redhat Advance serer

    Hello All:
    Can anyone inform me how to correct the error ORA-03113 when I install oracle 9i on RedHat Advance Server 2.1
    This error has something to do with setting my CLASSPATH I think.
    Thank YOU
    Ezra Taylor

    Hi,
    You don't mention where exactly you were receiving this error but I was receiving this error when doing the database creation via DBCA. I was able to get around this by altering the 'shmmax' parameter. I suspect that the classpath is not the issue in this case, infact I think it should be unset (as well as other things such as JAVA_HOME).
    I initially tried the 100Mb specified at this site: http://www.e-gineer.com/instructions/install-oracle9i-on-linux.phtml
    However this wasn't enough so I went for the 'loony' option and set it to its maximum value using sysctl as root (see below):
    sysctl -w kernel.shmmax=4294967295
    Obviously you probably don't want to leave it at this size and will want to find the appropriate value. (Oracle reccomends half of physical memory - I haven't tried this yet).
    HTH,
    Gareth.

  • ORA-12560 while installing database 11g

    Hi,
    I tried to create a Oracle Database using Oracle installer.
    I got the error ORA-12560
    This is part of the logfile:
    INFO: Configuration assistant "Oracle Net Configuration Assistant" succeeded
    INFO: Command = oracle.assistants.server.DbcaCfgPlugIn C:\Windows\system32\cmd /c call E:\app\Administrator\product\11.1.0\db_1/bin/dbca.bat -progress_only -createDatabase -templateName General_Purpose.dbc -sid labor -gdbName labor.world -emConfiguration LOCAL -datafileJarLocation E:\app\Administrator\product\11.1.0\db_1\assistants\dbca\templates -datafileDestination E:\app\Administrator\oradata -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema true -recoveryAreaDestination NO_VALUE -totalMemory 818 -automaticMemoryManagement true -maskPasswords false -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Command = oracle.assistants.server.DbcaCfgPlugIn has failed
    INFO: Configuration assistant "Oracle Database Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to E:\app\Administrator\product\11.1.0\db_1
    Configuration directory is set to E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is E:\app\Administrator\product\11.1.0\db_1\oui\bin\runConfig.bat ORACLE_HOME=E:\app\Administrator\product\11.1.0\db_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Since there is an Internal Plugin Invocation or a Java Plugin Invocation tool in the Oracle Home E:\app\Administrator\product\11.1.0\db_1 we use the runConfig Command instead of the plugin's command
    INFO: Created a new file E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands.bak
    SEVERE: OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    Can anybody help me
    Operating system Windows Server 2008
    Regards
    siegwiin

    And you also read this?
    To install, use Oracle Database 11gR1 Release 1 (11.1.0.7.0) for Microsoft Windows 2008 Server. Do not install with the 11.1.0.6.0 version.
    PS: To get better advice, don't post a marketing label like 11g only. post the full version you're trying to install.
    Werner

  • ORA-12560 while installing database 11g  11..1.0.7.0 on Windows 2008 server

    This started with an install of Oracle Financials that failed and led me to the discovery that I can't even install a generic database on this machine, the two issues are certainly related.
    Why would I get this failure on a clean install???
    Is there a problem with the computer being a domain controler or called Sampson-II ?
    Thanks in advance.

    Hardware Xeon processor 8 G of memory
    Runing db as 32 byte
    Software Windows server 2008 SP2
    I'm not seeing any conflict with other prerequisites or tasks that need to be executed before the install is done.
    The listener installs but when the database is to be installed, it fails.
    Below is the install log. Your assistance is greatly appreciated.
    INFO: This variable varSelect is not added to the global context map
    INFO: This variable s_dbcaClasspath is not added to the global context map
    INFO: This variable s_odmaClasspath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name oracle.sysman.console.db
    INFO: This variable s_sid is not added to the global context map
    INFO: This variable s_serverInstallType is not added to the global context map
    INFO: This variable s_platform is not added to the global context map
    INFO: HashMap added with the key oracle.sysman.console.db and an empty variable Vector
    INFO: Adding the variable s_obfOc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfOc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_nlsLang is not added to the global context map
    INFO: This variable s_emailServer is not added to the global context map
    INFO: This variable s_emailAddress is not added to the global context map
    INFO: This variable s_cfgtyperet is not added to the global context map
    INFO: Adding the variable s_JtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_JtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable n_uploadInterval is not added to the global context map
    INFO: This variable localhost is not added to the global context map
    INFO: This variable b_launchTools is not added to the global context map
    INFO: This variable b_launchBrowser is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_centralConsole is not added to the global context map
    INFO: This variable USE_HTTP_PROXY is not added to the global context map
    INFO: This variable USE_DB_CONSOLE is not added to the global context map
    INFO: This variable SET_CONSOLE_MODE is not added to the global context map
    INFO: This variable SA_SETUP is not added to the global context map
    INFO: This variable OC4JLOC is not added to the global context map
    INFO: This variable NO_PC_MODE is not added to the global context map
    INFO: This variable LOGGING_LEVEL is not added to the global context map
    INFO: This variable JRE_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the global context map
    INFO: This variable ISQLPLUS_PORT is not added to the global context map
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the global context map
    INFO: This variable HOSTNAME is not added to the global context map
    INFO: This variable EM_UPLOAD_DISABLE is not added to the global context map
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the global context map
    INFO: This variable EMPRODVER is not added to the global context map
    INFO: This variable CONSOLE_MODE is not added to the global context map
    INFO: This variable CONSOLE_CFG is not added to the global context map
    INFO: This variable sl_oraclehomes is not added to the global context map
    INFO: This variable s_oc4jDir is not added to the global context map
    INFO: This variable s_oc4jAppsDir is not added to the global context map
    INFO: This variable s_jreHome is not added to the global context map
    INFO: This variable s_configcommand is not added to the global context map
    INFO: This variable b_isRAC is not added to the global context map
    INFO: This variable b_UNIX is not added to the global context map
    INFO: This variable OJSP_JAR_LOC is not added to the global context map
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the global context map
    INFO: This variable LDAP_JAR_LOC is not added to the global context map
    INFO: This variable JAVA_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_HOST is not added to the global context map
    INFO: This variable EM_UIX_LOCATION is not added to the global context map
    INFO: This variable EM_REPOS_HOST is not added to the global context map
    INFO: This variable EM_PING_COMMAND is not added to the global context map
    INFO: This variable EM_OC4J_HOME is not added to the global context map
    INFO: This variable EM_EAR_LOC is not added to the global context map
    INFO: This variable EMDROOT is not added to the global context map
    INFO: Adding the variable s_oc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_oc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_launchBrowserClasspath is not added to the global context map
    INFO: This variable s_javapOracleHome is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: cf session retrieved for key: OraDb11g_home1 oracle.server
    INFO: cf session retrieved for key: OraDb11g_home1 oracle.server
    INFO: cf session retrieved for key: OraDb11g_home1 oracle.server
    INFO: Since there is an Internal Plugin Invocation or a Java Plugin Invocation tool in the OracleHome E:\app\Administrator\product\11.1.0\db_1 we use the runConfig Command instead of the plugin's command
    INFO:
    The Runconfig command constructed is E:\app\Administrator\product\11.1.0\db_1\oui\bin\runConfig.bat ORACLE_HOME=E:\app\Administrator\product\11.1.0\db_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: The runConfig command is
    E:\app\Administrator\product\11.1.0\db_1\oui\bin\runConfig.bat ORACLE_HOME=E:\app\Administrator\product\11.1.0\db_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolAllCommands
    INFO: Since the option is to overwrite the existing E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolAllCommands file, backing it up
    INFO: The backed up file name is E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolAllCommands.bak
    INFO: RUN_RECOMMENDED_TOOLS FIRST is set to false
    INFO: No of Recommended Tools3
    INFO: plugin-list is created
    INFO: pluginlist is updated for: Oracle Database 11g current size: 1
    INFO: No of ExitOnly Tools in this session: 1
    INFO: cf session for perform has hashcode: 20767108
    INFO: detached tool list getting prepared fo comp: Oracle Database 11g
    INFO: cfsession hashcode for exit only tools: 20767108
    INFO: hashcode for action: 11062616
    INFO: No of ExitOnly Tools: 1
    INFO: exit-tool: Launch browser
    INFO: saving exit only tools ...
    INFO: no detached only tools in this session
    INFO: exit-only tools are created in single installation
    INFO: no. of sets of tools to be run: 1
    INFO: ca page to be shown: true
    INFO: exitonly tools to be excuted passed: 1
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\Windows\system32\cmd /c call E:\app\Administrator\product\11.1.0\db_1/bin/netca.bat /orahome E:\app\Administrator\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile E:\app\Administrator\product\11.1.0\db_1\network\install\netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = E:\app\Administrator\product\11.1.0\db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp,nmp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = E:\app\Administrator\product\11.1.0\db_1\network\install\netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    Profile configuration complete.
    Listener started at port:1521
    Oracle Net Listener Startup:
    Running Listener Control:
    E:\app\Administrator\product\11.1.0\db_1\bin\lsnrctl start LISTENER
    Listener Control complete.
    Listener started successfully.
    Setting Listener service to start automatically.
    Listener configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    INFO: Configuration assistant "Oracle Net Configuration Assistant" succeeded
    INFO: Command = oracle.assistants.server.DbcaCfgPlugIn C:\Windows\system32\cmd /c call E:\app\Administrator\product\11.1.0\db_1/bin/dbca.bat -progress_only -createDatabase -templateName General_Purpose.dbc -sid orcl -gdbName orcl -emConfiguration LOCAL -datafileJarLocation E:\app\Administrator\product\11.1.0\db_1\assistants\dbca\templates -datafileDestination E:\app\Administrator\oradata -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema true -recoveryAreaDestination NO_VALUE -totalMemory 1638 -automaticMemoryManagement true -maskPasswords false -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Command = oracle.assistants.server.DbcaCfgPlugIn has failed
    INFO: Configuration assistant "Oracle Database Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to E:\app\Administrator\product\11.1.0\db_1
    Configuration directory is set to E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is E:\app\Administrator\product\11.1.0\db_1\oui\bin\runConfig.bat ORACLE_HOME=E:\app\Administrator\product\11.1.0\db_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Since there is an Internal Plugin Invocation or a Java Plugin Invocation tool in the Oracle Home E:\app\Administrator\product\11.1.0\db_1 we use the runConfig Command instead of the plugin's command
    INFO: Created a new file E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands.bak
    SEVERE: OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: --------------------------------------
    INFO: The "E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: The "E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is E:\app\Administrator\product\11.1.0\db_1\oui\bin\runConfig.bat ORACLE_HOME=E:\app\Administrator\product\11.1.0\db_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Since there is an Internal Plugin Invocation or a Java Plugin Invocation tool in the Oracle Home E:\app\Administrator\product\11.1.0\db_1 we use the runConfig Command instead of the plugin's command
    INFO: Since the option is to overwrite the existing E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is E:\app\Administrator\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands.bak.1
    SEVERE: OUI-25029:One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    INFO: User Selected: Yes/OK
    WARNING: Do you really want to exit?
    INFO: User Selected: Yes/OK
    INFO:
    *** End of Installation Page***
    INFO: The OUICA command is launched from E:\app\Administrator\product\11.1.0\db_1\oui\bin\ouica.bat.
    The installation of Oracle Database 11g was successful, but some configuration assistants failed, were cancelled or skipped.

  • Hang while creating target schema

    Hi,
    We are trying to create a target using the runtime assistant, but the process always hangs at 0% complete. A file called log.txt.0 is created in oracle\owb92\owb\rtasst and contains this at the end:
    =======================
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Trying with oci
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Asst: using oci
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: the tbspace for data is APPL_DATA
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is APPL_INX
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Thu Aug 12 11:42:42 BST 2004
    oracle.wh.util.DebugUtility: [processSQLDBAToken]: Script Name is ../../rtasst/xmltk_grant.sql
    ===========================
    Can someone help ?
    Thanks in advance.
    Regards,
    Biswa.

    More info on this: The file content is:
    ====================
    begin
    dbms_java.grant_permission(upper('%user'), 'java.io.FilePermission','<<ALL FILES>>', 'read');
    dbms_java.grant_permission(upper('%user'), 'java.net.SocketPermission','*', 'connect');
    dbms_java.grant_permission(upper('%user'), 'java.util.PropertyPermission','*', 'read,write');
    end;
    grant AQ_USER_ROLE to %user;
    =========================
    I substituted %user with the target user name and ran this from the SYSDBA user account in TOAD. This gets stuck on the very first line, so it seems there is a problem with executing dbms_java.grant_permission.
    Can someone please help us with this ? Note that the target user is already created and there are quite a few non-OWB objects there already. Can this be a problem ?
    Thanks in advance,
    Biswa.

  • Drop and Install EXFSYS schema

    Hi Guys,
    I'm having problem while installing EXFSYS schema after I have dropped it.
    The reason I dropped it is because I got invalid objects in the schema which I cannot compile, so after googling for few hours, I finally decided to recreate the schema.
    Dropping the EXFSYS schema is alright, no issues at all.
    While i ran the catexf.sql, near the end of the script I got these errors:
    create indextype EXPFilter
    ERROR at line 1:
    ORA-04063: type body "EXFSYS.EXPRESSIONINDEXMETHODS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "EXFSYS.EXPRESSIONINDEXMETHODS"
    ORA-06512: at line 4
    grant execute on expfilter to public
    ERROR at line 1:
    ORA-04042: procedure, function, package, or package body does not exist
    Statistics associated.
    ASSOCIATE STATISTICS WITH INDEXTYPES EXPFilter
    ERROR at line 1:
    ORA-29815: object being associated is not present
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Session altered.
    18:23:57 SQL>I hope anyone can help me with this because I cannot even find the solution in metalink.
    Regards,
    Adhika

    Hello,
    I'm having problem while installing EXFSYS schema after I have dropped itHow did you DROP it ?
    For EXFSYS, you should use the script catnoexf.sql to deinstall EXFSYS. More over, you 'll have to DROP the Public Synonyms created by "catexf.sql". You'll have more details on the following Note of My Oracle Support:
    How To Install and Uninstall Expression Filter Feature or EXFSYS schema [ID 258618.1]I don't know if you have already used this method and if it could solve the problem.
    Hope this help.
    Best regards,
    Jean-Valentin

  • How to install 'SOABPEL' schema on Release 10g R2 on Windows environment

    Hi,
    I have just completed installation of Oracle 10g R2 (10.2.0.3) database on windows vista environment. the database has been successfully installed and i am able to connect it from the sql plus. BUT my purpose to install database is to do Advanced installation of SOA. For that i need to have few schemas like 'SOABPEL' already created in the database. Following is the problem i am facing while installing the schema in the database -
    The schema files resides in soa_windows_x86_101310_disk1\install\soa_schemas\irca folder. As per the installation pdf, i need to run the irca.sh shell script to install the 'SOABPEL', 'SOAESB' and 'SOAOWSM' schemas. but i am not sure how do i run this shell script from the windows environment? I don't think i can use unix prompt for this? Please guide.
    Thanks

    Anuj, when i try to run the batch file, i am getting following error. i guess this is oracle_home problem. i checked it in the environment variables, and it was blank. so i have set it up now and pointing to ojdbc14.jar file. but i am still getting the same error. do i need restart my pc? or do you have some other way to track it down?
    The error is-
    ERROR: Cannot find library - \jdbc\lib\ojdbc14.jar
    Please verify that the ORACLE_HOME is set correctly.
    Appreciate your help.
    Thanks.
    Edited by: user12059957 on Feb 2, 2011 11:59 AM

  • ORA-12560 TNS: Protocol adapter error while installing database

    Hello,
    I'm having troubles while installing my oracle database 10g. My server is SUN OS 5.10
    When I am in the copying datafiles step, a pop up message shows up [ORA-12560 TNS: Protocol adapter error]
    Could you please help me?

    I am creating the database the database.
    I am relatively new in Oracle but I have created a DB before and the ORACLE_SID was set after the database was created.
    The steps I execute for are:
    1. Install the Oracle engine (without create the DB)
    2. Install the Patch
    3. Create the database (dbca)
    After the database is created, appears a popup (Database configuration assistance warning) where it says to set the oracle_sid among others steps.
    Is it mandatory to set the ORACLE_SID before? some other configuration that I could be missing?
    Thank you

Maybe you are looking for