Oracle apps backup

Hi
How to backup application tier when online backup of database is active.
Online backup of database by RMAN is scheduled but don't know how to take backup of application tier backup online.
Please suggest as am new to apps R12
Database : 11.1.0.7
Applications : R12.1.3
OS : RHEL5
Thanks in advance.

955685 wrote:
Hi
How to backup application tier when online backup of database is active.
Online backup of database by RMAN is scheduled but don't know how to take backup of application tier backup online.
Please suggest as am new to apps R12
Database : 11.1.0.7
Applications : R12.1.3
OS : RHEL5
Thanks in advance.You can take a snapshot of your application while it is online, or backup the files while the application is up (since you are not on Windows OS).
https://forums.oracle.com/forums/search.jspa?threadID=&q=backup&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • Backup of application file system in oracle apps 11i

    what are the ways to take the backup of application file system in oracle application 11i ?
    Can anyone suggest regarding this ?
    Application :11.5.10.2
    OS : RHEL 3.0

    Check the following threads:
    Apps Backup
    Re: Apps Backup
    Backup Oracle Applications (11.5.10.2)
    Re: Backup Oracle Applications (11.5.10.2)
    Best Backup Strategy
    Re: Best Backup Strategy
    System Backup
    system backup
    Reommended backup and recovery startegy for EBS
    Re: Reommended backup and recovery startegy for EBS

  • RMAN Backup in ORacle Apps R12

    Hi All,
    We have oracle Apps 12.0.4 installed.Ours is a small application and we are in implementation stage.
    As of now, we are taking regular backup of db (datafiles) using RMAN by scheduled cron jobs.
    I am looking for options to schedule the backups through enterprise manager in oracle apps.
    Please provide me some pointers for the same.
    Our db is NON RAC and also single databse .. so i am not looking for grid control installation?
    What all needs to be installed to monitor and schedule backups through enterprise manager.
    Thanks,
    Kishore

    Hi,
    You can use the backup options present on the DB console. There are two options present on the DB console that is Oracle Suggested Backup and Customized Backup;
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/backrest003.htm#i1006298
    You can select the type of backup based on your needs.
    Saad

  • How to backup up the fresh installation of Oracle Apps R12?

    Hi
    I have done a fresh installation of Oracle Apps R12 on IBM-AIX machine. I would like to know, what exactly do i need to backup either the file system or database. Please let me know in detail. Actually i am fresh to Oracle Apps enviorment but expert in Oracle Database (Core) level.
    Thanks.

    This topic has been discussed several times before on this forum. Please check the following threads for more details:
    Apps Backup
    Re: Apps Backup
    Backup Oracle Applications (11.5.10.2)
    Re: Backup Oracle Applications (11.5.10.2)
    Best Backup Strategy
    Re: Best Backup Strategy
    System Backup
    system backup
    Reommended backup and recovery startegy for EBS
    Re: Reommended backup and recovery startegy for EBS

  • Can anybody provide AIX shell script for Oracle Apps R12 instance backup

    Hi
    Can anybody provide AIX shell script for Oracle Apps R12 instance backup? Manually, i am able to backup but i donot have shell script to schedule through crontab.
    Help me please.
    Thanks

    Rman can be used for Database, not for Application tier. Again, I assumed you are looking for a script to backup the database. For the application tier, you can simply do a filesystem backup.
    I still do not understand your concern? Is it about using crontab? If so, then check here --> man crontab <--

  • RAC RMAN BACKUP Recovery FOR  Oracle APPS Application

    Hi,
    We have an Application which is similar to Oracle APPs application and We have a RAC Database at Backend.
    As I am a Oracle RAC DBA and never worked as an Oracle apps DBA.
    Each Week or month We have to deploy a patch on Our Database which are kind of sql changes to Database and before we applying we need to backup our Database.
    I am very comfortable while applying patches on Single instance Database:-
    I Usually shutdown my database and backing up My Database(Conistent\cold Backup) before applying patch.
    and I have a Flash back on both option I am having for my Database.
    Problem:-
    But in Production I have RAC Database, on which I already configured Hot Backup.
    FlashBackup Feature is there with me, but Not reliable.
    I want cold backup along with my existing hot backup, and want to restore same if something goes wrong.
    Since ASM is configured so we have only option RMAN backup.
    IF possible kindly Share your knowledge and Experience of your to handle Such Problem.

    Sir,
    RMAN is already configured for backing up database online.
    My only intention is to have cold or consistent backup before applying application patch, So that at the time of crisis I will resotre my Cold/Conistent backup.
    Because I am using 11gr2 RAC with ASM, so only option is there for me to use rman as backup tool.
    But I never tried to Have Cold backup in RAC environment in my previous jobs, and I am new to this Oracle APPS DBA technology. So Here I am looking for a Strategy that Normally oracle apps dba use while applying patch to Oracle Database and kind of backup strategy they use.
    Regards
    Gaurav

  • 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.

  • Installation of Oracle APPS 11 on Windows XP Professional

    Dear all,
    I downloaded all the zip files needed for Oracle APPS 11 from edelivery.oracle.com
    Now I'm trying to install the package but I get stuck on an error. I already installed DeVC++ (in folder C:\VC98) and installed ActivePerl.
    During rapidwiz alle the zipfiles are being unzipped and after that I get the following error:
    RW50004: Error code received when running external process. Check log file for details.
    Running database install driver for VIS instance
    The log file shows me the following:
    Hope you can help me with this.
    Greetings,
    Charif
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.35
    >> Install session started : Fri May 02 12:05:34 CEST 2008
    >> Rapid Wizard source location : E:\oracleextract2\startCD\Disk1\rapidwiz
    >> Command Line arguments for this execution :
    =================================================================
    Install Session Information
    Host Name : server.charif.nl
    Host Operating System : Windows
    User running Install : Administrator
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    InstallPanel
         User action : Create configuration file
         Description : To create a new intance cofiguration.
    NumNodesPanel
         Install type : Single node Install
         Description : Installs all the services on a single node.
    InstallSidPanel
         Database type : Vision Demo Database
         Database name : VIS
    RdbmsPanel
         Derived Mount Points :
              Base Install directory : c:\oracle
              Oracle Home : c:\oracle\visdb\9.2.0
              Data Top (SYS) : c:\oracle\visdata
              Data Top (LOG) : c:\oracle\visdata
              Data Top (TXN) : c:\oracle\visdata
              Data Top (ARCHIVE) : c:\oracle\visdata
    MtierInfoPanel
         Configuration Information for Node - server - Admin Server / Concurrent Mgr / Forms Server / Web Server
              Derived Mount Points :
                   MKS directory : C:\cygwin\bin
                   MSDEV directory : C:\VC98
                   Base Install directory : c:\oracle
                   APPL_TOP Mount point : c:\oracle\visappl
                   APPL_TOP aux. 1 : c:\oracle\visappl
                   APPL_TOP aux. 2 : c:\oracle\visappl
                   APPL_TOP aux. 3 : c:\oracle\visappl
                   COMMON_TOP : c:\oracle\viscomn
                   8.0.6 ORACLE_HOME : c:\oracle\visora\8.0.6
                   iAS ORACLE_HOME : c:\oracle\visora\iAS
                   Temp Directory : c:\oracle\viscomn\temp
    PortPanel
              Selected port pool :
                   Domain Name : charif.nl
                   Database Port : 1521
                   RPC Port : 1626
                   Reports Port : 7000
                   Web Listener Port : 8000
                   OProcMgr Port : 8100
                   Web PLSQL Port : 8200
                   Servlet Port : 8800
                   Forms Listener Port : 9000
                   Metrics Server Data Port : 9100
                   Metrics Server Req. Port : 9200
                   JTF Fulfillment Server Port : 9300
                   Map Viewer Servlet Port : 9800
                   OEM Web Utility Port : 10000
                   VisiBroker OrbServer Agent Port : 10100
                   MSCA Server Port : 10200
                   MSCA Dispatcher Port : 10300
                   Java Object Cache Port : 12345
                   OACORE Servlet Port Range : 16000-16009
                   Discoverer Servlet Port Range : 17000-17009
                   Forms Servlet Port Range : 18000-18009
                   XMLSVCS Servlet Port Range : 19000-19009
    AppsConfig temp dir set to: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    ConfigFilePanel
              Setting temp directory to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp <-> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
              Writing configuration file to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    RPC Port Value = 1626...... Available
    Forms Listener Port Value = 9000...... Available
    Metrics Server Port Value = 9100...... Available
    Metrics Client Port Value = 9200...... Available
    Forms Servlet Port Range Value = 18000...... Available
    Forms Servlet Port Range Value = 18001...... Available
    Forms Servlet Port Range Value = 18002...... Available
    Forms Servlet Port Range Value = 18003...... Available
    Forms Servlet Port Range Value = 18004...... Available
    Forms Servlet Port Range Value = 18005...... Available
    Forms Servlet Port Range Value = 18006...... Available
    Forms Servlet Port Range Value = 18007...... Available
    Forms Servlet Port Range Value = 18008...... Available
    Forms Servlet Port Range Value = 18009...... Available
    Report Listener Port Value = 7000...... Available
    Web Listener Port Value = 8000...... Available
    Web Listener PLSQL Port Value = 8200...... Available
    Servlet Port Value = 8800...... Available
    JTF Fulfillment Server Port Value = 9300...... Available
    Map Viewer Servlet Port Value = 9800...... Available
    OEM Web Utility Port Value = 10000...... Available
    VisiBroker OrbServer Agent Port Value = 10100...... Available
    MSCA Server Port Value = 10200...... Available
    MSCA Dispatcher Port Value = 10300...... Available
    OACORE Servlet Port Range Value = 16000...... Available
    OACORE Servlet Port Range Value = 16001...... Available
    OACORE Servlet Port Range Value = 16002...... Available
    OACORE Servlet Port Range Value = 16003...... Available
    OACORE Servlet Port Range Value = 16004...... Available
    OACORE Servlet Port Range Value = 16005...... Available
    OACORE Servlet Port Range Value = 16006...... Available
    OACORE Servlet Port Range Value = 16007...... Available
    OACORE Servlet Port Range Value = 16008...... Available
    OACORE Servlet Port Range Value = 16009...... Available
    Discoverer Servlet Port Range Value = 17000...... Available
    Discoverer Servlet Port Range Value = 17001...... Available
    Discoverer Servlet Port Range Value = 17002...... Available
    Discoverer Servlet Port Range Value = 17003...... Available
    Discoverer Servlet Port Range Value = 17004...... Available
    Discoverer Servlet Port Range Value = 17005...... Available
    Discoverer Servlet Port Range Value = 17006...... Available
    Discoverer Servlet Port Range Value = 17007...... Available
    Discoverer Servlet Port Range Value = 17008...... Available
    Discoverer Servlet Port Range Value = 17009...... Available
    XMLSVCS Servlet Port Range Value = 19000...... Available
    XMLSVCS Servlet Port Range Value = 19001...... Available
    XMLSVCS Servlet Port Range Value = 19002...... Available
    XMLSVCS Servlet Port Range Value = 19003...... Available
    XMLSVCS Servlet Port Range Value = 19004...... Available
    XMLSVCS Servlet Port Range Value = 19005...... Available
    XMLSVCS Servlet Port Range Value = 19006...... Available
    XMLSVCS Servlet Port Range Value = 19007...... Available
    XMLSVCS Servlet Port Range Value = 19008...... Available
    XMLSVCS Servlet Port Range Value = 19009...... Available
    Operating System Check
    command : cmd.exe /c E:\oracleextract2\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    E:\oracleextract2\startCD\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=SERVER
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    LOGONSERVER=\\SERVER
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Path=C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem; C:\cygwin\bin\;
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 8, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f08
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    USERDOMAIN=SERVER
    USERNAME=Administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINDOWS
    Operating System patch/version test has succeeded
    O/S User and Group Check
    Domain=SERVER
    ,Username=Administrator
    ,PC-Name=SERVER
    User belongs to the Administrators Group.
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME created:
    Mount Point = c:\oracle\visdb\9.2.0
    Database ORACLE_HOME admin folder created:
    Mount Point = c:\oracle\visdb\9.2.0\appsutil
    Database ORACLE_HOME temp folder created:
    Mount Point = c:\oracle\visdb\9.2.0\appsutil\temp
    Database Install Log Directory created:
    Mount Point = c:\oracle\visdb\9.2.0\appsutil\log\VIS_server
    Database Install Out Directory created:
    Mount Point = c:\oracle\visdb\9.2.0\appsutil\out\VIS_server\templbac
    Database System File Directory created:
    Mount Point = c:\oracle\visdata
    Database Log File Directory available:
    Mount Point = c:\oracle\visdata
    Database Transaction File Directory available:
    Mount Point = c:\oracle\visdata
    Database Archive File Directory available:
    Mount Point = c:\oracle\visdata
    APPL_TOP created:
    Mount Point = c:\oracle\visappl
    APPL_TOP admin created:
    Mount Point = c:\oracle\visappl\admin
    APPL_TOP mount 2 available:
    Mount Point = c:\oracle\visappl
    APPL_TOP mount 3 available:
    Mount Point = c:\oracle\visappl
    APPL_TOP mount 4 available:
    Mount Point = c:\oracle\visappl
    COMMON_TOP created:
    Mount Point = c:\oracle\viscomn
    JAVA_TOP created:
    Mount Point = c:\oracle\viscomn\java
    PORTAL_TOP created:
    Mount Point = c:\oracle\viscomn\portal
    Temp Directory created:
    Mount Point = c:\oracle\viscomn\temp
    APPL_TOP admin Install Log Directory created:
    Mount Point = c:\oracle\visappl\admin\VIS_server\log
    APPL_TOP admin Install Out Directory created:
    Mount Point = c:\oracle\visappl\admin\VIS_server\out\templbac
    Apps ORACLE_HOME created:
    Mount Point = c:\oracle\visora\iAS
    Tools ORACLE_HOME created:
    Mount Point = c:\oracle\visora\8.0.6
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = c:\oracle\visdb\9.2.0
    required = 2800.0
    actual = 133092.33984375
    Disk space on system acceptable :
    Database System File Directory = c:\oracle\visdata
    required = 12009.0
    actual = 130292.33984375
    Disk space on system acceptable :
    Database Log File Directory = c:\oracle\visdata
    required = 160.0
    actual = 118283.33984375
    Disk space on system acceptable :
    Database Transaction File Directory = c:\oracle\visdata
    required = 28438.0
    actual = 118123.33984375
    Disk space on system acceptable :
    Database Archive File Directory = c:\oracle\visdata
    required = 20186.0
    actual = 89685.33984375
    Disk space on system acceptable :
    APPL_TOP = c:\oracle\visappl
    required = 5388.0
    actual = 69499.33984375
    Disk space on system acceptable :
    APPL_TOP mount 2 = c:\oracle\visappl
    required = 2664.0
    actual = 64111.33984375
    Disk space on system acceptable :
    APPL_TOP mount 3 = c:\oracle\visappl
    required = 4667.0
    actual = 61447.33984375
    Disk space on system acceptable :
    APPL_TOP mount 4 = c:\oracle\visappl
    required = 2157.0
    actual = 56780.33984375
    Disk space on system acceptable :
    COMMON_TOP = c:\oracle\viscomn
    required = 2207.0
    actual = 54623.33984375
    Disk space on system acceptable :
    Apps ORACLE_HOME = c:\oracle\visora\iAS
    required = 1130.0
    actual = 52416.33984375
    Disk space on system acceptable :
    Tools ORACLE_HOME = c:\oracle\visora\8.0.6
    required = 2425.0
    actual = 51286.33984375
    Host/Domain Check
    command : ping -n 1 server
    Pingen naar server.charif.nl [192.168.160.132] met 32 byte gegevens:
    Antwoord van 192.168.160.132: bytes=32 tijd=5 ms TTL=128
    Ping-statistieken voor 192.168.160.132:
    Pakketten: verzonden = 1, ontvangen = 1, verloren = 0
    (0% verlies).De gemiddelde tijd voor het uitvoeren van ‚‚n bewerking in milliseconden:
    Minimum = 5ms, Maximum = 5ms, Gemiddelde = 5ms
    host ping has succeeded
    command : ping -n 1 server.charif.nl
    Pingen naar server.charif.nl [192.168.160.132] met 32 byte gegevens:
    Antwoord van 192.168.160.132: bytes=32 tijd<1 ms TTL=128
    Ping-statistieken voor 192.168.160.132:
    Pakketten: verzonden = 1, ontvangen = 1, verloren = 0
    (0% verlies).De gemiddelde tijd voor het uitvoeren van ‚‚n bewerking in milliseconden:
    Minimum = 0ms, Maximum = 0ms, Gemiddelde = 0ms
    host.domain ping has succeeded
    OS Patch Checks
    running command : OSPatchCheck.checkPatch()
    OS = Windows XP OSVersion = 5.1
    No Patch Information available for this Platform
    System Utilities Check
    command : cmd.exe /c E:\oracleextract2\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\cygwin\bin C:\VC98
    There was an error while running the command - cmd.exe /c E:\oracleextract2\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\cygwin\bin C:\VC98
    C:\VC98\bin\vcvars32.bat wordt niet herkend als een interne
    of externe opdracht, programma of batchbestand.
    E:\oracleextract2\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    /usr/bin/cc
    'cc' is available.
    /usr/bin/link
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has succeeded
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area E:\oracleextract2\oraDB\Disk1
    RapidWiz location: E:\oracleextract2\startCD\Disk1\rapidwiz
    Install Media location: E:\oracleextract2\startCD\Disk1
    APPL_TOP location: c:\oracle\visappl
    Database ORACLE_HOME: c:\oracle\visdb\9.2.0
    Database SID: VIS
    Database Context Name : VIS_server
    Creating 9.2.0 DB Context from E:\oracleextract2\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp to c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    instantiate file:
    source : E:\oracleextract2\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    instantiate file:
    source : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    dest : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    instantiate file:
    source : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    dest : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    instantiate file:
    source : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    dest : c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    instantiate file:
    source : c:\oracle\visdb\9.2.0\temp\restart.xml
    dest : c:\oracle\visdb\9.2.0\temp\restart.xml
    instantiate file:
    source : c:\oracle\visdb\9.2.0\temp\restart.xml
    dest : c:\oracle\visdb\9.2.0\temp\restart.xml
    Creating APPL_TOP Context from E:\oracleextract2\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp to c:\oracle\visappl\admin\VIS_server.xml
    instantiate file:
    source : E:\oracleextract2\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : c:\oracle\visappl\admin\VIS_server.xml
    instantiate file:
    source : c:\oracle\visappl\admin\VIS_server.xml
    dest : c:\oracle\visappl\admin\VIS_server.xml
    instantiate file:
    source : c:\oracle\visappl\admin\VIS_server.xml
    dest : c:\oracle\visappl\admin\VIS_server.xml
    instantiate file:
    source : c:\oracle\visappl\admin\VIS_server.xml
    dest : c:\oracle\visappl\admin\VIS_server.xml
    instantiate file:
    source : c:\oracle\visappl\admin\VIS_server.xml
    dest : c:\oracle\visappl\admin\VIS_server.xml
    instantiate file:
    source : c:\oracle\viscomn\temp\restart.xml
    dest : c:\oracle\viscomn\temp\restart.xml
    instantiate file:
    source : c:\oracle\viscomn\temp\restart.xml
    dest : c:\oracle\viscomn\temp\restart.xml
    Processing DriverFile = E:\oracleextract2\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for E:\oracleextract2\startCD\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = E:\oracleextract2\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for E:\oracleextract2\startCD\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = E:\oracleextract2\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for E:\oracleextract2\startCD\Disk1\rapidwiz\template\adridb.drv
    Creation of Directory - C:\oracle\visdb\9.2.0\temp\VIS_server Succeeded.
    instantiate file:
    source : E:\oracleextract2\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : c:\oracle\visdb\9.2.0\temp\VIS_server\adrun9i.cmd
    backup : c:\oracle\visdb\9.2.0\temp\VIS_server\adrun9i.cmd to c:\oracle\visdb\9.2.0\appsutil\out\VIS_server\templbac\adrun9i.cmd
    instantiate file:
    source : E:\oracleextract2\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : c:\oracle\visdb\9.2.0\temp\VIS_server\adrundb.cmd
    backup : c:\oracle\visdb\9.2.0\temp\VIS_server\adrundb.cmd to c:\oracle\visdb\9.2.0\appsutil\out\VIS_server\templbac\adrundb.cmd
    Step 0 of 5
    Command: c:\oracle\visdb\9.2.0\temp\VIS_server\adrun9i.cmd
    Processing Step 1 of 5
    Executing: c:\oracle\visdb\9.2.0\temp\VIS_server\adrun9i.cmd APPS APPS
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM $Header: adrun9i.cmd 115.31 2004/08/19 21:47:16 psaddi ship $
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM ###############################################################
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM 165195.1 for assistance.
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM ###############################################################
    E:\oracleextract2\startCD\Disk1\rapidwiz>REM
    E:\oracleextract2\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    E:\oracleextract2\startCD\Disk1\rapidwiz>(set date=vr 02-05-2008 )
    E:\oracleextract2\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    E:\oracleextract2\startCD\Disk1\rapidwiz>(set time=12:07 )
    E:\oracleextract2\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 9I RDBMS : vr 02-05-2008 12:07
    STARTED INSTALL PHASE : 9I RDBMS : vr 02-05-2008 12:07
    E:\oracleextract2\startCD\Disk1\rapidwiz>SET JRE_PATH=E:\oracleextract2\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    E:\oracleextract2\startCD\Disk1\rapidwiz>SET JRE_CP=.;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\jnls.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\acc.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\netcfg.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\java
    E:\oracleextract2\startCD\Disk1\rapidwiz>SET XML_FILE=c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml
    E:\oracleextract2\startCD\Disk1\rapidwiz>SET PATH=E:\oracleextract2\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem; C:\cygwin\bin\;
    E:\oracleextract2\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    E:\oracleextract2\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=1 )
    E:\oracleextract2\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Install 9i will only happen, if database is "db920"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "db920" == "db920" goto :INSTALL_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Installing 9i RDBMS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "FALSE" == "c:\oracle\visdb\9.2.0\temp\VIS_server\adrun9i.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Setting the driver file name
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>SET DRVNAME=gdb920.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM install 9i
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring Installing 9i - E:\oracleextract2\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    "Statusstring Installing 9i - E:\oracleextract2\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>E:\oracleextract2\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\jnls.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\acc.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\netcfg.jar;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;E:\oracleextract2\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e c:\oracle\visdb\9.2.0\appsutil\VIS_server.xml -d E:\oracleextract2\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv -pwd no_password_here -log c:\oracle\visdb\9.2.0\appsutil\log\VIS_server\dbInstall.log -nthreads 1 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS Disk 1 :
    Checking Disk contents in - E:\oracleextract2\startCD\Disk1\rapidwiz
    Checking Disk contents in - E:\oracleextract2\oraDB\Disk1
    Checking Disk contents in - E:\oracleextract2\oraDB\Disk1
    UnzipCount:114
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Update the oracle.key
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>call c:\oracle\visdb\9.2.0\appsutil\bin\adgenhnm.exe c:\oracle\visdb\9.2.0
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 1 == 0 goto :UPDKEY_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Cannot update oracle.key for database ORACLE_HOME"
    "Cannot update oracle.key for database ORACLE_HOME"
    There was an error while running the command - c:\oracle\visdb\9.2.0\temp\VIS_server\adrun9i.cmd APPS APPS
    Toegang geweigerd.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    Het proces heeft geprobeerd naar een niet-bestaande sluis te schrijven.
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance

    Dear hsawwan.
    dbinfrun.log doesn't exist
    and dbinstall.log shows the following (no errors?)
    Path Obtained by Instantiate FileE:\oracleextract2\oraDB\Disk1& Disk number = 1
    Processing E:\oracleextract2\oraDB\Disk1\db\driver\db920.drv file
    ================================================================
    Processing the contents of : Disk1
    Processing the driver file : E:\oracleextract2\oraDB\Disk1\db\driver\Disk1.drv
    UNZIPPING THE DISK1 CONTENTS
    UNZIP used: UnZip 5.52 of 28 February 2005, by Info-ZIP. Maintained by C. Spieler. Send
    Unzip0 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh49_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip0
    .end std out.
    .end err out.
    Unzip0 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh49_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip1 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh48_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip1
    .end std out.
    .end err out.
    Unzip1 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh48_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip2 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh50_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip2
    .end std out.
    .end err out.
    Unzip2 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh50_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip3 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh49_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip3
    .end std out.
    .end err out.
    Unzip3 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh49_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip4 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh23_classes0.zip at c:\oracle\visdb\9.2.0\
    Unzip4
    .end std out.
    .end err out.
    Unzip4 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh23_classes0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip5 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh48_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip5
    .end std out.
    .end err out.
    Unzip5 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh48_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip6 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh23_classes1.zip at c:\oracle\visdb\9.2.0\
    Unzip6
    .end std out.
    .end err out.
    Unzip6 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh23_classes1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip7 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh47_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip7
    .end std out.
    .end err out.
    Unzip7 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh47_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip8 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh63_oui.zip at c:\oracle\visdb\9.2.0\
    Unzip8
    .end std out.
    .end err out.
    Unzip8 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh63_oui.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip9 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh69_sysman.zip at c:\oracle\visdb\9.2.0\
    Unzip9
    .end std out.
    .end err out.
    Unzip9 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh69_sysman.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip10 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh54_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip10
    .end std out.
    .end err out.
    Unzip10 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh54_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip11 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh13_appsutil.zip at c:\oracle\visdb\9.2.0\
    Unzip11
    .end std out.
    .end err out.
    Unzip11 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh13_appsutil.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip12 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh51_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip12
    .end std out.
    .end err out.
    Unzip12 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh51_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip13 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh21_bin.zip at c:\oracle\visdb\9.2.0\
    Unzip13
    .end std out.
    .end err out.
    Unzip13 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh21_bin.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip14 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh45_network.zip at c:\oracle\visdb\9.2.0\
    Unzip14
    .end std out.
    .end err out.
    Unzip14 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh45_network.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip15 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh51_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip15
    .end std out.
    .end err out.
    Unzip15 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh51_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip16 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh3_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip16
    .end std out.
    .end err out.
    Unzip16 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh3_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip17 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh53_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip17
    .end std out.
    .end err out.
    Unzip17 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh53_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip18 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh11_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip18
    .end std out.
    .end err out.
    Unzip18 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh11_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip19 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh23_classes.zip at c:\oracle\visdb\9.2.0\
    Unzip19
    .end std out.
    .end err out.
    Unzip19 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh23_classes.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip20 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh12_appsoui.zip at c:\oracle\visdb\9.2.0\
    Unzip20
    .end std out.
    .end err out.
    Unzip20 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh12_appsoui.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip21 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh54_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip21
    .end std out.
    .end err out.
    Unzip21 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh54_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip22 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh22_classes.zip at c:\oracle\visdb\9.2.0\
    Unzip22
    .end std out.
    .end err out.
    Unzip22 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh22_classes.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip23 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh52_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip23
    .end std out.
    .end err out.
    Unzip23 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh52_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip24 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh29_demo.zip at c:\oracle\visdb\9.2.0\
    Unzip24
    .end std out.
    .end err out.
    Unzip24 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh29_demo.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip25 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh22_classes0.zip at c:\oracle\visdb\9.2.0\
    Unzip25
    .end std out.
    .end err out.
    Unzip25 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh22_classes0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip26 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh52_oem_webstage1.zip at c:\oracle\visdb\9.2.0\
    Unzip26
    .end std out.
    .end err out.
    Unzip26 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh52_oem_webstage1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip27 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh1_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip27
    .end std out.
    .end err out.
    Unzip27 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh1_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip28 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh53_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip28
    .end std out.
    .end err out.
    Unzip28 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh53_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip29 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh46_oci.zip at c:\oracle\visdb\9.2.0\
    Unzip29
    .end std out.
    .end err out.
    Unzip29 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh46_oci.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip30 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh5_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip30
    .end std out.
    .end err out.
    Unzip30 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh5_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip31 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh50_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip31
    .end std out.
    .end err out.
    Unzip31 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh50_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip32 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh13_appsutil0.zip at c:\oracle\visdb\9.2.0\
    Unzip32
    .end std out.
    .end err out.
    Unzip32 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh13_appsutil0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip33 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh62_ord.zip at c:\oracle\visdb\9.2.0\
    Unzip33
    .end std out.
    .end err out.
    Unzip33 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh62_ord.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip34 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh22_classes1.zip at c:\oracle\visdb\9.2.0\
    Unzip34
    .end std out.
    .end err out.
    Unzip34 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh22_classes1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip35 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh52_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip35
    .end std out.
    .end err out.
    Unzip35 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh52_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip36 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh65_rdbms.zip at c:\oracle\visdb\9.2.0\
    Unzip36
    .end std out.
    .end err out.
    Unzip36 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh65_rdbms.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip37 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh19_bin.zip at c:\oracle\visdb\9.2.0\
    Unzip37
    .end std out.
    .end err out.
    Unzip37 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh19_bin.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip38 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh42_jre.zip at c:\oracle\visdb\9.2.0\
    Unzip38
    .end std out.
    .end err out.
    Unzip38 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh42_jre.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip39 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh64_rdbms.zip at c:\oracle\visdb\9.2.0\
    Unzip39
    .end std out.
    .end err out.
    Unzip39 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh64_rdbms.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip40 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh61_Omwb.zip at c:\oracle\visdb\9.2.0\
    Unzip40
    .end std out.
    .end err out.
    Unzip40 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh61_Omwb.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip41 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh32_javavm.zip at c:\oracle\visdb\9.2.0\
    Unzip41
    .end std out.
    .end err out.
    Unzip41 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh32_javavm.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip42 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh25_ctx.zip at c:\oracle\visdb\9.2.0\
    Unzip42
    .end std out.
    .end err out.
    Unzip42 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh25_ctx.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip43 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh20_bin0.zip at c:\oracle\visdb\9.2.0\
    Unzip43
    .end std out.
    .end err out.
    Unzip43 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh20_bin0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip44 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh20_bin.zip at c:\oracle\visdb\9.2.0\
    Unzip44
    .end std out.
    .end err out.
    Unzip44 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh20_bin.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip45 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh70_ultrasearch.zip at c:\oracle\visdb\9.2.0\
    Unzip45
    .end std out.
    .end err out.
    Unzip45 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh70_ultrasearch.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip46 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh7_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip46
    .end std out.
    .end err out.
    Unzip46 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh7_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip47 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh27_ctx.zip at c:\oracle\visdb\9.2.0\
    Unzip47
    .end std out.
    .end err out.
    Unzip47 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh27_ctx.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip48 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh24_classes.zip at c:\oracle\visdb\9.2.0\
    Unzip48
    .end std out.
    .end err out.
    Unzip48 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh24_classes.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip49 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh28_demo.zip at c:\oracle\visdb\9.2.0\
    Unzip49
    .end std out.
    .end err out.
    Unzip49 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk1\db\stage\dboh28_demo.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip50 - Start of native unzipping E:\oracleextract2\oraDB\Disk1\db\stage\dboh36_javavm.zip at c:\oracle\visdb\9.2.0\
    AutoConfig is exiting with status 0
    Processing disk file : disk.label in E:\oracleextract2\oraDB\Disk2
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk2
    Processing the driver file : E:\oracleextract2\oraDB\Disk2\db\driver\Disk2.drv
    UNZIPPING THE DISK2 CONTENTS
    Unzip51 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh16_assistants.zip at c:\oracle\visdb\9.2.0\
    Unzip51
    .end std out.
    .end err out.
    Unzip51 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh16_assistants.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip52 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh17_assistants.zip at c:\oracle\visdb\9.2.0\
    Unzip52
    .end std out.
    .end err out.
    Unzip52 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh17_assistants.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip53 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh51_oem_webstage1.zip at c:\oracle\visdb\9.2.0\
    Unzip53
    .end std out.
    .end err out.
    Unzip53 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh51_oem_webstage1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip54 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh50_oem_webstage1.zip at c:\oracle\visdb\9.2.0\
    Unzip54
    .end std out.
    .end err out.
    Unzip54 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh50_oem_webstage1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip55 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh14_assistants.zip at c:\oracle\visdb\9.2.0\
    Unzip55
    .end std out.
    .end err out.
    Unzip55 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh14_assistants.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip56 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh4_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip56
    .end std out.
    .end err out.
    Unzip56 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh4_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip57 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh2_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip57
    .end std out.
    .end err out.
    Unzip57 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh2_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip58 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh8_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip58
    .end std out.
    .end err out.
    Unzip58 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh8_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip59 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh6_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip59
    .end std out.
    .end err out.
    Unzip59 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh6_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip60 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh18_bin.zip at c:\oracle\visdb\9.2.0\
    Unzip60
    .end std out.
    .end err out.
    Unzip60 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh18_bin.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip61 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh0_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip61
    .end std out.
    .end err out.
    Unzip61 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh0_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip62 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh40_jlib.zip at c:\oracle\visdb\9.2.0\
    Unzip62
    .end std out.
    .end err out.
    Unzip62 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh40_jlib.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip63 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh55_oem_webstage.zip at c:\oracle\visdb\9.2.0\
    Unzip63
    .end std out.
    .end err out.
    Unzip63 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh55_oem_webstage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip64 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh26_ctx.zip at c:\oracle\visdb\9.2.0\
    Unzip64
    .end std out.
    .end err out.
    Unzip64 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh26_ctx.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip65 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh10_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip65
    .end std out.
    .end err out.
    Unzip65 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh10_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip66 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh47_oem_webstage0.zip at c:\oracle\visdb\9.2.0\
    Unzip66
    .end std out.
    .end err out.
    Unzip66 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh47_oem_webstage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip67 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh65_rdbms0.zip at c:\oracle\visdb\9.2.0\
    Unzip67
    .end std out.
    .end err out.
    Unzip67 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh65_rdbms0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip68 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh38_jlib.zip at c:\oracle\visdb\9.2.0\
    Unzip68
    .end std out.
    .end err out.
    Unzip68 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh38_jlib.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip69 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh66_rdbms.zip at c:\oracle\visdb\9.2.0\
    Unzip69
    .end std out.
    .end err out.
    Unzip69 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh66_rdbms.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip70 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh57_olap.zip at c:\oracle\visdb\9.2.0\
    Unzip70
    .end std out.
    .end err out.
    Unzip70 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh57_olap.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip71 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh45_network0.zip at c:\oracle\visdb\9.2.0\
    Unzip71
    .end std out.
    .end err out.
    Unzip71 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh45_network0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip72 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh64_rdbms0.zip at c:\oracle\visdb\9.2.0\
    Unzip72
    .end std out.
    .end err out.
    Unzip72 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh64_rdbms0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip73 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh21_bin0.zip at c:\oracle\visdb\9.2.0\
    Unzip73
    .end std out.
    .end err out.
    Unzip73 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh21_bin0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip74 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh29_demo0.zip at c:\oracle\visdb\9.2.0\
    Unzip74
    .end std out.
    .end err out.
    Unzip74 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh29_demo0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip75 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh37_javavm.zip at c:\oracle\visdb\9.2.0\
    Unzip75
    .end std out.
    .end err out.
    Unzip75 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh37_javavm.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip76 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh52_oem_webstage2.zip at c:\oracle\visdb\9.2.0\
    Unzip76
    .end std out.
    .end err out.
    Unzip76 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh52_oem_webstage2.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip77 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh46_oci0.zip at c:\oracle\visdb\9.2.0\
    Unzip77
    .end std out.
    .end err out.
    Unzip77 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh46_oci0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip78 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh19_bin0.zip at c:\oracle\visdb\9.2.0\
    Unzip78
    .end std out.
    .end err out.
    Unzip78 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh19_bin0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip79 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh48_oem_webstage1.zip at c:\oracle\visdb\9.2.0\
    Unzip79
    .end std out.
    .end err out.
    Unzip79 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh48_oem_webstage1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip80 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh68_sysman.zip at c:\oracle\visdb\9.2.0\
    Unzip80
    .end std out.
    .end err out.
    Unzip80 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk2\db\stage\dboh68_sysman.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip81 - Start of native unzipping E:\oracleextract2\oraDB\Disk2\db\stage\dboh35_javavm.zip at c:\oracle\visdb\9.2.0\
    AutoConfig is exiting with status 0
    Processing disk file : disk.label in E:\oracleextract2\oraDB\Disk3
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk3
    Processing the driver file : E:\oracleextract2\oraDB\Disk3\db\driver\Disk3.drv
    UNZIPPING THE DISK3 CONTENTS
    Unzip82 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh67_sysman.zip at c:\oracle\visdb\9.2.0\
    Unzip82
    .end std out.
    .end err out.
    Unzip82 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh67_sysman.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip83 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh66_rdbms0.zip at c:\oracle\visdb\9.2.0\
    Unzip83
    .end std out.
    .end err out.
    Unzip83 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh66_rdbms0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip84 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh59_olap.zip at c:\oracle\visdb\9.2.0\
    Unzip84
    .end std out.
    .end err out.
    Unzip84 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh59_olap.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip85 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh56_olap.zip at c:\oracle\visdb\9.2.0\
    Unzip85
    .end std out.
    .end err out.
    Unzip85 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh56_olap.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip86 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh60_Omwb.zip at c:\oracle\visdb\9.2.0\
    Unzip86
    .end std out.
    .end err out.
    Unzip86 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh60_Omwb.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip87 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh39_jlib.zip at c:\oracle\visdb\9.2.0\
    Unzip87
    .end std out.
    .end err out.
    Unzip87 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh39_jlib.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip88 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh22_classes2.zip at c:\oracle\visdb\9.2.0\
    Unzip88
    .end std out.
    .end err out.
    Unzip88 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh22_classes2.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip89 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh27_ctx0.zip at c:\oracle\visdb\9.2.0\
    Unzip89
    .end std out.
    .end err out.
    Unzip89 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh27_ctx0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip90 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh9_.patch_storage.zip at c:\oracle\visdb\9.2.0\
    Unzip90
    .end std out.
    .end err out.
    Unzip90 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh9_.patch_storage.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip91 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh61_Omwb0.zip at c:\oracle\visdb\9.2.0\
    Unzip91
    .end std out.
    .end err out.
    Unzip91 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh61_Omwb0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip92 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh15_assistants.zip at c:\oracle\visdb\9.2.0\
    Unzip92
    .end std out.
    .end err out.
    Unzip92 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh15_assistants.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip93 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh58_olap.zip at c:\oracle\visdb\9.2.0\
    Unzip93
    .end std out.
    .end err out.
    Unzip93 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh58_olap.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip94 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh11_.patch_storage0.zip at c:\oracle\visdb\9.2.0\
    Unzip94
    .end std out.
    .end err out.
    Unzip94 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh11_.patch_storage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip95 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh7_.patch_storage0.zip at c:\oracle\visdb\9.2.0\
    Unzip95
    .end std out.
    .end err out.
    Unzip95 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh7_.patch_storage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip96 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh53_oem_webstage1.zip at c:\oracle\visdb\9.2.0\
    Unzip96
    .end std out.
    .end err out.
    Unzip96 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh53_oem_webstage1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip97 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh70_ultrasearch0.zip at c:\oracle\visdb\9.2.0\
    Unzip97
    .end std out.
    .end err out.
    Unzip97 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh70_ultrasearch0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip98 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh62_ord0.zip at c:\oracle\visdb\9.2.0\
    Unzip98
    .end std out.
    .end err out.
    Unzip98 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh62_ord0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip99 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh69_sysman0.zip at c:\oracle\visdb\9.2.0\
    Unzip99
    .end std out.
    .end err out.
    Unzip99 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh69_sysman0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip100 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh47_oem_webstage1.zip at c:\oracle\visdb\9.2.0\
    Unzip100
    .end std out.
    .end err out.
    Unzip100 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh47_oem_webstage1.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip101 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh63_oui0.zip at c:\oracle\visdb\9.2.0\
    Unzip101
    .end std out.
    .end err out.
    Unzip101 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh63_oui0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip102 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh12_appsoui0.zip at c:\oracle\visdb\9.2.0\
    Unzip102
    .end std out.
    .end err out.
    Unzip102 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh12_appsoui0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip103 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh31_inventory.zip at c:\oracle\visdb\9.2.0\
    Unzip103
    .end std out.
    .end err out.
    Unzip103 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh31_inventory.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip104 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh5_.patch_storage0.zip at c:\oracle\visdb\9.2.0\
    Unzip104
    .end std out.
    .end err out.
    Unzip104 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh5_.patch_storage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip105 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh40_jlib0.zip at c:\oracle\visdb\9.2.0\
    Unzip105
    .end std out.
    .end err out.
    Unzip105 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh40_jlib0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip106 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh3_.patch_storage0.zip at c:\oracle\visdb\9.2.0\
    Unzip106
    .end std out.
    .end err out.
    Unzip106 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh3_.patch_storage0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip107 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh23_classes2.zip at c:\oracle\visdb\9.2.0\
    Unzip107
    .end std out.
    .end err out.
    Unzip107 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh23_classes2.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip108 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh34_javavm.zip at c:\oracle\visdb\9.2.0\
    Unzip108
    .end std out.
    .end err out.
    Unzip108 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh34_javavm.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip109 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh44_lib.zip at c:\oracle\visdb\9.2.0\
    Unzip109
    .end std out.
    .end err out.
    Unzip109 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh44_lib.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..DUnzip91 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh61_Omwb0.zip at c:\oracle\visdb\9.2.0\
    Unzip91
    .end std out.
    .end err out.
    Unzip91 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh61_Omwb0.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip92 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh15_assistants.zip at c:\oracle\visdb\9.2.0\
    Unzip92
    .end std out.
    .end err out.
    Unzip92 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh15_assistants.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip93 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh58_olap.zip at c:\oracle\visdb\9.2.0\
    Unzip93
    .end std out.
    .end err out.
    Unzip93 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh58_olap.zip -d c:\oracle\visdb\9.2.0\
    Thread exiting ..Unzip94 - Start of native unzipping E:\oracleextract2\oraDB\Disk3\db\stage\dboh11_.patch_storage0.zip at c:\oracle\visdb\9.2.0\
    Unzip94
    .end std out.
    .end err out.
    Unzip94 - Completed native unzipping unzip -qn E:\oracleextract2\oraDB\Disk3\db\stage\dboh11_.patch_storage0.zip -

  • Failed in Installing Oracle Apps 11i on RHEL5

    Hi,
    I try to install oracle apps on rhel5. as instructed on the metalink id=316806.1, i follow all reuqired steps and rpm. but when i install the oracle applications 11i on RHEL5 i received an error: " RW-50004: Error code received when running external process. Check log file for details. Running Database Install Driver for DVL instance Database Availability Check "
    can anyone help me to resolve this issue?...
    Check runProcess5 on the Logfile..
    Here's the log file;
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.35
    >> Install session started : Tue Aug 12 15:01:27 PHT 2008
    >> Rapid Wizard source location : /live/Stage11i/startCD/Disk1/rapidwiz
    >> Command Line arguments for this execution :
    =================================================================
    Install Session Information
    Host Name : bladj.myclone.com
    Host Operating System : Linux
    User running Install : root
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    InstallPanel
         User action : Create configuration file
         Description : To create a new intance cofiguration.
    NumNodesPanel
         Install type : Single node Install
         Description : Installs all the services on a single node.
    InstallSidPanel
         Database type : Fresh Install Database
         Database name : DVL
    RdbmsPanel
         Derived Mount Points :
              Oracle OS User : devora
              Oracle OS Group : dba
              Base Install directory : /live
              Oracle Home : /live/ora/dvldb/9.2.0
              Data Top (SYS) : /live/dta/dvldata
              Data Top (LOG) : /live/dta/dvldata
              Data Top (TXN) : /live/dta/dvldata
              Data Top (ARCHIVE) : /live/dta/dvldata
    LicensePanel
         Licensing type : Component Licensing
         Description : An application can be licensed individually.
    ProductPanel
         Selected products :
              [0 160 190 265 601 174 175 690 874 709 660 702 401 665 673 201 202 178 230 101 140 200 222 240 260 600 8400 8401 8450 8901 231 ]
         Selected product groups :
              [Basic, Order Management, Inventory Management, Purchasing, iProcurement, Financials]
    LanguagePanel
         Selected languages :
              [American_English - US]
    CharsetPanel
              Default territory : AMERICA
              Base Language : American_English - US
              Database character set : US7ASCII
              APPL_TOP character set : US7ASCII
              IANA character set : US-ASCII
    MtierInfoPanel
         Configuration Information for Node - bladj - Admin Server / Concurrent Mgr / Forms Server / Web Server
              Derived Mount Points :
                   Apps OS User : devapp
                   Apps OS Group : dba
                   Base Install directory : /live/app
                   APPL_TOP Mount point : /live/app/dvlappl
                   APPL_TOP aux. 1 : /live/app/dvlappl
                   APPL_TOP aux. 2 : /live/app/dvlappl
                   APPL_TOP aux. 3 : /live/app/dvlappl
                   COMMON_TOP : /live/app/dvlcomn
                   8.0.6 ORACLE_HOME : /live/app/dvlora/8.0.6
                   iAS ORACLE_HOME : /live/app/dvlora/iAS
                   Temp Directory : /live/app/dvlcomn/temp
    PortPanel
              Selected port pool :
                   Domain Name : myclone.com
                   Database Port : 1522
                   RPC Port : 1627
                   Reports Port : 7001
                   Web Listener Port : 8001
                   OProcMgr Port : 8101
                   Web PLSQL Port : 8201
                   Servlet Port : 8801
                   Forms Listener Port : 9001
                   Metrics Server Data Port : 9101
                   Metrics Server Req. Port : 9201
                   JTF Fulfillment Server Port : 9301
                   Map Viewer Servlet Port : 9801
                   OEM Web Utility Port : 10001
                   VisiBroker OrbServer Agent Port : 10101
                   MSCA Server Port : 10201
                   MSCA Dispatcher Port : 10301
                   Java Object Cache Port : 12346
                   OACORE Servlet Port Range : 16010-16019
                   Discoverer Servlet Port Range : 17010-17019
                   Forms Servlet Port Range : 18010-18019
                   XMLSVCS Servlet Port Range : 19010-19019
    AppsConfig temp dir set to: /tmp
    ConfigFilePanel
              Setting temp directory to : /tmp <-> /tmp/
              Writing configuration file to : /tmp/config.txt
    Port Availability Check :
    Database Port Value = 1522...... Available
    RPC Port Value = 1627...... Available
    Forms Listener Port Value = 9001...... Available
    Metrics Server Port Value = 9101...... Available
    Metrics Client Port Value = 9201...... Available
    Forms Servlet Port Range Value = 18010...... Available
    Forms Servlet Port Range Value = 18011...... Available
    Forms Servlet Port Range Value = 18012...... Available
    Forms Servlet Port Range Value = 18013...... Available
    Forms Servlet Port Range Value = 18014...... Available
    Forms Servlet Port Range Value = 18015...... Available
    Forms Servlet Port Range Value = 18016...... Available
    Forms Servlet Port Range Value = 18017...... Available
    Forms Servlet Port Range Value = 18018...... Available
    Forms Servlet Port Range Value = 18019...... Available
    Report Listener Port Value = 7001...... Available
    Web Listener Port Value = 8001...... Available
    Web Listener PLSQL Port Value = 8201...... Available
    Servlet Port Value = 8801...... Available
    JTF Fulfillment Server Port Value = 9301...... Available
    Map Viewer Servlet Port Value = 9801...... Available
    OEM Web Utility Port Value = 10001...... Available
    VisiBroker OrbServer Agent Port Value = 10101...... Available
    MSCA Server Port Value = 10201...... Available
    MSCA Dispatcher Port Value = 10301...... Available
    OACORE Servlet Port Range Value = 16010...... Available
    OACORE Servlet Port Range Value = 16011...... Available
    OACORE Servlet Port Range Value = 16012...... Available
    OACORE Servlet Port Range Value = 16013...... Available
    OACORE Servlet Port Range Value = 16014...... Available
    OACORE Servlet Port Range Value = 16015...... Available
    OACORE Servlet Port Range Value = 16016...... Available
    OACORE Servlet Port Range Value = 16017...... Available
    OACORE Servlet Port Range Value = 16018...... Available
    OACORE Servlet Port Range Value = 16019...... Available
    Discoverer Servlet Port Range Value = 17010...... Available
    Discoverer Servlet Port Range Value = 17011...... Available
    Discoverer Servlet Port Range Value = 17012...... Available
    Discoverer Servlet Port Range Value = 17013...... Available
    Discoverer Servlet Port Range Value = 17014...... Available
    Discoverer Servlet Port Range Value = 17015...... Available
    Discoverer Servlet Port Range Value = 17016...... Available
    Discoverer Servlet Port Range Value = 17017...... Available
    Discoverer Servlet Port Range Value = 17018...... Available
    Discoverer Servlet Port Range Value = 17019...... Available
    XMLSVCS Servlet Port Range Value = 19010...... Available
    XMLSVCS Servlet Port Range Value = 19011...... Available
    XMLSVCS Servlet Port Range Value = 19012...... Available
    XMLSVCS Servlet Port Range Value = 19013...... Available
    XMLSVCS Servlet Port Range Value = 19014...... Available
    XMLSVCS Servlet Port Range Value = 19015...... Available
    XMLSVCS Servlet Port Range Value = 19016...... Available
    XMLSVCS Servlet Port Range Value = 19017...... Available
    XMLSVCS Servlet Port Range Value = 19018...... Available
    XMLSVCS Servlet Port Range Value = 19019...... Available
    Operating System Check
    command : /live/Stage11i/startCD/Disk1/rapidwiz/bin/checkOS.sh
    Operating System patch/version test has succeeded
    O/S User and Group Check
    Install is being done by root so ignoring this test.
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME has write privileges:
    Mount Point = /live/ora/dvldb/9.2.0
    Database ORACLE_HOME admin folder has write privileges:
    Mount Point = /live/ora/dvldb/9.2.0/appsutil
    Database ORACLE_HOME temp folder has write privileges:
    Mount Point = /live/ora/dvldb/9.2.0/appsutil/temp
    Database Install Log Directory has write privileges:
    Mount Point = /live/ora/dvldb/9.2.0/appsutil/log/DVL_bladj
    Changed Permissions for /live/ora/dvldb/9.2.0/appsutil/log/DVL_bladj
    Database Install Out Directory has write privileges:
    Mount Point = /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/templbac
    Database System File Directory has write privileges:
    Mount Point = /live/dta/dvldata
    Database Log File Directory has write privileges:
    Mount Point = /live/dta/dvldata
    Database Transaction File Directory has write privileges:
    Mount Point = /live/dta/dvldata
    Database Archive File Directory has write privileges:
    Mount Point = /live/dta/dvldata
    APPL_TOP has write privileges:
    Mount Point = /live/app/dvlappl
    APPL_TOP admin has write privileges:
    Mount Point = /live/app/dvlappl/admin
    APPL_TOP mount 2 has write privileges:
    Mount Point = /live/app/dvlappl
    APPL_TOP mount 3 has write privileges:
    Mount Point = /live/app/dvlappl
    APPL_TOP mount 4 has write privileges:
    Mount Point = /live/app/dvlappl
    COMMON_TOP has write privileges:
    Mount Point = /live/app/dvlcomn
    JAVA_TOP has write privileges:
    Mount Point = /live/app/dvlcomn/java
    JDK_TOP has write privileges:
    Mount Point = /live/app/dvlcomn/util/java/1.4/j2sdk1.4.2_04
    PORTAL_TOP has write privileges:
    Mount Point = /live/app/dvlcomn/portal
    Temp Directory has write privileges:
    Mount Point = /live/app/dvlcomn/temp
    APPL_TOP admin Install Log Directory has write privileges:
    Mount Point = /live/app/dvlappl/admin/DVL_bladj/log
    Changed Permissions for /live/app/dvlappl/admin/DVL_bladj/log
    APPL_TOP admin Install Out Directory has write privileges:
    Mount Point = /live/app/dvlappl/admin/DVL_bladj/out/templbac
    Apps ORACLE_HOME has write privileges:
    Mount Point = /live/app/dvlora/iAS
    Tools ORACLE_HOME has write privileges:
    Mount Point = /live/app/dvlora/8.0.6
    File Space Check :
    Mount Point for /live/ora/dvldb/9.2.0 = /live
    Disk space on system acceptable :
    Database ORACLE_HOME = /live/ora/dvldb/9.2.0
    required = 3091.0
    actual = 110261.109375
    Mount Point for /live/dta/dvldata = /live
    Disk space on system acceptable :
    Database System File Directory = /live/dta/dvldata
    required = 11376.0
    actual = 107170.109375
    Mount Point for /live/dta/dvldata = /live
    Disk space on system acceptable :
    Database Log File Directory = /live/dta/dvldata
    required = 55.0
    actual = 95794.109375
    Mount Point for /live/dta/dvldata = /live
    Disk space on system acceptable :
    Database Transaction File Directory = /live/dta/dvldata
    required = 8294.0
    actual = 95739.109375
    Mount Point for /live/dta/dvldata = /live
    Disk space on system acceptable :
    Database Archive File Directory = /live/dta/dvldata
    required = 10630.0
    actual = 87445.109375
    Mount Point for /live/app/dvlappl = /live
    Disk space on system acceptable :
    APPL_TOP = /live/app/dvlappl
    required = 5705.0
    actual = 76815.109375
    Mount Point for /live/app/dvlappl = /live
    Disk space on system acceptable :
    APPL_TOP mount 2 = /live/app/dvlappl
    required = 3212.0
    actual = 71110.109375
    Mount Point for /live/app/dvlappl = /live
    Disk space on system acceptable :
    APPL_TOP mount 3 = /live/app/dvlappl
    required = 5852.0
    actual = 67898.109375
    Mount Point for /live/app/dvlappl = /live
    Disk space on system acceptable :
    APPL_TOP mount 4 = /live/app/dvlappl
    required = 2524.0
    actual = 62046.109375
    Mount Point for /live/app/dvlcomn = /live
    Disk space on system acceptable :
    COMMON_TOP = /live/app/dvlcomn
    required = 2963.0
    actual = 59522.109375
    Mount Point for /live/app/dvlora/iAS = /live
    Disk space on system acceptable :
    Apps ORACLE_HOME = /live/app/dvlora/iAS
    required = 2600.0
    actual = 56559.109375
    Mount Point for /live/app/dvlora/8.0.6 = /live
    Disk space on system acceptable :
    Tools ORACLE_HOME = /live/app/dvlora/8.0.6
    required = 3027.0
    actual = 53959.109375
    Host/Domain Check
    command : /bin/ping -c 1 bladj
    PING bladj.myclone.com (192.168.10.17) 56(84) bytes of data.
    64 bytes from bladj.myclone.com (192.168.10.17): icmp_seq=1 ttl=64 time=0.033 ms
    --- bladj.myclone.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.033/0.033/0.033/0.000 ms
    host ping has succeeded
    command : /bin/ping -c 1 bladj.myclone.com
    PING bladj.myclone.com (192.168.10.17) 56(84) bytes of data.
    64 bytes from bladj.myclone.com (192.168.10.17): icmp_seq=1 ttl=64 time=0.032 ms
    --- bladj.myclone.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.032/0.032/0.032/0.000 ms
    host.domain ping has succeeded
    OS Patch Checks
    running command : OSPatchCheck.checkPatch()
    OS = Linux OSVersion = 2.6.18-92.el5
    No Patch Information available for this Platform
    System Utilities Check
    These utilities need to be accessible on your system in order to do administrative tasks.
    command : /live/Stage11i/startCD/Disk1/rapidwiz/bin/adchkutl.sh
    Checking for make...     found - /usr/bin/make
    Checking for ld...     found - /usr/bin/ld
    Checking for cc...     found - /usr/bin/cc
    Checking for ar...     found - /usr/bin/ar
    Checking for ksh...     found - @(#)PD KSH v5.2.14 99/07/13.2
    Utility check completed successfully
    System Utilities Availability test has succeeded
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area /live/Stage11i/oraDB/Disk1
    RapidWiz location: /live/Stage11i/startCD/Disk1/rapidwiz
    Install Media location: /live/Stage11i/startCD/Disk1
    APPL_TOP location: /live/app/dvlappl
    Database ORACLE_HOME: /live/ora/dvldb/9.2.0
    Database SID: DVL
    Database Context Name : DVL_bladj
    Creating 9.2.0 DB Context from /live/Stage11i/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp to /live/ora/dvldb/9.2.0/appsutil/DVL_bladj.xml
    instantiate file:
    source : /live/Stage11i/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /tmp/tmpDVL_bladj.xml
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /tmp/tmpDVL_bladj.xml
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /live/ora/dvldb/9.2.0/temp/restart.xml
    dest : /tmp/tmprestart.xml
    instantiate file:
    source : /tmp/tmprestart.xml
    dest : /tmp/tmprestart.xml
    Creating APPL_TOP Context from /live/Stage11i/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp to /live/app/dvlappl/admin/DVL_bladj.xml
    instantiate file:
    source : /live/Stage11i/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /tmp/tmpDVL_bladj.xml
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /tmp/tmpDVL_bladj.xml
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /tmp/tmpDVL_bladj.xml
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /tmp/tmpDVL_bladj.xml
    dest : /tmp/tmpDVL_bladj.xml
    instantiate file:
    source : /live/app/dvlcomn/temp/restart.xml
    dest : /tmp/tmprestart.xml
    instantiate file:
    source : /tmp/tmprestart.xml
    dest : /tmp/tmprestart.xml
    Succesfully changed Permissions for /live/ora/dvldb/9.2.0/appsutil/log/DVL_bladj
    Processing DriverFile = /live/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /live/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Processing DriverFile = /live/Stage11i/startCD/Disk1/rapidwiz/template/adriapps.drv
    Running Instantiation Drivers for /live/Stage11i/startCD/Disk1/rapidwiz/template/adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = /live/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /live/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Creation of Directory - /live/ora/dvldb/9.2.0/temp/DVL_bladj Succeeded.
    instantiate file:
    source : /live/Stage11i/startCD/Disk1/rapidwiz/template/adrun9i.sh
    dest : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh
    backup : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/templbac/adrun9i.sh
    setting permissions: 755
    setting ownership: devora:dba
    instantiate file:
    source : /live/Stage11i/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrundb.sh
    backup : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrundb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: devora:dba
    Step 0 of 5
    Command: /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has succeeded
    Processing Step 1 of 5
    Executing: su devora -c "/live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh APPS APPS"
    STARTED INSTALL PHASE : 9i RDBMS : Tue Aug 12 15:05:22 PHT 2008
    runProcess_1
    Executing command:
         /live/Stage11i/startCD/Disk1/rapidwiz/jre/Linux/1.4.2//bin/jre -mx512M -classpath \n     /live/Stage11i/startCD/Disk1/rapidwiz/jre/Linux/1.4.2//lib/rt.jar:/live/Stage11i/startCD/Disk1/rapidwiz/jre/Linux/1.4.2//lib/i18n.jar:/live/Stage11i/startCD/Disk1/rapidwiz/jlib/java:/live/Stage11i/startCD/Disk1/rapidwiz/jlib/xmlparserv2.zip oracle.apps.ad.autoconfig.InstantiateFile -e /live/ora/dvldb/9.2.0/appsutil/DVL_bladj.xml -d
    /live/Stage11i/startCD/Disk1/rapidwiz/driver/db/driver/gdb920.drv -pwd no_password_here -log /live/ora/dvldb/9.2.0/appsutil/log/DVL_bladj/dbInstall.log -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS Disk 1 :
    Checking Disk contents in - /live/Stage11i/startCD/Disk1/rapidwiz
    Checking Disk contents in - /live/Stage11i/oraDB/Disk1
    Checking Disk contents in - /live/Stage11i/oraDB/Disk1
    UnzipCount:108
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    runProcess_2
    Statusstring Copying the Database Context template file.
    runProcess_3
    Statusstring Executing Command: InstantiateFile -d instconf.drv
    Executing command: /live/Stage11i/startCD/Disk1/rapidwiz/jre/Linux/1.4.2//bin/jre -mx512M -classpath /live/Stage11i/startCD/Disk1/rapidwiz/jre/Linux/1.4.2//lib/rt.jar:/live/Stage11i/startCD/Disk1/rapidwiz/jre/Linux/1.4.2//lib/i18n.jar:/live/Stage11i/startCD/Disk1/rapidwiz/jlib/java:/live/Stage11i/startCD/Disk1/rapidwiz/jlib/xmlparserv2.zip oracle.apps.ad.autoconfig.InstantiateFile -e /live/ora/dvldb/9.2.0/appsutil/DVL_bladj.xml -d /live/ora/dvldb/9.2.0/appsutil/driver/instconf.drv -pwd no_password_here -log /live/ora/dvldb/9.2.0/appsutil/log/DVL_bladj/dbInstallcfg.log
    runProcess_4
    Statusstring Executing Command: recreating context file
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for DVL instance
    Succesfully changed Permissions for /live/ora/dvldb/9.2.0/appsutil/log/DVL_bladj
    Processing DriverFile = /live/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /live/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /live/Stage11i/startCD/Disk1/rapidwiz/template/adrun9i.sh
    dest : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh
    backup : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/templbac/adrun9i.sh
    setting permissions: 755
    setting ownership: devora:dba
    instantiate file:
    source : /live/Stage11i/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrundb.sh
    backup : /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrundb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: devora:dba
    Step 0 of 5
    Command: /live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has succeeded
    Processing Step 1 of 5
    Executing: su devora -c "/live/ora/dvldb/9.2.0/temp/DVL_bladj/adrun9i.sh APPS APPS"
    STARTED INSTALL PHASE : 9i RDBMS : Tue Aug 12 15:27:36 PHT 2008
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for DVL instance
    Database Availability Check
    command : su devora -c "/live/Stage11i/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /live/ora/dvldb/9.2.0/DVL_bladj.env APPS/APPS"
    There was an error while running the command - su devora -c /live/Stage11i/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /live/ora/dvldb/9.2.0/DVL_bladj.env APPS/APPS
    uname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    which: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    sqlplus: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    wc: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    riwTDBup.sh started at Tue Aug 12 15:27:47 PHT 2008
    Parameters passed are : /live/ora/dvldb/9.2.0/DVL_bladj.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /live/ora/dvldb/9.2.0
    ORACLE_SID : DVL
    TWO_TASK :
    PATH : /live/ora/dvldb/9.2.0/Apache/perl/bin:/live/ora/dvldb/9.2.0/bin:/usr/bin:/usr/sbin:/live/ora/dvldb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/live/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH : /live/ora/dvldb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/live/ora/dvldb/9.2.0/ctx/lib
    Executable :
    riwTDBup.sh exiting with status
    Database ORACLE_HOME connection test has succeeded
    command : su devapp -c "/live/Stage11i/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /live/app/dvlora/8.0.6/DVL_bladj.env APPS/APPS"
    riwTDBup.sh started at Tue Aug 12 15:27:48 PHT 2008
    Parameters passed are : /live/app/dvlora/8.0.6/DVL_bladj.env APPS/APPS
    Cannot find environment file /live/app/dvlora/8.0.6/DVL_bladj.env
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 1
    Environment File Check
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = /live/ora/dvldb/9.2.0/DVL_bladj.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = /live/app/dvlora/iAS/DVL_bladj.env
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = /live/app/dvlora/8.0.6/DVL_bladj.env
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = /live/app/dvlappl/DVL_bladj.env
    RW-50016: Error: - ADOVARS environment file was not created:
    File = /live/app/dvlappl/admin/adovars.env
    RW-50016: Error: - APPSCONFIG was not created:
    File = /live/app/dvlappl/admin/adconfig.txt
    DBC File Check
    RW-00023: Error: - DBC file was not created:
    File = /live/app/dvlappl/fnd/11.5.0/secure/DVL_bladj/dvl.dbc
    HTTP Check
    checking URL = http://bladj.myclone.com:8001
    RW-50015: Error: - Portal is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP Check
    checking URL = http://bladj.myclone.com:8001/OA_HTML/jsp/fnd/fndhelp.jsp?dbc=/live/app/dvlappl/fnd/11.5.0/secure/DVL_bladj/dvl.dbc
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    PHP Check
    checking URL = http://bladj.myclone.com:8001/OA_HTML/US/ICXINDEX.htm
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    here's is the dbInstancecfg.log
    Creation of Directory - /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj Succeeded.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlicnse.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adlicnse.sql
    setting permissions: 600
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/listener.ora of type INSTALL does not exist, will be instantiated in the current pass
    Creation of Directory - /live/ora/dvldb/9.2.0/network/admin/DVL_bladj Succeeded.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/ad8ilsnr.ora
    dest : /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/listener.ora
    backup : /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/listener.ora to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/listener.ora
    setting permissions: 644
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/tnsnames.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/ad8itns.ora
    dest : /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/tnsnames.ora
    backup : /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/tnsnames.ora to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/tnsnames.ora
    setting permissions: 644
    Creation of Directory - /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj Succeeded.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adexecsql.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adexecsql.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstopdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adstopdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstrtdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adstrtdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbccnv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/addbccnv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobconv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adclobconv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobtmp.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adclobtmp.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adpreclone.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adpreclone.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adcrobj.sql
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adchknls.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adchknls.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/ad8idbux.env
    dest : /live/ora/dvldb/9.2.0/DVL_bladj.env
    backup : /live/ora/dvldb/9.2.0/DVL_bladj.env to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/DVL_bladj.env
    setting permissions: 644
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adupdlib_ux.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adupdlib.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adcrdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adsvdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdlsn.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adsvdlsn.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdcnv.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adsvdcnv.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/addbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/addbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbupdgsm.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/addbupdgsm.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/afdbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/afdbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/addbctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addlnctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/addlnctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adlsnodes.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adlnkoh.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adcrdbrdlg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adautocfg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adcrobj.sh
    setting permissions: 700
    File /live/ora/dvldb/9.2.0/dbs/initDVL.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afinit_db920.ora
    dest : /live/ora/dvldb/9.2.0/dbs/initDVL.ora
    backup : /live/ora/dvldb/9.2.0/dbs/initDVL.ora to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/initDVL.ora
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afmkinit.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/afmkinit.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/config_ux.c
    dest : /live/ora/dvldb/9.2.0/rdbms/lib/config.c
    backup : /live/ora/dvldb/9.2.0/rdbms/lib/config.c to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/config.c
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcmclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adcmclean.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcctclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121526/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/Apache/perl/bin/perl -I /live/ora/dvldb/9.2.0/Apache/perl/lib/5.00503:/live/ora/dvldb/9.2.0/Apache/perl/lib/site_perl/5.005:/live/ora/dvldb/9.2.0/appsutil/perl /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    script returned:
    afmkinit.sh started at Tue Aug 12 15:26:56 PHT 2008
    The environment settings are as follows ...
    ORACLE_HOME : /live/ora/dvldb/9.2.0
    ORACLE_SID : DVL
    TWO_TASK :
    PATH : /live/ora/dvldb/9.2.0/Apache/perl/bin:/live/ora/dvldb/9.2.0/bin:/usr/bin:/usr/sbin:/live/ora/dvldb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/live/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH : /live/ora/dvldb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/live/ora/dvldb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlicnse.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adlicnse.sql
    setting permissions: 600
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/listener.ora of type INSTALL already exists, this file will not be instantiated.
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adexecsql.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adexecsql.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstopdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adstopdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstrtdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adstrtdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbccnv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/addbccnv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobconv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adclobconv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobtmp.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adclobtmp.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adpreclone.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adpreclone.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adcrobj.sql
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adchknls.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adchknls.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/ad8idbux.env
    dest : /live/ora/dvldb/9.2.0/DVL_bladj.env
    backup : /live/ora/dvldb/9.2.0/DVL_bladj.env to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/DVL_bladj.env
    setting permissions: 644
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adupdlib_ux.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adupdlib.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adcrdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adsvdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdlsn.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adsvdlsn.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdcnv.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adsvdcnv.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/addbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/addbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbupdgsm.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/addbupdgsm.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/afdbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/afdbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/addbctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addlnctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/addlnctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adlsnodes.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adlnkoh.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adcrdbrdlg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adautocfg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adcrobj.sh
    setting permissions: 700
    File /live/ora/dvldb/9.2.0/dbs/initDVL.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afmkinit.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/afmkinit.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/config_ux.c
    dest : /live/ora/dvldb/9.2.0/rdbms/lib/config.c
    backup : /live/ora/dvldb/9.2.0/rdbms/lib/config.c to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/config.c
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcmclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adcmclean.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcctclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121527/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/Apache/perl/bin/perl -I /live/ora/dvldb/9.2.0/Apache/perl/lib/5.00503:/live/ora/dvldb/9.2.0/Apache/perl/lib/site_perl/5.005:/live/ora/dvldb/9.2.0/appsutil/perl /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    script returned:
    afmkinit.sh started at Tue Aug 12 15:27:44 PHT 2008
    The environment settings are as follows ...
    ORACLE_HOME : /live/ora/dvldb/9.2.0
    ORACLE_SID : DVL
    TWO_TASK :
    PATH : /live/ora/dvldb/9.2.0/Apache/perl/bin:/live/ora/dvldb/9.2.0/bin:/usr/bin:/usr/sbin:/live/ora/dvldb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/live/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH : /live/ora/dvldb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/live/ora/dvldb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlicnse.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adlicnse.sql
    setting permissions: 600
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/listener.ora of type INSTALL already exists, this file will not be instantiated.
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adexecsql.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adexecsql.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstopdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adstopdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstrtdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adstrtdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbccnv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/addbccnv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobconv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adclobconv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobtmp.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adclobtmp.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adpreclone.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adpreclone.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adcrobj.sql
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adchknls.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adchknls.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/ad8idbux.env
    dest : /live/ora/dvldb/9.2.0/DVL_bladj.env
    backup : /live/ora/dvldb/9.2.0/DVL_bladj.env to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/DVL_bladj.env
    setting permissions: 644
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adupdlib_ux.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adupdlib.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adcrdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adsvdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdlsn.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adsvdlsn.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdcnv.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adsvdcnv.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/addbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/addbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbupdgsm.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/addbupdgsm.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/afdbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/afdbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/addbctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addlnctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/addlnctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adlsnodes.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adlnkoh.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adcrdbrdlg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adautocfg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adcrobj.sh
    setting permissions: 700
    File /live/ora/dvldb/9.2.0/dbs/initDVL.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afmkinit.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/afmkinit.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/config_ux.c
    dest : /live/ora/dvldb/9.2.0/rdbms/lib/config.c
    backup : /live/ora/dvldb/9.2.0/rdbms/lib/config.c to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/config.c
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcmclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adcmclean.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcctclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121654/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/Apache/perl/bin/perl -I /live/ora/dvldb/9.2.0/Apache/perl/lib/5.00503:/live/ora/dvldb/9.2.0/Apache/perl/lib/site_perl/5.005:/live/ora/dvldb/9.2.0/appsutil/perl /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    script returned:
    afmkinit.sh started at Tue Aug 12 16:54:41 PHT 2008
    The environment settings are as follows ...
    ORACLE_HOME : /live/ora/dvldb/9.2.0
    ORACLE_SID : DVL
    TWO_TASK :
    PATH : /live/ora/dvldb/9.2.0/Apache/perl/bin:/live/ora/dvldb/9.2.0/bin:/usr/bin:/usr/sbin:/live/ora/dvldb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/live/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH : /live/ora/dvldb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/live/ora/dvldb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlicnse.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adlicnse.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adlicnse.sql
    setting permissions: 600
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/listener.ora of type INSTALL already exists, this file will not be instantiated.
    File /live/ora/dvldb/9.2.0/network/admin/DVL_bladj/tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adexecsql.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adexecsql.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adexecsql.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstopdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstopdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adstopdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adstrtdb.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adstrtdb.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adstrtdb.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbccnv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbccnv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/addbccnv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobconv.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobconv.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adclobconv.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adclobtmp.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adclobtmp.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adclobtmp.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adpreclone.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adpreclone.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adpreclone.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adcrobj.sql
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adchknls.pl
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adchknls.pl
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/ad8idbux.env
    dest : /live/ora/dvldb/9.2.0/DVL_bladj.env
    backup : /live/ora/dvldb/9.2.0/DVL_bladj.env to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/DVL_bladj.env
    setting permissions: 644
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adupdlib_ux.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adupdlib.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adupdlib.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adcrdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdb.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdb.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adsvdb.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdlsn.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdlsn.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adsvdlsn.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adsvdcnv.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adsvdcnv.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adsvdcnv.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/addbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/addbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbupdgsm.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/addbupdgsm.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/addbupdgsm.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/afdbprf.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afdbprf.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afdbprf.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/afdbprf.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addbctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addbctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/addbctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/addlnctl.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/addlnctl.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/addlnctl.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adlsnodes.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adlsnodes.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/adlnkoh.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adlnkoh.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrdbrdlg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adcrdbrdlg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adautocfg.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adautocfg.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcrobj.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcrobj.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adcrobj.sh
    setting permissions: 700
    File /live/ora/dvldb/9.2.0/dbs/initDVL.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/afmkinit.sh
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/afmkinit.sh
    setting permissions: 700
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/config_ux.c
    dest : /live/ora/dvldb/9.2.0/rdbms/lib/config.c
    backup : /live/ora/dvldb/9.2.0/rdbms/lib/config.c to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/config.c
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcmclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcmclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adcmclean.sql
    setting permissions: 600
    instantiate file:
    source : /live/ora/dvldb/9.2.0/appsutil/template/adcctclean.sql
    dest : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql
    backup : /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/adcctclean.sql to /live/ora/dvldb/9.2.0/appsutil/out/DVL_bladj/08121655/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/Apache/perl/bin/perl -I /live/ora/dvldb/9.2.0/Apache/perl/lib/5.00503:/live/ora/dvldb/9.2.0/Apache/perl/lib/site_perl/5.005:/live/ora/dvldb/9.2.0/appsutil/perl /live/ora/dvldb/9.2.0/appsutil/scripts/DVL_bladj/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj/afmkinit.sh
    script returned:
    afmkinit.sh started at Tue Aug 12 16:55:07 PHT 2008
    The environment settings are as follows ...
    ORACLE_HOME : /live/ora/dvldb/9.2.0
    ORACLE_SID : DVL
    TWO_TASK :
    PATH : /live/ora/dvldb/9.2.0/Apache/perl/bin:/live/ora/dvldb/9.2.0/bin:/usr/bin:/usr/sbin:/live/ora/dvldb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/live/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH : /live/ora/dvldb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/live/ora/dvldb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /live/ora/dvldb/9.2.0/appsutil/install/DVL_bladj
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1

  • Oracle secure  backup "lsbackup " not showing in obtool

    hi!
    i am using oracle secure backup with virtual tape drive....
    lsdev -lvlib:
    Device type: library (virtual)
    Model: [none]
    Serial number: 82206a7c
    In service: yes
    Debug mode: no
    Barcode reader: default (hardware-selected)
    Barcodes required: no
    Auto clean: no
    Clean interval: (not set)
    Clean using emptiest: no
    Ejection type: auto
    Min writable volumes: 0
    UUID: d9916f34-cdec-102c-a9cf-000c2912137c
    Attachment 1:
    Host: osb
    Raw device: /vlib
    vt:
    Device type: tape (virtual)
    Model: [none]
    Serial number: 96627110
    In service: yes
    Library: vlib
    DTE: 1
    Automount: yes
    Error rate: 8
    Query frequency: [undetermined]
    Debug mode: no
    Blocking factor: (default)
    Max blocking factor: (default)
    Current tape: [unknown]
    Use list: all
    Drive usage: 1 minute, 9 seconds
    Cleaning required: no
    UUID: f2efc426-cdec-102c-a9cf-000c2912137c
    Attachment 1:
    Host: osb
    Raw device: /vt
    its working fine i use rman and took two backups....but i dont know where are they....on os i have two directory vlib(library) and one more was created 'vt'(tape drive).i know backups are in vlib but how to check them..through obtool ...it shows nothing..
    please help.......
    BACKUP 1:
    RMAN> run
    2> {
    3> allocate channel ch1 device type sbt;
    4> backup datafile 4;
    5> release channel ch1;
    6> }
    using target database control file instead of recovery catalog
    allocated channel: ch1
    channel ch1: sid=130 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00004 name=/u01/app/oracle/product/10.2.0/oradata/orcl/users01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0nl1h7ao_1_1 tag=TAG20091222T061656 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:25
    Finished backup at 22-DEC-09
    released channel: ch1
    BACKUP 2 .......
    RMAN> run
    2> {
    3> allocate channel ch1 device type 'SBT_TAPE';
    4> backup datafile 3;
    5> backup datafile 2;
    6> release channel ch1;
    7> }
    allocated channel: ch1
    channel ch1: sid=130 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00003 name=/u01/app/oracle/product/10.2.0/oradata/orcl/sysaux01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0ol1h7nq_1_1 tag=TAG20091222T062354 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:45
    Finished backup at 22-DEC-09
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00002 name=/u01/app/oracle/product/10.2.0/oradata/orcl/undotbs01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0pl1h7p7_1_1 tag=TAG20091222T062439 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:25
    Finished backup at 22-DEC-09
    released channel: ch1
    Edited by: Muhammad.Usman on Dec 22, 2009 8:51 PM

    The configuration you have described is not supported. If you want to use a VTL you will need to purchase one from a supported VTL supplier.
    OSB does not provide its own VTL.
    Rich

  • Migrating a Forms 6i custom application to Oracle Apps R12 custom bolt on

    Hi,
    I need to migrate an oracle forms custom application built in 6i to sit within oracle apps R12 (Forms 10g) and use Oracle Apps user authentication and session. It could become a custom bolt on to Oracle Apps and might be accessed from a custom responsibility in oracle applications.
    a) How easy/difficult is this?
    b) What are the challenges or things to look for to do this migration?
    Thanks,
    Ayyappa

    979379 wrote:
    Hi,
    We have two node architecture for R12.1.1 on windows 2008 32 Bit. One node for Database and the other node for application.
    As we are facing a lot of memory issues, we are planning to go for 64 Bit.
    I Have already read the document
    Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]
    The doc says in place OS upgrades are not supported....
    So my question is...
    While keeping the production, how can i migrate using the same servers. Coz my company does not want to buy new servers..
    Please suggest.Complete all the steps in the doc for Rapid Clone and other steps, then take a backup of the files after you run preclone and create a trace file for the database. Once you have the backup ready, install a 64-bit version of the OS and install 11gR2 software and restore the files from the backup and complete the migration.
    Thanks,
    Hussein

  • How we can find the customized workflow in Oracle Apps 11.5.10.2

    Hi all,
    I am new to Oracle Workflow and I want to know, How many customized workflow is running in my oracle apps 11.5.10.2.
    Thanks & Regards
    Rakesh Kumar

    An another possibility is to do the opposite to what I just wrote. Upload the true definition to the database an compare with the one you are not sure about via SQL:
    1. Backup the WFT file where the standard/seeded workflow is provided
    2. Edit it and change the name of the ITEM_TYPE. For instance, change it from OEOL to OEOL_TMP (cannot exceed 8 characters)
    3. Upload it to the database with WFLOAD
    4. Compare the design tables for the two if them (WF_ITEM_TYPES, WF_ACTIVITIES, WF_MESSAGES, WF_PROCESS_ACTIVITIES, WF_ITEM_ATTRIBUTES, etc). If the table provides a VERSION column then the query would need to use a WHERE END_DATE is null (so that you get only the active/current version of the object). A select... MINUM select would do the job.
    I would do this in test though, to avoid a mistake can cause any issues.
    Regards,
    Alejandro
    Edited by: Alejandro Sosa on Feb 4, 2013 7:07 AM

  • Oracle Secure Backup error: 'No such file or directory'

    Hi,
    could you help me to fix the following issue?
    RMAN> run {   ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS='SBT_LIBRARY=C:\windows\
    system32\orasbt.dll' ; backup database format 'CF_%d_%T_s%sp%pt%t'; }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=8 device type=SBT_TAPE
    channel c1: Oracle Secure BackupStarting backup at 26-OCT-09
    channel c1: starting full datafile backup set
    channel c1: specifying datafile(s) in backup set
    input datafile file number=00001 name=C:\APP\AIME\ORADATA\ORCL\SYSTEM01.DBF
    input datafile file number=00002 name=C:\APP\AIME\ORADATA\ORCL\SYSAUX01.DBF
    input datafile file number=00003 name=C:\APP\AIME\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile file number=00004 name=C:\APP\AIME\ORADATA\ORCL\USERS01.DBF
    input datafile file number=00005 name=C:\APP\AIME\PRODUCT\11.2.0\DBHOME_1\DATABA
    SE\TBS_5.F
    channel c1: starting piece 1 at 26-OCT-09
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 10/26/2009 00:20:54
    ORA-19506: failed to create sequential file, name="CF_ORCL_20091026_s10p1t701223
    652", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece CF_ORCL_20091026_s10p1t701223652 failed.
    (Oracle Secure Backup error: 'No such file or directory').
    Thanks,
    jun

    You can work entirely in Xcode by using the command-line tool template in C. Xcode > File > New > Project > Command-Line Tool > Next > Language: C > Next > Create.
    If you do want to work on the command line, you may as well just use the "clang" program instead. The "gcc" tool is just a compatibility tool for existing scripts that are expecting the actual "gcc" program. Apple hasn't used the real "gcc" for years. (Read up on the GPLv3 for more information.)
    The gcc/clang arguments are the same. The "-c" flag instructs the compiler to only compile a single .c file into a .o object file. It won't create an executable. If you are only compiling a single source file, just omit the "-c" flag and the compiler will create an executable named "a.out" that you can run by typing "./a.out". You can specify "-o <executable name>" if you want to specify a name. Once you get more than a handful of source files, using the terminal starts to become a hassle. At that point, you definitely want to start using Xcode.
    I'm not sure why you would try to compile "helloworlddot1.c" and then get an error message about "filename.c". Something else is wrong.
    If you are working in the Terminal, it is easiest to use the "cd" command to move into the same directory as your source files. Then you don't have to keep typing the full path.
    It is hard to say what the "best" community is. There are many to choose from.

  • Monitoring Oracle Apps Services

    Hi Hussein/helios
    EBS 11i
    I got this hourly report check if the Oracle Apps services is up or down using this sample command:
    adalnctl.sh status |grep exiting
    Then I called this program everyhour via cron, and save the output.
    adalnctl
    2-Nov-2010 00:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 01:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 02:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 03:00:01     adalnctl.sh: exiting with status 0
    2-Nov-2010 04:00:01     adalnctl.sh: exiting with status 0
    2-Nov-2010 05:00:06     adalnctl.sh: exiting with status 1
    2-Nov-2010 06:00:06     adalnctl.sh: exiting with status 1
    2-Nov-2010 07:00:05     adalnctl.sh: exiting with status 1
    2-Nov-2010 08:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 09:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 10:00:04     adalnctl.sh: exiting with status 0
    2-Nov-2010 11:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 12:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 13:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 14:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 15:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 16:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 17:00:04     adalnctl.sh: exiting with status 0
    2-Nov-2010 18:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 19:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 20:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 22:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 23:00:02     adalnctl.sh: exiting with status 0adapcctl
    2-Nov-2010 00:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 01:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 02:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 03:00:01     adapcctl.sh: exiting with status 0
    2-Nov-2010 04:00:01     adapcctl.sh: exiting with status 0
    2-Nov-2010 05:00:03     adapcctl.sh: exiting with status 1
    2-Nov-2010 06:00:03     adapcctl.sh: exiting with status 1
    2-Nov-2010 07:00:02     adapcctl.sh: exiting with status 1
    2-Nov-2010 08:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 09:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 10:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 11:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 12:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 13:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 14:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 15:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 16:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 17:00:04     adapcctl.sh: exiting with status 0
    2-Nov-2010 18:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 19:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 20:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 22:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 23:00:02     adapcctl.sh: exiting with status 0adcmctl
    2-Nov-2010 00:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 01:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 02:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 03:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 05:00:06     adcmctl.sh: exiting with status 0
    2-Nov-2010 06:00:07     adcmctl.sh: exiting with status 0
    2-Nov-2010 07:00:06     adcmctl.sh: exiting with status 0
    2-Nov-2010 08:00:03     adcmctl.sh: exiting with status 0
    2-Nov-2010 09:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 10:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 11:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 12:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 13:00:03     adcmctl.sh: exiting with status 0
    2-Nov-2010 14:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 15:00:03     adcmctl.sh: exiting with status 0
    2-Nov-2010 16:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 17:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 18:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 19:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 20:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 22:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 23:00:03     adcmctl.sh: exiting with status 0addisctl
    2-Nov-2010 00:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 03:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 04:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 05:00:08     addisctl.sh: exiting with status 0
    2-Nov-2010 06:00:08     addisctl.sh: exiting with status 0
    2-Nov-2010 07:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 08:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 09:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 10:00:08     addisctl.sh: exiting with status 0
    2-Nov-2010 11:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 12:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 13:00:05     addisctl.sh: exiting with status 0
    2-Nov-2010 14:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 15:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 16:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 17:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 18:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     addisctl.sh: exiting with status 0
    2-Nov-2010 20:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 21:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 22:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 23:00:04     addisctl.sh: exiting with status 0adfmcctl
    2-Nov-2010 00:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 03:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adfmcctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adfmcctl.sh: exiting with status 1
    2-Nov-2010 06:00:08     adfmcctl.sh: exiting with status 1
    2-Nov-2010 07:00:07     adfmcctl.sh: exiting with status 1
    2-Nov-2010 08:00:04     adfmcctl.sh: exiting with status 0
    2-Nov-2010 09:00:07     adfmcctl.sh: exiting with status 0
    2-Nov-2010 10:00:07     adfmcctl.sh: exiting with status 0
    2-Nov-2010 11:00:06     adfmcctl.sh: exiting with status 0
    2-Nov-2010 12:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 13:00:04     adfmcctl.sh: exiting with status 0
    2-Nov-2010 14:00:06     adfmcctl.sh: exiting with status 0
    2-Nov-2010 15:00:04     adfmcctl.sh: exiting with status 0
    2-Nov-2010 16:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 17:00:06     adfmcctl.sh: exiting with status 0
    2-Nov-2010 18:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 20:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 21:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 23:00:04     adfmcctl.sh: exiting with status 0adfmsctl
    2-Nov-2010 00:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 03:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adfmsctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adfmsctl.sh: exiting with status 1
    2-Nov-2010 06:00:08     adfmsctl.sh: exiting with status 1
    2-Nov-2010 07:00:07     adfmsctl.sh: exiting with status 1
    2-Nov-2010 08:00:04     adfmsctl.sh: exiting with status 0
    2-Nov-2010 09:00:07     adfmsctl.sh: exiting with status 0
    2-Nov-2010 10:00:07     adfmsctl.sh: exiting with status 0
    2-Nov-2010 11:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 12:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 13:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 14:00:07     adfmsctl.sh: exiting with status 0
    2-Nov-2010 15:00:04     adfmsctl.sh: exiting with status 0
    2-Nov-2010 16:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 17:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 18:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 20:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 21:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 23:00:04     adfmsctl.sh: exiting with status 0adfrmctl
    2-Nov-2010 00:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 03:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adfrmctl.sh: exiting with status 1
    2-Nov-2010 06:00:07     adfrmctl.sh: exiting with status 1
    2-Nov-2010 07:00:06     adfrmctl.sh: exiting with status 1
    2-Nov-2010 08:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 09:00:06     adfrmctl.sh: exiting with status 0
    2-Nov-2010 10:00:06     adfrmctl.sh: exiting with status 0
    2-Nov-2010 11:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 12:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 13:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 14:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 15:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 16:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 17:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 18:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 19:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 20:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 23:00:03     adfrmctl.sh: exiting with status 0adrepctl
    2-Nov-2010 00:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 03:00:02     adrepctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adrepctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adrepctl.sh: exiting with status 1
    2-Nov-2010 06:00:07     adrepctl.sh: exiting with status 1
    2-Nov-2010 07:00:06     adrepctl.sh: exiting with status 1
    2-Nov-2010 08:00:04     adrepctl.sh: exiting with status 0
    2-Nov-2010 09:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 10:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 11:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 12:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 13:00:04     adrepctl.sh: exiting with status 0
    2-Nov-2010 14:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 15:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 16:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 17:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 18:00:04     adrepctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 20:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 21:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 23:00:03     adrepctl.sh: exiting with status 0The above report will capture info if a certain service is down at a certain point in time.
    Do you think it is helpful to you? or the client?
    By the way, at 5am-7am the apps/db services are shutdown to give way to a "cold" backup. You noticed that
    most of the services during this time have exit status "1". Except for addisctl and adcmctl , they are still "0". Can you tell me why
    even if the apps is shutdown, this two services when tested their status....it is still "0"?
    Thanks a lot,
    MsK

    Ok , to make my point clear....
    this is on EBS 11i (11.5.10.2)
    I am shutting down the apps tier using:
    [appltrng@oracletrng ~]$ ./stopAPP
    You are running adstpall.sh version 115.19
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adapcctl.sh stop
    script returned:
    adapcctl.sh version 115.50
    Apache Web Server Listener :httpd ( pid 14981 ) is running.
    Stopping Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) :httpd ( pid 15084 ) is running.
    Stopping Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adalnctl.sh stop
    script returned:
    adalnctl.sh version
    Shutting down listener process APPS_OATRNG.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adcmctl.sh stop
    script returned:
    You are running adcmctl.sh version 115.28
    Shutting down concurrent managers for OATRNG ...
    Submitted request 1938050 for CONCURRENT FND SHUTDOWN
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adfrmctl.sh stop
    script returned:
    You are running adfrmctl.sh version 115.37
    Stopping forms server for OATRNG on port 9000.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adrepctl.sh stop
    script returned:
    You are running adrepctl.sh version 115.32
    stopping Reports Server for OATRNG on port 7000.
    kill -9 15644 15951 15952 15953 15954 15955 15956 15957
    Reports Server for OATRNG successfully stopped.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adfmcctl.sh stop
    script returned:
    You are running adfmcctl.sh version 115.19
    Stopping forms load balancing client for OATRNG.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adfmsctl.sh stop
    script returned:
    You are running adfmsctl.sh version 115.15
    Stopping forms metrics server for OATRNG on port 9200.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/jtffmctl.sh stop
    script returned:
    You are running jtffmctl.sh version 115.16
    Shutting down Fulfillment Server for OATRNG on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/addisctl.sh stop
    script returned:
    addisctl.sh version 115.15
    OAD is stopped
    Osagent is stopped
    Locator is stopped
    Unable to stop gatekeeper. No process-id  file found.
    Unable to stop any Discoverer Sessions. No process-id  file found.
    Preference 16190 is stopped
    Unable to stop any Discoverer Collector. No process-id  file found.
    addisctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services on this node are stopped.
    Check logfile /uo1/oracle/oatrngcomn/admin/log/OATRNG_oracletrng/11052200.log fo                                              r details
    Exiting with status 0
    [appltrng@oracletrng ~]$It says all services are stopped ...exiting status 0
    But if I run this:
    [appltrng@oracletrng Monitor]$ /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adcmctl.sh status apps/apps
    You are running adcmctl.sh version 115.28
    Internal Concurrent Manager is Active.
    adcmctl.sh: exiting with status 0Why is still active?
    Thanks

  • Oracle Apps DBA professionals !!!!

    Hi,
    We are currently looking for Oracle Apps DBA professionals @ Ness Technologies Bangalore with the following skills.
    PRIMARY SKILLS:
    • Oracle Apps DBA with experience in 11i Oracle Apps.
    • Should have worked on Unix platforms preferably on Sun Solaris
    • Good understanding of Oracle Apps cloning methodology
    • Extensive Patch Application experience
    • Participated in at least one upgrade project
    • Oracle DBA experience of over 5 years experience
    • Worked on all kinds of Database versions
    • Worked on Databases of bigger sizes
    • Worked on Backup & Recovery issues.
    Kindly mail across your updated profile at [email protected] to have a brief discussion towards it.
    Regards
    Rishi

    Phew!!
    Re: Oracle Apps DBA
    Sam
    http://appstech-sam.blogspot.com

Maybe you are looking for