Error occured during creation of oracle snapshot

Dear All,
I am getting error messange in my SAP Inbox in t.code SBWP.
In SBWP, the nessage text is as follow.
=============================
Error occured during creation of oracle snapshot (Creation aborted)
(Log see also transaction SLG1, Object ORASNAP, Subobject ORASNAPCR)
Oracle snapshot creation program aborted
Error while copying from oracle view to SAP table
Oracle view SAP$KCBFWAIT
SAP table ORA_SAPKCBFWAIT
Return code (ORA-....) 942
You tried to work with the name of a table or view that does not exist in the database
The table does not exist on the database. A table name or view name was used that does not exist on                           the database.
===============================
I also check in T.Code SLG1, but i am not getting the reason for this error.
Regards,
Nisit

Hi,
Check each of the following :
the spelling of the table or view name.
that a view is not specified where a table is required.
that an existing table or view name exists.
Contact the database administrator if the table needs to be created or if user or application privileges are required to access the table.
Also, if attempting to access a table or view in another schema, make certain the correct schema is referenced and that access to the object is granted.
Regards
Krishna

Similar Messages

  • RC-00118: Error occurred during creation of database Raised by oracle.apps.

    Hi Experts,
    Please note i am doing the clonning from production to test server.
    Production Server -
    1. Run the adpreclone.pl on the apps & db tier.
    2. run the autoconfig on the apps and db tier.
    3. shut down the production instance.
    4. Moved the files and started the clonning process on the db tier i am getting the below issue.
    My current E-Business Suit Version is R12.0.4 Database Version is 10.2.0.3. Operating system is SUN SPARC 64 BIT SUN SOLARIS 10.
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : proddb
    sDbDomain : clientdomain
    sDbPort : 1530
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@proddb.clientdomain:1530:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Mar 21 18:09:54 WAT 2012
    The environment settings are as follows ...
    ORACLE_HOME : /erptestdata2/u01/d01/tech_st/10.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /erptestdata2/u01/d01/tech_st/10.2.0/perl/bin:/erptestdata2/u01/d01/tech_st/10.2.0/bin:/usr/ccs/bin:/usr/sbin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/jre/bin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/usr/sbin:/usr/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,SPARC-Enterprise/sbin:/opt/sun/bin:/opt/SUNWexplo/bin:/opt/SUNWsneep/bin
    LD_LIBRARY_PATH : /erptestdata2/u01/d01/tech_st/10.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/erptestdata2/u01/d01/tech_st/10.2.0/ctx/lib:/erptestdata2/u01/d01/tech_st/10.2.0/lib32
    Executable : /erptestdata2/u01/d01/tech_st/10.2.0/bin/sqlplus
    The log information will be written to
         /erptestdata2/u01/d01/tech_st/10.2.0/appsutil/log/TEST_proddb/adcrdb_TEST.txt
    Creating the control file for TEST_proddb database ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 21 18:09:54 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01167: two files are the same file/group number or the same file
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/olap.dbf'
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/odm.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp03.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp04.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp10a5.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.clientdomain"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4168
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01167: two files are the same file/group number or the same file
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/olap.dbf'
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/odm.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp03.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp04.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp10a5.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.clientdomain"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 21 18:10:16 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : proddb
    sDbDomain : clientdomain
    sDbPort : 1530
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@proddb.clientdomain:1530:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    Please advise ASAP.
    Regards
    Mohammed.

    Nikki,
    Check alert<SID>.log file for more details about the error.
    It looks like that the source database was not cleanly shutdown before copying the files to the target node. Please do the following and check then:
    SQL> connect / as sysdba
    SQL> startup mount;
    SQL> recover database using backup controlfile until cancel;
    -- type CANCEL
    SQL> alter database open resetlogs; If the above does not help, then shutdown the source database normally (make sure it is down), re-copy the files and start the cloning process again.

  • Oracle R12 Clone failing with RC-00118 Error occurred during creation of...

    Im encountering the above error message i have seen the below thread which looks like the same issue, i was wondering if someone could confirm if the clone process requires an off-line backup on the source system for the clone process to work. Currently i'm using a tape backup which runs overnight, the system is up at the time of backup.
    RC-00118: Error occurred during creation of database
    Thanks

    thanks for quick response, its a hot backup.
    the steps ive followed are
    1. adpreclone on source
    2. apps,db,inst directories deleted on destination. (after services have of course been shutdown)
    3. oracle variables removed from path
    4. backup restored from tape
    5. deleted program files/oracle/inventory directory
    6. on cmd window run set PERL5LIB=
    followed by perl adcfgclone.pl dbTier
    is there anything ive missed?

  • RC-00118: Error occurred during creation of database

    adcrdb.sh started at Mon Nov 14 16:16:13 EAT 2011
    The environment settings are as follows ...
    ORACLE_HOME : /u04/d01/tech_st/11.2.0
    ORACLE_SID : JCLONE
    TWO_TASK :
    PATH : /usr/bin:/u04/d01/tech_st/11.2.0/bin:/usr/bin:/usr/sbin:/u0 4/d01/tech_st/11.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u04/ d01/tech_st/11.2.0/appsutil/clone/bin/../jre/jre/bin:/usr/lib/qt-3.3/bin:/usr/ke rberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbi n:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /u04/d01/tech_st/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib :/u04/d01/tech_st/11.2.0/ctx/lib
    Executable : /u04/d01/tech_st/11.2.0/bin/sqlplus
    The log information will be written to
    /u04/d01/tech_st/11.2.0/appsutil/log/JCLONE_oracle/adcrdb_JCLONE.txt
    Creating the control file for JCLONE_oracle database ...
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Nov 14 16:16:13 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "JCLONE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 1: '/u04/d01/apps_st/data/system01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u04/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "JCLONE.jtl.co.ke"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    Database mounted.
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-01119: error in creating database file
    '/u04/d01/tech_st/11.2.0/dbs/MISSING00015'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4754
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "JCLONE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 1: '/u04/d01/apps_st/data/system01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u04/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "JCLONE.jtl.co.ke"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Pr oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Nov 14 16:16:32 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Pr oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : oracle
    sDbDomain : jtl.co.ke
    sDbPort : 1524
    sDbSid : JCLONE
    sDbUser : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@oracle.jtl.co.ke:1524:JCLONE
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle .jtl.co.ke)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=JCLONE)))
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle .jtl.co.ke)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=JCLONE.jtl.co.ke)))
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:661)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:328)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:304)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:595)
    Current database Version is 11.2.0.2
    Apps Version is 11.5.10.2
    RUP version is 6
    Forms Patchset version is 19
    Please advise how to resolve this error ?
    Regards
    Mohammed.

    Please refer to these docs/links.
    Troubleshooting RapidClone issues with Oracle Applications 11i [ID 364565.1]
    Adcfgclone.pl DBTier is failing with error for dbms_backup_restore.zeroDbid(0) [ID 361157.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=ORA-01503+AND+ORA-01159+AND+ORA-01110&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • RC-00118: Error occurred during creation of databas

    On 11.5.9 with windows, while running the clone with the following command:
    perl adcfgclone.pl dbTier
    The following error occurs:
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506616 bytes
    Fixed Size 452152 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u1/TEST/testora/testdata/system01.dbf'
    alter tablespace TEMP add tempfile '/u1/TEST/testora/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP add tempfile '/u1/TEST/testora/testdata/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.zexsa.com"
    ERROR at line 1:
    ORA-01109: database not open
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:658)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:328)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:304)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:479)
    I found note no. 375389.1 similar to this issue.
    Any body guide me, about solution no-1, how i can apply it.
    after running perl adcfgclone.pl dbTier
    my DB is on above mentioned stage....

    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Feb 13 21:52:19 2011
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 1271540 bytes
    Variable Size 427821324 bytes
    Database Buffers 633339904 bytes
    Redo Buffers 11309056 bytes
    Database mounted.
    SQL> recover database using backup controlfile until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-00600: internal error code, arguments: [kcvhvdf_1], [], [], [], [], [], [],
    SQL>

  • Cloning Issue RC-00118: Error occurred during creation of database

    Friends,
    I execute following scripts on source system preclone.pl dbTier  &perl adpreclone.pl appsTier
    then take the cold source backup and transfer on another machine for cloning but when i am executing cloning script on db tier i am getting below mention error after 50% completion. I have very limited time and i cant go back on source system for fresh backup, please help me to sort out his issue.
    -------------------ADX Database Utility Finished--------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
            at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyData
            at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDat
            at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyData
            at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.DelegatingConstructorAccessorImpl.newIn                      rce)
            at java.lang.reflect.Constructor.newInstance(Unknown S
            at oracle.apps.ad.clone.util.CloneProcessor.run(CloneP
            at java.lang.Thread.run(Unknown Source)
    Hopes you will support.
    Regards
    Irfan Ahmad

    plz check :
    http://doganayn.blogspot.in/2013/11/rc-50004-fatal-error-occurred-in.html
    Rapid Clone Failed While Running "Adcfgclone.pl dbTier": ORA-01194 and RC-00118 (Doc ID 375389.1)
    Troubleshooting RapidClone issues with Oracle Applications R12 (Doc ID 603104.1)
    Troubleshooting RapidClone issues with Oracle Applications 11i (Doc ID 364565.1)
    Regards,
    Haafiz

  • An error occurred during creation of the central repository. (BODI-300020)

    I am trying to create a central repository for Data Service, the following error appear
    Creating repository... (BODI-300026)
    Reading SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms.sql>. (BODI-20002)
    Reading SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms_content.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms_content.sql>. (BODI-20002)
    Reading SQL file <C:\BO\DataServices_12\Admin\repo\options.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\Admin\repo\options.sql>. (BODI-20002)
    Verifying repository... (BODI-300077)
    Importing objects... (BODI-300036)
    Adding Data Quality new substitution configuration... (BODI-300133)
    An error occurred during creation of the central repository. (BODI-300020)
    It's a sql DBMS, and the default user language is spanish, during the installation was the same issue.
    The first installation user language was english and everything was ok, then the default user anguage was set to spanish and the jobs crashed because an english format was sent to the al_history table. I tried to recreate the repository and an error ocurrer during the creation.
    has someone faced the same problem?

    what is the version of Data Services ? if its 12.2, then there was a bug that is fixed in 12.2 SP1 (12.2.1.0), apply the SP1 or it would be better if you apply the latest fix pack for 12.2 i.e 12.2.1.2
    the problem was with date format used in insert was different than the user's default date format.

  • Error occurs during creation of Quotaion with reference to Inquiry

    Dear All,
      When i am create Quotaion with reference to Inquiry for Export Customer it shows the Error:
    Exchange rate of EUR in INR for date 00.00.0000 could not be determined
    Message no. V1449
    Diagnosis
    You have entered a currency for which no valid exchange rate could be determined for the pricing date.
    Procedure
    Check whether a valid exchange rate for this currency exists for 00.00.0000.
    If this is not the case, define an exchange rate in Customizing, providing you have the authorization to do this.
    Also when click on error it shows another message like:
    Flow control: Entry SAPMV45B, RANF, R1, *   , *   , * is missing in T185
    Message no. V0102
    I also maintained Exchange rate for EUR to INR & also for INR to EUR.
    When i am create direct quotaion without reference it will create.
    Plz give me Solution on the above problem.
    Award pts for useful answer.
    Thx & Regards,
    Pankaj
    Message was edited by:
            Pankaj Mahajan

    Pankaj,
    Have you done below?
    In the customer master >sales area data> sales tab page, check what is the exchange rate type maintained. Default is "M".
    Now, go to SPRO>General Settings>Currencies>Enter exchange rates and under this node, check the value for USD to INR for the Echange rate type maintained in the customer master.
    ALSO Create new Inquiry & Quotation after saving exchange rate..and see if error is occuring..
    Reward if this helps...
    Regds
    MM

  • Error occurs during creation of Quotaion with reference to sales Order

    hi all,
    I have creating a new sales organization ID88 while i have the old sales org of ID10.When i try to create the sales order reference to the sales quotation,i have received an error mentioned "
    Material xxx does not exist in storage location 5201 F100" then flw by another error
    "Flow control: Entry SAPMV45B, RANG, R0, *   , *   , * is missing in T185"
    FYI, the F100 is the storage location for ID10. The material xxx is created under the sales org ID88 with plant 5201 sloc F120.
    Please kindly advise me on this.
    Thank you.
    Kah fei

    Hi Mahajan,
    I'm using the refence to the sales order, so it shud be the same before i manage to create the sales order i already receive that both error.
    And i have check my material master, i have not extend my storage location to F100, the system kept on prompt me to enter that sloc.
    Furthermore,MMBe will not show up to sloc F100,while for sloc F120 it will be up to the level of batch.
    Thank you.

  • Error occurred during Oracle Enterprise Manager 12c (12.1.0.3) installation

    Hello all,
    I ran into some error during installation. And I need your help in solving this problem. The error occurs during Step Configure (Configuration assistant "Repository Configuration" has failed) and the Repository Configuration in the Installation Progress Details view.
    And the error is shown below is from ViewLog and from the terminal where I launched runInstaller. Thank you all in advance for your helps.
    ViewLog:
    INFO: oracle.sysman.top.oms:Completed Prereq check
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in Repository Configuration
    INFO: oracle.sysman.top.oms:The plug-in Repository Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.RepositoryConfiguration
    INFO: oracle.sysman.top.oms:Classpath = /test/vince/em_install/oem_mgr/oms/sysman/jlib/emprereqkit.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/emCoreSDK.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/omsConfig.jar:/test/vince/em_install/oem_mgr/oms/jdbc/lib/ojdbc6.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/emcore_client.jar:/test/vince/em_install/oem_mgr/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/test/vince/em_install/oem_mgr/oms/jlib/rcucommon.jar:/test/vince/em_install/oem_mgr/oms/jdbc/lib/ojdbc6.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/emagentSDK.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.dms_11.1.1/dms.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/test/vince/em_install/oem_mgr/oms/jlib/rcu.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration  invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Inside perform method
    INFO: oracle.sysman.top.oms:Running the Schema Action...
    INFO: oracle.sysman.top.oms:Setting required properties
    INFO: oracle.sysman.top.oms:REPOS_USER: SYSMAN
    INFO: oracle.sysman.top.oms:SYS_USER: SYS
    INFO: oracle.sysman.top.oms:CONNECT_STRING: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:ORACLE_HOME: /test/vince/em_install/oem_mgr/oms
    INFO: oracle.sysman.top.oms:mgmtTabLoc :
    INFO: oracle.sysman.top.oms:confDataTabLoc :
    INFO: oracle.sysman.top.oms:defaultDataFileLoc :
    INFO: oracle.sysman.top.oms:ad4jDataTabLoc :
    INFO: oracle.sysman.top.oms:EMSCHEMA MANAGER: oracle.sysman.emdrep.schemamanager.EMSchemaManager@31e5eb16
    INFO: oracle.sysman.top.oms:The required parameters are set for schemamanager
    INFO: oracle.sysman.top.oms:Starting both repos upgrade and transx loading in parallel
    INFO: oracle.sysman.top.oms:EMSCHEMA MANAGER: create oracle.sysman.emdrep.schemamanager.EMSchemaManager@31e5eb16
    INFO: oracle.sysman.top.oms:create_process_id:a5v5w4b86ftf
    INFO: oracle.sysman.top.oms:The command run for transx is /test/vince/em_install/oem_mgr/oms/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl))) -action transx  -repos_user SYSMAN -dbUser SYS -mwHome /test/vince/em_install/oem_mgr -mwOraHome /test/vince/em_install/oem_mgr/oms
    INFO: oracle.sysman.top.oms:processing arguments
    INFO: oracle.sysman.top.oms:compiling arguments for validation
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms: Enter SYSMAN repository password :
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms:Verify :
    INFO: oracle.sysman.top.oms:Enter password for: SYSMAN
    INFO: oracle.sysman.top.oms:   done checking required user credentials...
    INFO: oracle.sysman.top.oms:done creating arguments...
    INFO: oracle.sysman.top.oms:creating logger..
    INFO: oracle.sysman.top.oms: Connection exception in  action logger path calculated: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/
    INFO: oracle.sysman.top.oms: action logger path calculated: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/
    INFO: oracle.sysman.top.oms: no action logger file name from previous session
    INFO: oracle.sysman.top.oms: action logger filename after search: emschema.log
    INFO: oracle.sysman.top.oms: action logger filename finally: emschema.log
    INFO: oracle.sysman.top.oms:Logger FileName:/test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/emschema.log
    INFO: oracle.sysman.top.oms:already exists: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/emschema.log
    INFO: oracle.sysman.top.oms:oracleHome:  /test/vince/em_install/oem_mgr/oms
    INFO: oracle.sysman.top.oms:connect_string: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:done connection validation without error
    INFO: oracle.sysman.top.oms:action to perform is: transx
    INFO: oracle.sysman.top.oms:action to be performed:TRANSX
    INFO: oracle.sysman.top.oms:action is transx - non RCU based action
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms: action logger filename finally: emschema.log.TRANSX
    INFO: oracle.sysman.top.oms:Logger FileName:/test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/emschema.log.TRANSX
    INFO: oracle.sysman.top.oms:newly created: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/emschema.log.TRANSX
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms:process_id:132hgzixoqx34
    INFO: oracle.sysman.top.oms:Initialization...
    INFO: oracle.sysman.top.oms:Driver: oracle.jdbc.driver.OracleDriver
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:exiting the thread...
    INFO: oracle.sysman.top.oms:[Initializing the EM RCU Runner, Failed Parameter Validation]
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms:The transx command execution is completed with the status 255
    INFO: oracle.sysman.top.oms:transx_retCode:255
    INFO: oracle.sysman.top.oms:The transx action failed, Run the RepManager with -action transx
    INFO: oracle.sysman.top.oms:process_id:a5v5w4b86ftf
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:1 error(s) happened in performing the action:
    INFO: oracle.sysman.top.oms:1):
    ORA-65096: invalid common user or role name
    File:/test/vince/em_install/oem_mgr/oms/sysman/admin/emdrep/sql/core/latest/admin/admin_create_repos_user.sql
    Statement:CREATE USER SYSMAN  IDENTIFIED BY ******  DEFAULT TABLESPACE MGMT_TABLESPACE   QUOTA UNLIMITED ON MGMT_TABLESPACE  TEMPORARY TABLESPACE TEMP
    INFO: oracle.sysman.top.oms:The plug-in Repository Configuration has failed its perform method
    Terminal:
    PLUGIN_DEP_LIST={}
    PLUGIN_PURGE_LIST={}
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    Processing command line ....
    Repository Creation Utility - Checking Prerequisites
    Checking Global Prerequisites
    Repository Creation Utility - Checking Prerequisites
    Checking Component Prerequisites
    Repository Creation Utility - Creating Tablespaces
    Validating and Creating Tablespaces
    Repository Creation Utility - Create
    Repository Create in progress.
    Percent Complete: 5
    Percent Complete: 30
    Percent Complete: 55
    Percent Complete: 80
    RCU-6130:Action failed - RCU-6134:Error while trying to execute JDBC action.
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor                      : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    Connected As                    : SYS
    RCU Logfile                     : /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0419_PM/m_092513_0419_PM.CREATE/rcu.log
    RCU Checkpoint Object                   : /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager//RCUCheckpointObj
    Component schemas created:
    Component                       Status  Logfile
    EM Repository Creation Configuration            Failed  No log created
    EM Repository Init Configuration                Failed  No log created
    EM Repository Common            Failed  /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0419_PM/m_092513_0419_PM.CREATE/em_repos_common.log
    Repository Creation Utility - Create : Operation Completed

    You are using DB12 as EM repository which is not certified. From the log, ORA-65096: invalid common user or role name , some people have reported similar issue while using DB12 as their repository.
    If this  not the case then log an SR with oracle support and upload the logs:
    - $ORACLE_HOME/sysman/log/schemamanager zipped
    - $ORACLE_HOME/cfgtoollogs/ zipped
    - central inventory logs

  • ERROR ODI-40837: An error occurred during the creation of the schema

    Hi I am trying to test an xml file server and keep getting the following error.
    ERROR ODI-40837: An error occurred during the creation of the schema: ODI-40738: A SAXException was caught while reading the model saying: Expected 'DOCTYPE'.
    JDBC URL jdbc:snps:xml?f=C:/Projects/prd.xml&ro=true&DOD=YES
    anybody could help as i dont find any blog or documentation about this error?.
    Thanks
    Edited by: user626688 on May 31, 2013 1:26 PM

    There seems to be some problem with your xml file. Please work with support channel to investigate this issue.
    You can also check the xml driver parameters details at http://docs.oracle.com/cd/E28280_01/integrate.1111/e12644/appendix_xml_driver.htm#CHDECBHH

  • Error occurs during Asset Master Record Creation.

    Hello SAP Gurus,
    The error occurs during asset master record creation.
    Our fiscal year variant is Z6 (July to June). The asset was acquired in June 15 (previous fiscal year) but was only set up on July 30 (this fiscal year) . When we put the depreciation start date as 15 June the error appeared. While saving the Asset master we are getting below error.
    We tried the same with Post Capitalization of Asset (ABNAN) there also we are getting same error.
    ERROR: - as below
    u2003
    SYST: *You cannot determine the period for rule 02 to 05.08.08 ( todayu2019s date )*
    *Message no. AA613*
    *Diagnosis*The system could not determine a depreciation period on 05.08.08 for period control 02 of the period control method of phase N1 of depreciation key INTERN-00001-0000.
    Procedure
    Maintain the assignment of the periods for the period control entered.
    Proceed
    If the period control you entered is a standard period control, you can assign the periods automatically.Proceed
    Please find enclosed attachment for clear description of the error.
    Please share your experiences regarding this subject.
    Thanking you in anticipation.
    Regards,
    Suresh.
    09986375966

    Hi,
    have you generated the period controls properly? If not, the error is raised correctly by the system.
    To generate period controls go to:
    IMG Asset Accounting -> Depreciation -> Valuation Methods -> Period Control -> Generate Period Controls    / or you can use OA84
    Regards,
    Markus

  • Analysis Services failing to Start . File system error: Error occurred during the creation of directory

    Hello All,
    Posting this problem here and hoping for a solution from the experts in this forum.
    When i have restarted the Analysis Services , i see that it has been stopped but never started back. It fails with an error
    "The SQL Server Analysis Services (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
    When Checked the Event Viewer i see the following error -
    The service cannot be started: The following system error occurred:  The filename, directory name, or volume label syntax is incorrect.  File system error: Error occurred during the creation of directory: '\\?\E:\OLAP\MSSOLAPFactory\OlapData;M:\Test
    Backup'.
    I remember changing the BackupDir value of Analysis Services few days back, and i think it could have impacted. Can you please help me how can i change back the BackupDir value and have the server back?
    Let me know if you need any more details
    SG

    Is this still an issue? If so, I would find msmdsrv.ini and make sure you don't have two folders listed in the BackupDir (or DataDir or TempDir). You'll have to runas Administrator to edit the msmdsrv.ini file and save changes. Once you fix that, it should
    succeed.
    http://artisconsulting.com/Blogs/GregGalloway

  • What happen when an error occurs during Snapshot-Refresh?

    Hi,
    I would like to know what happens, when an error occurs
    during a refresh (COMPLETE-REFRESH) of a snapshot?
    Is there a possibility for exception-handling??
    During a complete refresh the data in the snapshot will be deleted an the requested new from the master-side. Now when
    an error occurs during the refresh what happens with the "old" data of the snapshot??? Will it be lost?
    Thanxx
    Schoeib

    Each thread has its own error state. To get the results for a thread (including error result), you need to have a wait step which waits for it. If a thread has an error and you wait for it, you will get the error at the wait step that waits for it.
    If your main thread has an error and you want some worker thread to exit, you should add code to the cleanup of your main thread's sequence which signals the worker thread to exit (you should already have some sort of mechanism for signaling the worker thread to exit (there are many ways to do this, for example, a boolean variable passed by reference to the new thread's sequence, or a TestStand notification).
    If your main thread is getting an error, but is stuck inside a step, that problem is probably specific to something your code is doing, that is not the normal behavior of TestStand. You will need to provide more details or an example sequence in order for us to better understand what is happening.
    Hope this helps,
    -Doug

  • INS0029 Error occurred during installation

    Version:
    OWB Client 9.2.0.2.8
    OWB Repository 9.2.0.2.0
    I cannot install successfully OWB Runtime Repository.
    Installation falls in 66%, then display Error message:
    INS0029 Error occurred during installation.
    What can I do?

    I´m using Windows XP.
    This is last part from log file:
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/wb_rt_service_views.sql
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/wb_rt_deploy_pv.sql
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/wb_rt_execute_pv.sql
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/ocmrepcre.sql
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQL; -token type = 1
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQL Token
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [processSQLToken]: User = maki
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: =========== enter file: ../../rtasst/roles_object_rights.sql
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: After processing SQL token
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: User = maki
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\win32\loadjava.bat -thin -verbose -order -resolve -u %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName))) ../../lib/int/rtpserver.jar
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: after executing the output
    Wed Mar 17 00:04:18 CET 2004
    oracle.wh.util.DebugUtility: arguments: '-thin' '-verbose' '-order' '-resolve' '-u' 'maki/makier@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=102-maki)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))' '../../lib/int/rtpserver.jar'
    Wed Mar 17 00:04:19 CET 2004
    oracle.wh.util.DebugUtility: loading : resource META-INF/MANIFEST.MF
    Wed Mar 17 00:04:20 CET 2004
    oracle.wh.util.DebugUtility: loading : class oracle/wh/runtime/server/Util
    Wed Mar 17 00:04:21 CET 2004
    oracle.wh.util.DebugUtility: resolving: class oracle/wh/runtime/server/Util
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: User = maki
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/classes12.zip;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.wh.runtime.platform.service.install.ServiceInstaller %host %port %serviceName %user %password
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: after executing the output
    Wed Mar 17 00:04:32 CET 2004
    oracle.wh.util.DebugUtility: Runtime Platform Property Load Beginning...
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: User = maki
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../../lib/transx.zip;../../../lib/xschema.jar;../../../rdbms/jlib/xsu12.jar;../../../rdbms/jlib/xdb.jar;../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/classes12.zip;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))" %user %password ../../rtasst/wb_rt_messages_en.xml
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: after executing the output
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/register_platform_store.sql
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQL; -token type = 1
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQL Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [processSQLToken]: User = maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: =========== enter file: ../../rtasst/wb_rt_seed_service_nodes.sql
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: this is SQL error: continue =false
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...

Maybe you are looking for

  • I will format my pc. How do i back up my itunes library?

    Hi. I'm using a Win XP at my office. :-( I need to format it, and install Win7. I have music and apps in my itunes folder at this pc. How I must to backup my itunes library to put it in my pc after the win 7 installation? Thanks in advance. Federico.

  • External Display Causing MacBook Screen Edge Darkening?

    I recently purchased a Dell 2209WA monitor (rotated to portrait) and since using it I've noticed that my MacBook screen has a shadow down the right hand side. Now I'm assuming that some part of this new monitor isn't suitably shielded and is affectin

  • Inventory listing report to view item balance with the model number in R3

    Hi, Anyone have any ideas does R3 provide standard report to view the report with inventory listing on balance,description,model number? Kindly provide the t-code.

  • Passing BPM presentation object global activity

    Hello, I would like to pass a BPM presentation object from a JSP page to global actiivity using openGlobal() method. Do you know if this is possible? Any examples available you know? Thanks & Regards.

  • Pen Tool doesn't work on Video Tracks

    Hi there, Today I woke up and found that video tracks in my timeline I could no longer just grab the pen tool, click, and change the levels (such as manually configuring a fade in or out dissolve) There is just no line in the Video track where I can