Duplicate Oracle Database 8.1.7.0 using RMAN

An old database needs to be duplicated... :(
We have an old database named TAPES running on Windows 2003 (32bit) and Oracle 8.1.7.0
The team wants to duplicate / clone this database to another location. We have setup another server, with Windows 2003 and installed Oracle Software 8.1.7.0 with
starter database. The two machines A and B has no network connection (they are on different sites). Also the structure of the machines are different (the location of the database files are different)
How can I duplicate this using RMAN. We cannot afford any downtime on TAPES prod. The idea is:
-backup TAPES prod using RMAN (hot backup)
-copy and tranport the backup files to the remote machine B
-restore (and recover) the RMAN backup to Machine B
-the duplicate database has the same name
In oracle 9i, 10g and 11g, this is easy...and i must admit...i dont know how to do it in Oracle 8.1.7.0...
I need help... :(
thanks a lot!

thanks...i saw one article with this approach..but the document did not present the detailed process...do you have one? i am still searching for a good procedure to follow...since it is an old database and focusing/studying old versions like this is a pain in the a**... :(

Similar Messages

  • Duplicate of Database - Restore of Specific Tablespaces using RMAN

    Hi, is it possible to perform a duplicate of a large database to a point in time (from tape) but only restore specific tablespaces, this database uses partitioned tables for a week of data, each set of partitions have their own tablespace.
    Thanks.

    Use can use the “SKIP TABLESPACE” option of RMAN DUPLICATE to bring only the tablespaces you want.
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ?

    Hi Friends,
    Is it possible to Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ? ( as i would like to perform Point In Time recovery)
    (or) The only way is to use RMAN convert as mentioned here  - Transporting Data Across Platforms
    (or) Is there any other method (except exp/imp and data pump)
    Regards,
    DB

    HI
    his post describes the procedure required to migrate a database from Windows to Linux using the RMAN Convert Database command.
    Both Windows and Linux platforms have the same endian format, which makes possible to transfer the whole database, making the migration process very straightforward and simple.
    To migrate between platforms that have a different endian format, Cross Platform Transportable Tablespaces (XTTS) needs to be used instead.
    List of Steps Needed to Complete the Migration
    The migration process is simple, but as it has several steps it is convenient to be familiar with them before running it.
    1. Check platform compatibility between source and target OS
    2. Start the database in read only mode
    3. Check database readiness for transport from Windows to Linux using DBMS_TDB.CHECK_DB
    4. Check if there are any external objects
    5. Execute the Rman Convert database command
    6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
    7. Edit the init.ora for the new database
    8. Edit the Transport Script and Parameter File changing the windows paths to Linux Paths
    9. Execute the Transport Script
    10.Change the Database ID
    11.Check database integrity
    Thank you

  • Doubt about database point in time recovery using rman

    Hi Everyone,
    I have been practising various rman restore and recovery scenarios . I have a doubt regarding database point in time recovery using rman. Imagine i have a full database backup including controlfile scheduled to run at 10 PM everyday. today is 20th dec 2013. imagine i want to restore the database to a prior point in time ( say 18th dec till 8 AM). so i would restore all the datafiles  from 17th night's backup and apply archives till 8 AM of 18th dec . in this scenario should i restore the controlfile too from 17th dec bkp ( i am assuming yes we should ) or can we use the current controlfile ( assuming it is intact). i found the below from oracle docs.
    Performing Point-in-Time Recovery with a Current Control File
    The database must be closed to perform database point-in-time recovery. If you are recovering to a time, then you should set the time format environment variables before invoking RMAN. The following are sample Globalization Support settings:
    NLS_LANG = american_america.us7ascii
    NLS_DATE_FORMAT="Mon DD YYYY HH24:MI:SS"
    To recover the database until a specified time, SCN, or log sequence number:
    After connecting to the target database and, optionally, the recovery catalog database, ensure that the database is mounted. If the database is open, shut it down and then mount it:
    2.  SHUTDOWN IMMEDIATE;
    3.  STARTUP MOUNT;
    4. 
    Determine the time, SCN, or log sequence that should end recovery. For example, if you discover that a user accidentally dropped a tablespace at 9:02 a.m., then you can recover to 9 a.m.--just before the drop occurred. You will lose all changes to the database made after that time.
    You can also examine the alert.log to find the SCN of an event and recover to a prior SCN. Alternatively, you can determine the log sequence number that contains the recovery termination SCN, and then recover through that log. For example, query V$LOG_HISTORY to view the logs that you have archived. 
    RECID      STAMP      THREAD#    SEQUENCE#  FIRST_CHAN FIRST_TIM NEXT_CHANG
             1  344890611          1          1      20037 24-SEP-02      20043
             2  344890615          1          2      20043 24-SEP-02      20045
             3  344890618          1          3      20045 24-SEP-02      20046
    Perform the following operations within a RUN command:
    Set the end recovery time, SCN, or log sequence. If specifying a time, then use the date format specified in the NLS_LANG and NLS_DATE_FORMAT environment variables.
    If automatic channels are not configured, then manually allocate one or more channels.
    Restore and recover the database.
      The following example performs an incomplete recovery until November 15 at 9 a.m. 
    RUN
      SET UNTIL TIME 'Nov 15 2002 09:00:00';
      # SET UNTIL SCN 1000;       # alternatively, specify SCN
      # SET UNTIL SEQUENCE 9923;  # alternatively, specify log sequence number
      RESTORE DATABASE;
      RECOVER DATABASE;
    If recovery was successful, then open the database and reset the online logs:
    5.  ALTER DATABASE OPEN RESETLOGS;
    I did not quiet understand why the above scenario is using current controlfile as the checkpoint scn in the current controlfile and the checkpoint scn in the datafile headers do not match after the restore and recovery. Thanks in Advance for your help.
    Thanks
    satya

    Thanks for the reply ... but what about the checkpoint scn in the controlfile . my understanding is that unless the checkpoint scn in the controlfile and datafiles do not match the database will not open. so assuming the checkpoint scn in my current controlfile is 1500 and i want to recover my database till scn 1200. so the scn in the datafiles (which is 1200) is not not matching with the scn in the controlfile(1500). so will the database open in such cases.
    Thanks
    Satya

  • Duplicate Oracle Database 9i

    Dear all,
    can please someone instruct me how can I duplicate(migrate) database from one database server to another?
    I have a test environment under Linux (Red Hat release 4) and Oracle 9i Relese 2 database.
    I have to transfer all datafiles, control files, etc to another Database server, also under Linux (Red Hat release 4). Everything must be the same(SID, location of the datafiles ...).
    Thanks in advance

    If you are using RMAN, check out the duplicate database command.

  • Restore Database with Oracle 9i with a New Host using RMAN

    Gurus,
    I am trying to restore a database from some RMAN created files on a new host with a new directory structure for some testing. I do not have access to the source database.
    The database is Oracle 9i.
    The files that have been created are the following:
    'C-2995630462-20110214-00' is the control file and SP file backup.
    'B_ABM4KAJ5_1_1' is the database backup.
    B_ACM4KARS_1_1 and B_AAM4KAIV_1_1 are archived redo logs
    Here is the RMAN listing from when the files were created:
    BS Key Size Device Type Elapsed Time Completion Time
    329 56M DISK 00:00:02 14/FEB/11
    BP Key: 329 Status: AVAILABLE Tag: TAG20110214T050015
    Piece Name: D:\BACKUPS\CRYSTAL\B_AAM4KAIV_1_1
    List of Archived Logs in backup set 329
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 184 4602414767 13/FEB/11 4602533494 14/FEB/11
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    330 Full 13G DISK 00:04:33 14/FEB/11
    BP Key: 330 Status: AVAILABLE Tag: TAG20110214T050021
    Piece Name: D:\BACKUPS\CRYSTAL\B_ABM4KAJ5_1_1
    List of Datafiles in backup set 330
    File LV Type Ckp SCN Ckp Time Name
    1 Full 4602533509 14/FEB/11 D:\ORACLE\ORADATA\CRYSTAL\SYSTEM01.DBF
    2 Full 4602533509 14/FEB/11 D:\ORACLE\ORADATA\CRYSTAL\UNDOTBS01.DBF
    3 Full 4602533509 14/FEB/11 D:\ORACLE\ORADATA\CRYSTAL\USERS01.DBF
    BS Key Size Device Type Elapsed Time Completion Time
    331 37K DISK 00:00:01 14/FEB/11
    BP Key: 331 Status: AVAILABLE Tag: TAG20110214T050500
    Piece Name: D:\BACKUPS\CRYSTAL\B_ACM4KARS_1_1
    List of Archived Logs in backup set 331
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 185 4602533494 14/FEB/11 4602533686 14/FEB/11
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    332 Full 3M DISK 00:00:01 14/FEB/11
    BP Key: 332 Status: AVAILABLE Tag:
    Piece Name: D:\BACKUPS\CRYSTAL\C-2995630462-20110214-00
    SPFILE Included: Modification time: 23/NOV/10
    I am new to using RMAN and I'm hoping someone could point me in a direction of some documentation to assist with the scenario described above. I've looked at several Oracle documents but have been unable to find a way to separate out the spfile from the control file.
    Any help you can provide would be greatly appreciated.
    Thanks.

    Thanks Meeran.
    I have attempted to follow the directions from the RMAN document that you posted and have run into the following error:
    C:\>rman target / nocatalog
    Recovery Manager: Release 9.2.0.6.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: DUMMY (not mounted)
    using target database controlfile instead of recovery catalog
    RMAN> startup force nomount
    startup failed: ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file 'C:\ORACLE\ORA92\DATABASE\INITCRYSTAL.O
    RA'
    trying to start the Oracle instance without parameter files ...
    Oracle instance started
    Total System Global Area 97591104 bytes
    Fixed Size 454464 bytes
    Variable Size 46137344 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    RMAN> RESTORE SPFILE TO 'C:\oracle\admin\crystal\pfile\init.ora' from 'C:\oracle
    \ora92\CRYSTALbk\C-2995630462-20110214-00';
    Starting restore at 30-MAR-11
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/30/2011 11:30:07
    ORA-00600: internal error code, arguments: [1866], [0x41AA450], [6144], [0x41BAD
    B4], [], [], [], []
    RMAN>
    Am I not correctly connected to the target?
    It looks like it correctly tried to create a dummy spfile, but when attempting the restore from the file it breaks.
    Any suggestions? Thanks.

  • Oracle 9i TEMP tablespace backup problem using RMAN!

    Oracle8/8i whole backup is ok for our backup software(using RMAN without RC database), but for Oracle 9i, I get following error messages when backing up temp tablespace.
    1. RMAN-20202: tablespace not found in the recovery catalog
    2. RMAN-06019: could not translate tablespace name "TEMP"
    I check some views of Oracle9i, and know some changes happen for temp tablespace in 9i, but how to deal with this problem. Any idea, please!

    In 9i RMAN does not restore temporary datafiles. Instead, you should create them after your restore. I believe that Oracle is going to make a change to this in the next release of 9i and have RMAN create the temporary files. You can view the temporary datafiles @ v$tempfile.
    I believe RMAN doesn't restore temporary files because they are locally managed and not in the control files. RMAN reads the controlfile of the target database to obtain info about backups, datafiles, etc.
    Hope this helps.

  • Clone the Database from Unix to Windows using RMAN in Oracle 9i ?

    Hi.,
    we are having Productino Database in ORACLE 9i at unix . currently Our Application user need the Test Environment in Windows server.We have active RMAN Backup in Production .
    If its possible can i restore the unix RMAN backup to Windows.Please Clarify my doubt ?
    Thanks & Regrads
    Karthick

    In 10g you have cross platform transportable tablespace .... but in 9i only option would be exp/imp

  • How to connect oracle database with mvc3 either can use connection string or dbcontext??? please help me

    hi can anyone please help me??

    Are you using the Oracle ODBC driver? If so, which version?
    Are you writing your own VB application? What API are you using-- ADO? Can you post the code that's making a connection and the exact text of the error message?
    Justin

  • Database Restore using RMAN

    Can I restore a oracle database with a different name using RMAN.
    Say, I backup a database named orcl. Now I wanted to restore this database with a different name. Is this possible? If yes, can some one guide me through the appropriate document?
    Thank you,
    Santhosh

    < Can I restore this Backup on to a database with a different name ...
    You even have to do this, if duplicated database belongs to the same ORACLE_HOME, otherwise it could be the same name (although the databases still have different DBIDs).
    DUPLICATE TARGET DATABASE TO <name>
    Werner

  • Unable to connect to Oracle Database using Oracle Sql developer 2.1.1.64

    Hi Everyone,
    I am searching for some help regarding my problem with Oracle connectivity. I have installed Oracle 11g release 2 on my Windows XP Professional Laptop. For a few days after installation i could connect to the Oracle database with the SYSTEM account using Oracle SQL developer ( installed on the same Laptop) but now i am unable to do so.It gives me this annoying message:
    An error was encountered performing the required operation  Got a minus one from read call .Vendor code 0
    However i am able to connect using Sql Plus by supplying the username SYSTEM and the corresponding password.
    My TNSNAMES .ora file is as follows:
    ORACLE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORACLE)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    My Listener.ora file is as follows:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle)
    (ORACLE_HOME = D:\app\product\11.2.0\dbhome_1)
    (SID_NAME = Oracle)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    ADR_BASE_LISTENER = D:\app
    My Sqlnet.ora file is as follows:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I am new to Oracle and so i need someone in this forum who can help me resolve this problem. Also i even tried connecting to the database using Toad 10.5.0.41. It give me the following error:
    ORA 12537 : TNS Connection closed
    Thanks for your patience and help in advance.
    ---Prashant

    Hello Irian and Sue,
    I can connect to the Oracle database using SQL Plus. Now when i TNSPING ORACLE from command line i get the following message :
    Used parameter files:
    D:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =localhost
    *)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORACLE)))*
    TNS-12537: TNS:connection closed
    Thanks for your response to my initial post.Do u have any other methods to resolve this?

  • Oracle database connectivity using oledb provider and atl classes in c++

    dear friend ,
    i m connecting oracle database in c++. i m using ATL classes and oledb provider for oracle. however i m facing some defficulties in stored procedure.
    Normally MYSQL and sql server database is resulting result set in stored procedure i.e. we can use " select * from tablename" query in c++ to returning result. but in oracle we can not use this approch as because it dosent support. so how can i execute below stored procedure in c++ code. i have to retuen result set in STP. i m using SYS_REFCURSER in oracle . but how do i execute it in c++ code.
    create PROCEDURE stp_getRecord ( p_curser SYS_REFCURSER) as
    begin
    open p_curser for select * from table_name;
    end;
    please help me asap.

    I tried it, commented out the reader.read and have the following connection string
    string connectionString = "provider=ORAOLEDB.ORACLE; data source=ORCL; password=****; user id=****; OLEDB.NET=True"
    Unfortunately the result is the same.
    Edited by: Dino2dy on Nov 24, 2011 12:53 AM

  • Connecting to Oracle database using c# project

    I m new to oracle database, Right now I am using oracle 10g XE,some how I have created all the tables procedures etc I am able to connect to the same using sqlplus/server explored/XE
    but while connecting via c# code I am getting invalid username/password error
    my connection string is
    <add key="ServerDB" value="Provider=MSDAORA;Data Source=localhost;uid=xyz;pwd=xyz"/>
    please help me in this
    I m not sure whether the provider name I m using is correct or not. please help

    For the Microsoft OleDb Provider for Oracle the connection string should look like the following:
    Provider=msdaora;Data Source=MyOracleDB;User Id=myUsername;Password=myPassword
    Note that it's User ID and not UID. You can find more examples below, depending upon which driver/provider that you are using:
    http://www.connectionstrings.com/oracle/
    Paul ~~~~ Microsoft MVP (Visual Basic)

  • Create a new Database in an other server using a copie of RMAN backup

    Hi all,
    I want to create an other instance for our production database. We have disk and tape in rman backup. My question is can i create a new database using our disk backup in an other server?
    If some procedure or steps is there, email it to my adresse [email protected]
    Hamid.
    Thanks

    By means of the use of Recovery Manager it is possible to duplicate a database out from a previously taken rman backup. The method will be outlined in the next few lines.
    Let's assume a source database named SRCDB and the target database, named GEMINI. A unix like environment is assumed, but it can be implemented on windows as well, just beware of the particular Oracle implementation on a windows platform (orapwd file name, service creation, path format)
    1. Create a password file for the Cloned (GEMINI) instance:
    orapwd file=/u01/app/oracle/product/9.2.0.1.0/dbs/orapwGEMINI password=password entries=10
    2. Configure tnsnames.ora and listner.ora
    Properly identify the database at the tnsnames.ora and have the instance manually registered against the listener.ora files, both files located at the $ORACLE_HOME/network/admin directory.
    2.a Manually register the database against the listener (listener.ora)
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/9.2.0.1.0)
    (SID_NAME = GEMINI)
    2.b Added the target GEMINI to the tnsnames.ora
    GEMINI =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mydomain.com)(PORT = 1521))
    (CONNECT_DATA =
    (ORACLE_SID = GEMINI)
    2.c Reload the listener
    lsnrctl reload
    3. Create a new init.ora for the cloned database.
    Next create an init.ora file for the cloned database. In case the same paths cannot be used on the target host, either because it is the same source host or because those paths are not reproducible on the target, then DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT may be required to be defined
    DB_NAME=GEMINI
    CONTROL_FILES=(/u02/oradata/GEMINI/control01.ctl,
    /u02/oradata/GEMINI/control02.ctl,
    /u02/oradata/GEMINI/control03.ctl)
    # Convert file names to allow for different directory structure.
    DB_FILE_NAME_CONVERT=(/u02/oradata/SRCDB/,/u02/oradata/GEMINI/)
    LOG_FILE_NAME_CONVERT=(/u01/oradata/SRCDB/,/u01/oradata/GEMINI/)
    # block_size and compatible parameters must match those of the source database
    DB_BLOCK_SIZE=8192
    COMPATIBLE=9.2.0.0.0
    4. Connect to the cloned instance
    ORACLE_SID=GEMINI; export ORACLE_SID
    sqlplus /nolog
    conn / as sysdba
    5. Create an SPFILE based on the init.ora
    CREATE SPFILE FROM PFILE='/u01/app/oracle/admin/GEMINI/pfile/init.ora';
    6. Start the database in NOMOUNT mode:
    STARTUP FORCE NOMOUNT;
    7. Connect to the TARGET, CATALOG and AUXILIARY databases.
    By means of the rman three connections are open, one for the Source Database (SOURCEDB), another for the Catalog database (RCAT), and one more for the cloned database (GEMINI)
    ORACLE_SID=GEMINI; export ORACLE_SID
    rman TARGET sys/password@SRCDB CATALOG rman/rman@RCAT AUXILIARY /
    8. Complete or Incomplete clone (recover)
    From the rman the database using one of the following commands:
    8.a Clone the database by means of a complete recover.
    DUPLICATE TARGET DATABASE TO GEMINI;
    8.b Clone the database up to a defined point in time in the past by means of an incomplete recover
    DUPLICATE TARGET DATABASE TO GEMINI UNTIL TIME 'SYSDATE-2';
    9. Process finished.
    Once the process is finished, the newly created GEMINI database is ready to be used as an independent new cloned database.
    Ref. RMAN Clone a Database
    ~ Madrid

  • Oracle database 11g release 2 installation on windows 7 (64-bit)

    I've downloaded Oracle 11g release2 for the first time on my laptop, but before it, I've worked on MySql database and oracle 10g too but they are uninstalled now. The problem is: it is not going as I saw in the video of installation. On my system, it asks for a proxy server, showing a "connection failed" dialog box. I doubt, the second file I downloaded doesn't get extracted to the same folder. But I am not sure, if this were the problem, it(setup) would have even started or not ? then I clicked on the setup and command line prompt appeared.
    Then it asked to fill in the email address.
    and Now comes the real problem, where it shown "connection failed" dialog box, asking for proxy server, proxy port, proxy username, proxy password. I don't know what values to fill in these columns.
    Here I am copy pasting Log file created while installing Oracle database 11g on my system :
    Using paramFile: C:\Users\rubbal bhusri\Downloads\Compressed\Oracle 11g release 2\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed
    The commandline for unzip:
    C:\Users\rubbal bhusri\Downloads\Compressed\Oracle 11g release 2\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\RUBBAL~1\AppData\Local\Temp\OraInstall2013-07-29_10-32-10PM" INFO: Loading data from: jar:file:/C:/Users/rubbal%20bhusri/AppData/Local/Temp/OraInstall2013-07-29_10-32-10PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/rubbal%20bhusri/AppData/Local/Temp/OraInstall2013-07-29_10-32-10PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/rubbal%20bhusri/AppData/Local/Temp/OraInstall2013-07-29_10-32-10PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state prepInstall
    INFO: Loaded state decideOCMInstall
    INFO: Loaded state getOCMDetails
    INFO: Loaded state installOptions
    INFO: Loaded state getSystemClass
    INFO: Loaded state nodeSelectionPage
    INFO: Loaded state upgradeValidation
    INFO: Loaded state installType
    INFO: Loaded state quickInstallPage
    INFO: Loaded state productLanguage
    INFO: Loaded state inventoryPage
    INFO: Loaded state getOracleHome
    INFO: Loaded state dbEdition
    INFO: Loaded state configurationType
    INFO: Loaded state dbIdentifier
    INFO: Loaded state configurationOption
    INFO: Loaded state managementOption
    INFO: Loaded state storageOption
    INFO: Loaded state recoveryOption
    INFO: Loaded state selectASMDiskGroups
    INFO: Loaded state schemaPasswordDialog
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[configurationOption]: route=success; to=managementOption
    INFO: State[configurationType]: route=success; to=dbIdentifier
    INFO: State[dbEdition]: route=oraclehome_location; to=getOracleHome
    INFO: State[dbIdentifier]: route=success; to=configurationOption
    INFO: State[decideOCMInstall]: route=ignoreOCM; to=installOptions
    INFO: State[decideOCMInstall]: route=requireOCM; to=getOCMDetails
    INFO: State[getOCMDetails]: route=success; to=installOptions
    INFO: State[getOracleHome]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[getOracleHome]: route=advanced_yes_inventory_no; to=inventoryPage
    INFO: State[getOracleHome]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=advanced_yes_upgrade_yes; to=prereqExecutionDecider
    INFO: State[getPrivilegedOSGroups]: route=success; to=prereqExecutionDecider
    INFO: State[getSystemClass]: route=desktop_class_yes; to=quickInstallPage
    INFO: State[getSystemClass]: route=server_class_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=advanced_yes_softwareDB_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=migrate_yes_clusterware_no; to=upgradeValidation
    INFO: State[installOptions]: route=migrate_yes_clusterware_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=system_class; to=getSystemClass
    INFO: State[installType]: route=advanced_yes; to=productLanguage
    INFO: State[installType]: route=basic_yes; to=quickInstallPage
    INFO: State[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: State[managementOption]: route=success; to=storageOption
    INFO: State[nodeSelectionPage]: route=create_and_configureDB; to=installType
    INFO: State[nodeSelectionPage]: route=software_onlyDB; to=productLanguage
    INFO: State[nodeSelectionPage]: route=upgradeDB; to=upgradeValidation
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[prepInstall]: route=success; to=decideOCMInstall
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=dbEdition
    INFO: State[quickInstallPage]: route=basic_yes_inventory_no; to=inventoryPage
    INFO: State[quickInstallPage]: route=basic_yes_inventory_yes; to=prereqExecutionDecider
    INFO: State[recoveryOption]: route=asm_chosen_asm_not_present; to=schemaPasswordDialog
    INFO: State[recoveryOption]: route=asm_chosen_asm_present; to=selectASMDiskGroups
    INFO: State[recoveryOption]: route=asm_not_chosen; to=schemaPasswordDialog
    INFO: State[schemaPasswordDialog]: route=success; to=prereqExecutionDecider
    INFO: State[selectASMDiskGroups]: route=success; to=schemaPasswordDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[storageOption]: route=success; to=recoveryOption
    INFO: State[upgradeValidation]: route=success; to=productLanguage
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Registering the flow data beans
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'CLUSTER_NODES' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSDBA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSOPER' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_GlobalDBName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SID' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StorageType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SystemClass' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_QuickInstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AllocatedMemory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AutoMemoryOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMCentralAgentSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_MountPointLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchDBCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SecureConfigDisabled' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EnableAutoBackup' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LoadExampleSchemas' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ReceiveEmailNotification' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseDBControl' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseFileSystemForRecovery' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseSamePassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchODMA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RDBMSInstalling' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SetOracleBase' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle.install.db.isCCRAuthenticationUsed' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigTabSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharSetOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_Type' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOptionSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupNameForASM' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMEmailAddress' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMSMTPServer' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpUsername' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminSamePasswdForAll' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ASMSNMPUserPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminPasswords' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharacterSet' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OCR_PartitionLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StarterDatabaseType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    INFO: [INS-07001] Value for property 'b_rdbmsInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'INVENTORY_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'UNIX_GROUP_NAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_USERNAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_PASSWORD' not found in the bean store.
    INFO: [INS-07001] Value for property 'DECLINE_SECURITY_UPDATES' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_HOST' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_USER' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PWD' not found in the bean store.
    INFO: [INS-07001] Value for property 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'SELECTED_LANGUAGES' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOSTNAME' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_SystemClass' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_QuickInstallOption' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_LaunchDBCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_LaunchODMA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RDBMSInstalling' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_SetOracleBase' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle.install.db.isCCRAuthenticationUsed' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_Type' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_SuperAdminSamePasswdForAll' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_DiskGroupName' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_OCR_PartitionLocation' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    WARNING: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: [INS-07001] Value for property 'b_rdbmsInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    WARNING: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    WARNING: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: Set value for bean DBSetupBean
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'CLUSTER_NODES' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSDBA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSOPER' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_GlobalDBName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SID' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StorageType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SystemClass' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_QuickInstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AllocatedMemory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AutoMemoryOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMCentralAgentSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_MountPointLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchDBCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SecureConfigDisabled' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EnableAutoBackup' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LoadExampleSchemas' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ReceiveEmailNotification' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseDBControl' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseFileSystemForRecovery' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseSamePassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchODMA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RDBMSInstalling' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SetOracleBase' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle.install.db.isCCRAuthenticationUsed' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigTabSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharSetOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_Type' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOptionSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupNameForASM' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMEmailAddress' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMSMTPServer' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpUsername' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminSamePasswdForAll' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ASMSNMPUserPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminPasswords' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharacterSet' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OCR_PartitionLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StarterDatabaseType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: Failed to load bean oracle.install.ivw.db.bean.DBInstallSettings. Reason: [INS-07001] Value for property 'DBInstallSettings' not found in the bean store.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.OCMDetailsGUI viewId: OCMDetailsUI uiType: null]
    INFO: oracle.install.ivw.common.view.OCMDetailsGUI added to View Type Registry with the key as [OCMDetailsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationTypeUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationTypeUI added to View Type Registry with the key as [ConfigurationTypeUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBIdentifierUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBIdentifierUI added to View Type Registry with the key as [DBIdentifierUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationOptionsUI added to View Type Registry with the key as [ConfigurationOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ManagementOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ManagementOptionsUI added to View Type Registry with the key as [ManagementOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.StorageOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.StorageOptionsUI added to View Type Registry with the key as [StorageOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RecoveryBackupUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.RecoveryBackupUI added to View Type Registry with the key as [RecoveryBackupUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI viewId: ASMDiskGroupSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI added to View Type Registry with the key as [ASMDiskGroupSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SchemaPasswordUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.SchemaPasswordUI added to View Type Registry with the key as [SchemaPasswordUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.QuickInstallUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.QuickInstallUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SystemClassUI viewId: SystemClassUI uiType: null]
    INFO: oracle.install.ivw.db.view.SystemClassUI added to View Type Registry with the key as [SystemClassUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBEditionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBEditionGUI added to View Type Registry with the key as [DBEditionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.NodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.NodeSelectionUI added to View Type Registry with the key as [NodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.FinishUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.FinishUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallTypeGUI viewId: installTypeUI uiType: null]
    INFO: oracle.install.ivw.db.view.InstallTypeGUI added to View Type Registry with the key as [installTypeUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                      VALUE                                              
    CLUSTER_NODES                                 {}                                                 
    COLLECTOR_IGNORE_CONFIGURATION                false                                              
    COLLECTOR_IGNORE_FAILURES                     false                                              
    COLLECTOR_RESPONSE_FILE                                                                          
    DECLINE_SECURITY_UPDATES                      false                                              
    FROM_LOCATION                                 C:\Users\rubbal bhusri\Downloads\Compressed\Oracle 
                                                   11g release 2\database\install\../stage/products.xm
                                                   l                                                  
    INSTALL_TYPE                                  EE                                                 
    MYORACLESUPPORT_PASSWORD                      *Protected value, not to be logged*                
    MYORACLESUPPORT_USERNAME                                                                         
    ORACLE_BASE                                                                                      
    ORACLE_HOME                                                                                      
    ORACLE_HOSTNAME                               rubbalbhusri-PC                                    
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                     *Protected value, not to be logged*                
    PROXY_USER                                                                                       
    SECURITY_UPDATES_VIA_MYORACLESUPPORT          true                                               
    SELECTED_LANGUAGES                            {"en"}                                             
    b_rdbmsInstall                                true                                               
    oracle.install.db.isCCRAuthenticationUsed     false                                              
    oracle_install_LaunchNetCA                    false                                              
    oracle_install_NoMigration                    false                                              
    oracle_install_OCR_PartitionLocation                                                             
    oracle_install_RACInstall                     false                                              
    oracle_install_RDBMSInstalling                true                                               
    oracle_install_client_OraMTSPortNumber        49157                                              
    oracle_install_db_ASMSNMPUserPassword         *Protected value, not to be logged*                
    oracle_install_db_AutoMemoryOption            false                                              
    oracle_install_db_CharSetOption               3                                                  
    oracle_install_db_CharacterSet                                                                   
    oracle_install_db_ConfigTabSelected           0                                                  
    oracle_install_db_ConfigurationType           &General Purpose / Transaction Processing          
    oracle_install_db_CustomInstall               false                                              
    oracle_install_db_DiskGroupName                                                                  
    oracle_install_db_DiskGroupNameForASM                                                            
    oracle_install_db_EMCentralAgentSelected                                                         
    oracle_install_db_EMEmailAddress                                                                 
    oracle_install_db_EMSMTPServer                                                                   
    oracle_install_db_EnableAutoBackup            false                                              
    oracle_install_db_InstallEdition              EE                                                 
    oracle_install_db_InstallOption               INSTALL_DB_AND_CONFIG                              
    oracle_install_db_InstallOptionSelected       1                                                  
    oracle_install_db_InstallType                 EE                                                 
    oracle_install_db_LaunchDBCA                  false                                              
    oracle_install_db_LaunchODMA                  false                                              
    oracle_install_db_LoadExampleSchemas          false                                              
    oracle_install_db_MountPointLocation                                                             
    oracle_install_db_QuickInstallOption          false                                              
    oracle_install_db_ReceiveEmailNotification    false                                              
    oracle_install_db_RecoveryBackUpLocation                                                         
    oracle_install_db_RecoveryBackUpPassword      *Protected value, not to be logged*                
    oracle_install_db_RecoveryBackUpUsername                                                         
    oracle_install_db_SID                                                                            
    oracle_install_db_SecureConfigDisabled        false                                              
    oracle_install_db_SetOracleBase               false                                              
    oracle_install_db_StarterDatabaseType         GENERAL_PURPOSE                                    
    oracle_install_db_StorageType                 0                                                  
    oracle_install_db_SuperAdminPasswords         *Protected value, not to be logged*                
    oracle_install_db_SuperAdminSamePasswdForAll  *Protected value, not to be logged*                
    oracle_install_db_SystemClass                 DESKTOP_CLASS                                      
    oracle_install_db_Type                        1                                                  
    oracle_install_db_UseDBControl                true                                               
    oracle_install_db_UseFileSystemForRecovery    false                                              
    oracle_install_db_UseSamePassword             false                                              
    INFO: Launching Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@675926d1
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: Completed validating state <getOCMDetails>
    INFO: Transition aborted
    INFO: Rolled back to state <getOCMDetails>
    INFO: Pause Oracle Database 11g Release 2 Installer
    INFO: Resume Oracle Database 11g Release 2 Installer
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver

    956622 wrote:
    I've downloaded Oracle 11g release2 for the first time on my laptop, but before it, I've worked on MySql database and oracle 10g too but they are uninstalled now. The problem is: it is not going as I saw in the video of installation.
    I don't see any videos in the official Installation Guide ..Contents
    On my system, it asks for a proxy server, showing a "connection failed" dialog box. I doubt, the second file I downloaded doesn't get extracted to the same folder. But I am not sure, if this were the problem, it(setup) would have even started or not ? then I clicked on the setup and command line prompt appeared.
    Then it asked to fill in the email address.
    and Now comes the real problem, where it shown "connection failed" dialog box, asking for proxy server, proxy port, proxy username, proxy password. I don't know what values to fill in these columns.
    You don't need to give it an email address, and then you don't need to provide proxy server information.  Try the installation without it.
    <snip>

Maybe you are looking for

  • How can I sync "On My Mac" iCal calendars on Snow Leopard with iPhone and Google Calendar?

    Hi, (I've done a lot of searching for a clear answer but without success.) Can someone please advise how I can get the "On My Mac" calendars on iCal v4.0.4 (running under Snow Leopard 10.6.8) to sync with an iPhone and Google Calendars,  'over the ai

  • Multiple symbols for line graph in illustrator

    I can't figure out how to change the default square data points in a line graph.  When I try to got to Object>Graph>Marker it is greyed out.  When I click on a circle symbol and then try to go to Object>Graph>Design, it is greyed out.  I am so frustr

  • BPM for Async to Sync

    Hi Gurus, Could anybody help to design the following scenario? I am trying to send the Asynchronous SOAP message to an Oracle Stored procedure synchronously. The Stored procedure gives a response message. The response message needs to send back to th

  • Failed to close connection for data source "EntityDataSource"

    Hi All, I have deployed some PowerView reports on SharePoint 2013. I have open it on sharepoint, wait for 5 mins & then I try to change any filter then I am getting following error as Failed to close connection for data source "EntityDataSource" Erro

  • Affichage sous Windows 8

    Bonjour à tous, J'ai installé Creative cloud sur mon PC Windows 8. Tout se passe bien avec photoshop, mais avec indesign ou illustrator, le logiciel s'affiche avec un espèce de zoom. J'ai cherché plusieurs choses sur internet à propos des mise à l'éc