Similar to dts in Oracle.

is there any utility in oracle, similar to DTS in sql. where i came import data from csv file to table and schedule tht process to run in intervals.
i can do it through load data. but how i will schedule it.
Or
how i will write a comand line utility(load data) in store procedure.
thanks
sambit

In Unix, create a cron job to run your loading ; in NT, schedule a batch job to do the work.
yitao

Similar Messages

  • How similar is HACMP to Oracle RAC?

    Gurus:
    Have you compared HACMP with Oracle RAC? If so, could you share the difference and the similarity?
    Thanks!

    Hi Linda,
    seems to be a likewise question as
    How similar is HACMP to MSCS?
    In fact, you use them together:
    Note 527843 - Oracle RAC support in the SAP environment
    Markus

  • How to become user (something to similar to sudo in oracle)

    Hi,
    In my database there are 100+ schemas and all have the same objects. Users currently connect to the schemas directly and there had been some incidents where the users accidentally altered a table/index. So we want to create another user schema_app who would only have insert/update/delete privs on the tables and all other jobs would run as the schema owner.
    Qs is - How can this schema_app user run queries, insert/update/delete without having to modify his/her query to append the schema_name in front of all tables?
    NOTE - I can't create synonyms as all the 100 schemas have the same objects and I would be creating a schema_app for all the 100+ users.
    Env details: 11gR2 CRS+RDBMS
    Thanks,
    aBBy.

    AB007 wrote:
    In any normal prod env one generally has only 1 schema and unique objects belonging to the schema. (Some app do have multiple schemas too, but in most cases, the object names are unique to the schema). But with my database, there are 100+ schemas and the same ddl is used for the schema objects.
    Eg: If table_A exists in schema_A, the same table_A exits in schema_B, schema_C and so on... where the schema_B, schema_C owns a unique instance of the table_A.
    If the schema/objects would have been unique across the db, I would have created a schema_A_app user and created a unique role schema_A_role that and granted only DML privileges to this role. And also would have created a synonym for the objects so that the table names could be accessed without the schema_name referential.
    But with 100+ schemas having the same objects, this becomes impossible.
    Ideally what 'm looking for is - when I log in as SCHEMA_A_APP user, I should become SCHEMA_A user but with only DML privileges.
    Thanks,
    aBBy.How exactly does adding yet another schema into this mix, reduce the probability for future accidents?
    what is gained by having SCHEMA_A_APP now?
    Then you'll have two different ways to make mistakes; not just one!

  • Re: the similar decode sql command (in Oracle) in ABAP

    Dear ABAP Expert,
    Could you let me know where there is a similar decode command in Oracle in ABAP?
    Thanks.
    Arthur

    Hi,
    You can specify case statement between SELECT and ENDSELECT. However this may lead to performance problems. Please take care.
    Example:-
    SELECT FIELD1 into LOC_FIELD FROM TAB.
      CASE LOC_FIELD.
        WHEN 'ABC'.
          WRITE: 'ABC'.
        WHEN OTHERS.
          WRITE: 'REST'.
      ENDCASE.
    ENDSELECT.
    Thanks and Best Regards,
    Dinesh.

  • Generation of DDL similar to Oracle Designer (Data Modeler 3.0 EA1.)

    Hi,
    Will the production version of SQL Data Modeler allow the creation of separate DDL files similar to that which Oracle Designer does? For example, I can create a sequence number generator in Data Modeler (DM) and then make a call to that in an Object Type method. However the DDL file that is generated by DM has all DDL in one file. This would allow to take dependencies were taken into consideration, that is create the sequences before object types, packages and tables, then object type bodies, package bodies, etc...
    Thanks,
    ScottK

    At this stage we do not support multiple files. We do plan to do this in the future. However you can work around this by repeating the DDL generation for the different objects types you want to have files for.
    Remember that you can vote on the Exchange for your most desired features.
    Sue

  • Installing oracle management agent 12.1.0.2.0 in silent mode.

    version: 12.1.0.2.0
    platform: IBM Aix power systems 64bit
    I installed the oracle management service along with the oracle management agent that comes along with the the first installation. I deinstalled the first installed OMA and tried to install it again using the silent install mode with the response file.
    (oms host and the oma host are the same)
    among the 3 modes of silent install described in the installation guide, i used agent deploy method.
    Here are the steps i followed with the install
    1. this the status of my OMS
    <oracle>chh-aix-beta/oem12c/product/oms/bin> ./emctl status oms -details
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Enter Enterprise Manager Root (SYSMAN) Password :
    Console Server Host        : chh-aix-beta
    HTTP Console Port          : 7788
    HTTPS Console Port         : 7799
    HTTP Upload Port           : 4889
    HTTPS Upload Port          : 1159
    EM Instance Home           : /oem12c/product/gc_inst/em/EMGC_OMS1
    OMS Log Directory Location : /oem12c/product/gc_inst/em/EMGC_OMS1/sysman/log
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is unlocked.
    Active CA ID: 1
    Console URL: https://chh-aix-beta:7799/em
    Upload URL: https://chh-aix-beta:1159/empbs/upload
    WLS Domain Information
    Domain Name      : GCDomain
    Admin Server Host: chh-aix-beta
    Managed Server Information
    Managed Server Instance Name: EMGC_OMS1
    Managed Server Instance Host: chh-aix-beta
    WebTier is Up
    Oracle Management Server is Up2. I got the version and the platform info of the oms by doing the following
    <oracle>chh-aix-beta/oem12c/product/oms/bin> ./emcli get_supported_platforms
    Getting list of platforms ...
    Check the logs at /oem12c/product/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli/agent.log
    About to access self-update code path to retrieve the platforms list..
    Getting Platforms list  ...
    Version = 12.1.0.2.0
    Platform = IBM AIX on POWER Systems (64-bit)
    Platforms list displayed successfully.3. I downloaded the management agent software by doing the following ()
    $<OMS_HOME>/bin/emcli get_agentimage -destination=/oem12102 -platform="IBM AIX on POWER Systems (64-bit) "  -version=12.1.0.2.04. I unzipped the management agent software.
    5. I edited the response file as follows. (i edited only the oms_host, em_upload_port, agent_registration_password, since they are the only ones that are mandatory)
    OMS_HOST=172.16.24.65
    EM_UPLOAD_PORT=1159
    AGENT_REGISTRATION_PASSWORD=cchorcl01
    #AGENT_INSTANCE_HOME=
    #AGENT_PORT=
    b_startAgent=true
    #ORACLE_HOSTNAME=
    #s_agentHomeName=
    EM_INSTALL_TYPE="AGENT"6. then i ran the AgentDeploy.sh script using the following.
    ./agentDeploy.sh -ignorePrereqs AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp(I ignored the prereqs because, i was getting an error with the hostname and the hostname is correct)
    7. this the following output i am getting after running step 6.
    -e Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /oem12c/base/agent/core/12.1.0.2.0/jdk/bin/java -classpath /oem12c/base/agent/core/12.1.0.2.0/jlib/agentInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /oem12c/base/agent/core/12.1.0.2.0 /oem12102 /oem12c/base/agent -prereq
    Validating oms host & port with url: http://172.16.24.65:1159/empbs/genwallet
    Validating oms host & port with url: https://172.16.24.65:1159/empbs/genwallet
    Return status:3
    Unzipping the agentcoreimage.zip to /oem12c/base/agent ....
    12.1.0.2.0_PluginsOneoffs_212.zip
    Executing command : /oem12102/unzip -o /oem12102/12.1.0.2.0_PluginsOneoffs_212.zip -d /oem12c/base/agent
    Executing command : /oem12c/base/agent/core/12.1.0.2.0/jdk/bin/java  -d64 -classpath /oem12c/base/agent/core/12.1.0.2.0/oui/jlib/OraInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/xmlparserv2.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/srvm.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/emCfg.jar:/oem12c/base/agent/core/12.1.0.2.0/jlib/agentInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/share.jar oracle.sysman.agent.installer.AgentInstaller /oem12c/base/agent/core/12.1.0.2.0 /oem12102 /oem12c/base/agent /oem12c/base/agent/agent_inst AGENT_BASE_DIR=/oem12c/base/agent -ignorePrereqs AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp
    Cloning the agent home...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/oem12c/base/agent/core/12.1.0.2.0 -responseFile /oem12102/agent.rsp  AGENT_BASE_DIR=/oem12c/base/agent AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp -noconfig  ORACLE_HOME_NAME=agent12c3 -force b_noUpgrade=true AGENT_PORT=-1
    Clone Action Logs Location:/software/oracle/logs/cloneActions<timestamp>.log
    Cloning of agent home completed successfully
    Attaching sbin home...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -attachHome -waitForCompletion -nowait ORACLE_HOME=/oem12c/base/agent/sbin ORACLE_HOME_NAME=sbin12c3 -force
    Attach Home Logs Location:/oem12c/base/agent/core/12.1.0.2.0/cfgtoollogs/agentDeploy/AttachHome<timestamp>.log
    Attach home for sbin home completed successfully.
    Updating home dependencies...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -updateHomeDeps -waitForCompletion HOME_DEPENDENCY_LIST={/oem12c/base/agent/sbin:/oem12c/base/agent/core/12.1.0.2.0,} -invPtrLoc /oem12c/base/agent/core/12.1.0.2.0/oraInst.loc -force
    Update Home Dependencies Location:/oem12c/base/agent/core/12.1.0.2.0/cfgtoollogs/agentDeploy/UpdateHomeDeps<timestamp>.log
    ERROR: Update home dependency failed.I am getting stuck at updating home dependencies. I dont know what that means. If you have faced similar problems while installing oracle management agent please do share your solution. if you need more info please let me know.

    All these commands are run on the host (hostname=chh-lpar20) where the agent is being installed, and these commands are run as root user.
    ifconfig -a
    en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
            inet 172.16.28.222 netmask 0xfffffc00 broadcast 172.16.31.255
             tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0
    lo0: flags=e08084b,c0<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,LARGESEND,CHAIN>
            inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
            inet6 ::1%1/0
             tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1ping chh-lpar20
    PING chh-lpar20: (172.16.28.222): 56 data bytes
    64 bytes from 172.16.28.222: icmp_seq=0 ttl=255 time=0 ms
    64 bytes from 172.16.28.222: icmp_seq=1 ttl=255 time=0 msnslookup chh-lpar20
    Server:         172.16.29.213
    Address:        172.16.29.213#53
    ** server can't find chh-lpar20: NXDOMAINnslookup 172.16.28.222
    Server:         172.16.29.213
    Address:        172.16.29.213#53
    ** server can't find 222.28.16.172.in-addr.arpa: NXDOMAINto check the if the port 3872 and 1830-1849 are free I ran the follwoing command
    ./agentDeploy.sh -prereqOnly AGENT_BASE_DIR=/oem12102/base/agent
    this was the result i got inregards to the ports
    Check complete: Passed
    ========================================================
    Performing check for PortCheck
    Checking for port availability and hostname validity...
    Trying for host : chh-lpar20/172.16.28.222 and port : 3872
    Trying for host : chh-lpar20/192.168.12.23 and port : 3872
    Port= 3872 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1830
    Trying for host : chh-lpar20/192.168.12.23 and port : 1830
    Port= 1830 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1831
    Trying for host : chh-lpar20/192.168.12.23 and port : 1831
    Port= 1831 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1832
    Trying for host : chh-lpar20/192.168.12.23 and port : 1832
    Port= 1832 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1833
    Trying for host : chh-lpar20/192.168.12.23 and port : 1833
    Port= 1833 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1834
    Trying for host : chh-lpar20/192.168.12.23 and port : 1834
    Port= 1834 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1835
    Trying for host : chh-lpar20/192.168.12.23 and port : 1835
    Port= 1835 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1836
    Trying for host : chh-lpar20/192.168.12.23 and port : 1836
    Port= 1836 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1837
    Trying for host : chh-lpar20/192.168.12.23 and port : 1837
    Port= 1837 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1838
    Trying for host : chh-lpar20/192.168.12.23 and port : 1838
    Port= 1838 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1839
    Trying for host : chh-lpar20/192.168.12.23 and port : 1839
    Port= 1839 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1840
    Trying for host : chh-lpar20/192.168.12.23 and port : 1840
    Port= 1840 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1841
    Trying for host : chh-lpar20/192.168.12.23 and port : 1841
    Port= 1841 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1842
    Trying for host : chh-lpar20/192.168.12.23 and port : 1842
    Port= 1842 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1843
    Trying for host : chh-lpar20/192.168.12.23 and port : 1843
    Port= 1843 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1844
    Trying for host : chh-lpar20/192.168.12.23 and port : 1844
    Port= 1844 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1845
    Trying for host : chh-lpar20/192.168.12.23 and port : 1845
    Port= 1845 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1846
    Trying for host : chh-lpar20/192.168.12.23 and port : 1846
    Port= 1846 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1847
    Trying for host : chh-lpar20/192.168.12.23 and port : 1847
    Port= 1847 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1848
    Trying for host : chh-lpar20/192.168.12.23 and port : 1848
    Port= 1848 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1849
    Trying for host : chh-lpar20/192.168.12.23 and port : 1849
    Port= 1849 is busy.
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: Either port is unavailable or hostname configuration is not valid.
    Recommendation: Make sure the port is available and the hostname configuration i
    s proper.I don't know what to make of the results I got for executing the nslookup command.

  • Create a database link to access SqlServer 2005 view from oracle 11gr2

    Hi All,
    Greetings for the day.
    Though I have seen quite a few posts but just wanted to cross-verfiy and double check hence posting.
    Oracle Database : 11gr2
    OS :SOLARIS SPARC 64 Bit
    SQL Server Database : Sql Server 2005
    OS : Windows 2003 32 Bit
    The requirement is to access a view residing in the SQL Server 2005 Database using the Oracle Database. This involves creation of a Database link in the Oracle Database to access the SQL Server.
    Can you suggest which approach should i follow ( I am able to understand that both do the same job ):
    How to Configure DG4MSQL (Oracle Database Gateway for MS SQL Server) 64bit Unix OS (Linux, Solaris, AIX,HP-UX) post install [ID 562509.1]or
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle Databases Post Install [ID 561033.1]Will they do the same job ? And can they be used on any OS and version of the SQL Server Database as version information for SQL Server is not specified anywhere?
    Please let me know so that I can it forward with Business for approvals and budgetting.
    Regards
    KK

    Your question is similar to the post: Oracle 11gr2 connection to Sql Server using dg4msql problem
    Please visit: http://stackoverflow.com/questions/4658942/oracle-11gr2-connection-to-sql-server-using-dg4msql-problem
    Answer on the website:
    You seem to be using the Gateway for MySQL set-up rather than the Heterogeneous Gateway (for ODBC connections). Here is an overview of the process
    On SQL Server create a database user and give it read access to the database/tables you want to read via the Oracle database link.
    In the gateway home each SQL Server database you want to access should have an init.ora located in $OH/dg4msql/admin in the form initsid.ora where sid is the name of the database to be used in the link (e.g. initbob.ora), so create one
    HS_FDS_CONNECT_INFO=msserver1:1234//Example_Database
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    HS_TRANSACTION_MODEL=READ_ONLY
    You must now add the new sid to the listener.ora in the gateway home using an additional SID_DESC section inside the existing SID_LIST, for example
    (SID_DESC =
    (SID_NAME=bob)
    (ORACLE_HOME=/oracle/gateway/product/11.2.0)
    (ENVS=LD_LIBRARY_PATH=/oracle/gateway/product/11.2.0/dg4msql/driver/lib;/oracle/gateway/product/11.2.0/lib)
    (PROGRAM=dg4msql)
    You should now stop and restart the gateway listener so that the new sid becomes active. NB a reload is not enough.
    You must now add the new sid in the tnsnames.ora file for the listener of each database in which you will create a link. You don't need to do this in the gateway home unless it is also a database home in which you will create a database link.
    bob =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = severname.example.com)(PORT = 1690))
    (CONNECT_DATA = (SID = bob))
    (HS = OK)
    NB: The host and port are for the gateway not for the SQL Server database
    In each database that requires a link to the MS-SQL database you should create a database link to your new gateway sid.
    CREATE PUBLIC DATABASE LINK bob
    CONNECT TO "ms_user" IDENTIFIED BY "ms-passwd" USING 'bob';
    where ms-user and ms-password are the SQL Server user you created right at the start.
    Now you can test the new database link
    SELECT COUNT(*) FROM "Table_Name"@bob;
    Once you have this working you can alter the initsid.ora file to add parameters to suit your connection. If you do it this way you can easily add and manage many different databases via the gateway.
    Hip
    Edited by: 1000595 on 04:58 17-04-2013

  • How to speicfy the Oracle SQL type VARCHAR2 in XI data type

    Hi Gurus,
    I am trying to execute an Oracle stored procedure from XI which has parameters of type VARCHAR2. How to specify these data types in data type in XI?
    I am getting the below message when I execute the stored procedure from XI with data types CHAR/VARCHAR.
    com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'TEST_PACKAGE.MAIN ' (structure 'statement'): java.sql.SQLException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'MAIN' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    Please let me know.
    Thanks
    Kalyan

    Hi kalyan,
    i am also facing a similar issue.  the oracle stored procedure has three parameters i.e, two input paramters and 1 output paramter.
    I am passing all the parameters in the target structure, but i still get the same error.
    i have use isInput = "true" for two of the input paramters and isOutput = "true" for my output paramter.  For the output parameter, I am sending it blank.
    Please suggest.
    Thanks.
    Krishnan

  • Extract the data from SQL Server and Import into Oracle

    Hi,
    I would like to run a daily job that will export the table data from SQL server table (it will be only one or two table) and Import back into Oracle table (it might one or two table tables).
    Could you please guide me that how can i do this using either sql server or oracle?
    We have oracle 9.2 and sql server 2005.
    Normally i do from flat file which is generated by source destination nand i dump into oracle using sql*loader but this time I have to directly extract/export the data from MS Sql server and load into Oracle table, mostly it will reload so i might doing any massaging data during the load.
    If you show me the detail approach, it will be really appreciated.
    I have access to Sql server but i don't how to use sql server to do this or using oracle as a daily job even becuase have to schedule the job for this as it will be a daily job.
    Thanks,
    poratips

    Unless you can find an open source ODBC driver for SQL Server that runs on Solaris (and I wouldn't be overly hopeful there) Heterogeneous Services would require that you license something-- a third party ODBC driver, a new Oracle instance, or an Oracle Transparent Gateway.
    As I stated below, you could certainly use SQL Server's ETL tool, DTS. Oracle's ETL tools would require additional licensing since you're just on 9.2. You could also write a small application (Java or otherwise) that connected to both databases and transferred the data. If you're particularly enterprising, you could load the SQL Server Type 4 JDBC driver into Oracle's JVM and write a Java stored procedure that connected to the SQL Server database via JDBC, but that's a pretty convoluted approach.
    Justin

  • Re: Not able to install oracle database 11.2.0.2.0 in Windows 7

    Hello,
    I too am facing a similar issue while installing Oracle 12c Datbaase on a Virtual box machine with Windows 2008 R2 OS Image.
    Cause - Failed to access the temporary location.
    Action - Ensure that the current user has required permissions to access the temporary location.
    Additional Information: 
    - Framework setup check failed on all the nodes
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    Summary of the failed nodes
    ntejani-vbox2
    - Version of exectask could not be retrieved from node "ntejani-vbox2"
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    My HOst machine is windows 7 and I have allocated 4GB of physical memory and 4 Processors to the  Virtual Machine.
    I believe this is a decent config for Oracle 12c Database. M also logging on to this system with a Admin Rights User and invoking the Installation using this User.
    Earlier I had Oracle 11g Database installed on this along with Enterprise Manager 12c Cloud Control.
    Recently I wanted to upgrade to Oracle 12c Database for which my multiple upgrade attempts failed with the above error. So I thought the system might be requiring some minimum. spare on the C Drive.
    I decided to go ahead with Oracle 11g De-install and further attempted to install 12c Database. However the problem still persists .
    Any help and clues on how to Resolve this issue is highly appreciated.
    Regards,
    Nayan Tejani
    +91 98333 02666

    Sorry missed to put across the error log. here it is from the recently failed installation
    ~~~
    Using paramFile: E:\Oracle12cDatabase\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed
    The commandline for unzip:
    E:\Oracle12cDatabase\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.6.0.37.0\1\DataFiles/"*.jar" -d "E:\TEMP\OraInstall2013-09-04_07-16-57AM" INFO: Loading data from: jar:file:/E:/TEMP/OraInstall2013-09-04_07-16-57AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/E:/TEMP/OraInstall2013-09-04_07-16-57AM/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:/E:/TEMP/OraInstall2013-09-04_07-16-57AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:config-data]
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:configcmds in the bean:configcmdmappings
    INFO: Inventory exists: true
    INFO: oraInst.loc does not exist
    INFO: Gathering system details...
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: No global condition definition found.
    INFO: Building the flow graph
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state finishupdates
    INFO: Building the flow graph
    INFO: Loaded state prepInstall
    INFO: Loaded state decideOCMInstall
    INFO: Loaded state autoupdatesDecider
    INFO: Loaded state preAutoUpdates
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state supportedOSCheck
    INFO: Loaded state getOCMDetails
    INFO: Loaded state mtsDialog
    INFO: Loaded state installOptions
    INFO: Loaded state getWindowsSecureOptionDetails
    INFO: Loaded state getSystemClass
    INFO: Loaded state DBTypeSelectionPage
    INFO: Loaded state RACDBTypeSelectionPage
    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[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=supportedOSCheck
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[DBTypeSelectionPage]: route=rac_dbcreate; to=RACDBTypeSelectionPage
    INFO: State[DBTypeSelectionPage]: route=rac_no_dbcreate; to=nodeSelectionPage
    INFO: State[DBTypeSelectionPage]: route=si_dbcreate; to=installType
    INFO: State[DBTypeSelectionPage]: route=si_no_dbcreate; to=productLanguage
    INFO: State[RACDBTypeSelectionPage]: route=admin; to=nodeSelectionPage
    INFO: State[RACDBTypeSelectionPage]: route=policy; to=installType
    INFO: State[UpdatesListUI]: route=success; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_DISABLE; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_STATE_SKIP; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=success; to=preAutoUpdates
    INFO: State[configurationOption]: route=success; to=storageOption
    INFO: State[configurationType]: route=success; to=dbIdentifier
    INFO: State[dbEdition]: route=oraclehome_location; to=getWindowsSecureOptionDetails
    INFO: State[dbIdentifier]: route=success; to=configurationOption
    INFO: State[decideOCMInstall]: route=ignoreOCM; to=autoupdatesDecider
    INFO: State[decideOCMInstall]: route=requireOCM; to=getOCMDetails
    INFO: State[getOCMDetails]: route=success; to=mtsDialog
    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=getWindowsSecureOptionDetails
    INFO: State[getSystemClass]: route=server_class_yes; to=DBTypeSelectionPage
    INFO: State[getWindowsSecureOptionDetails]: route=basic_yes; to=quickInstallPage
    INFO: State[getWindowsSecureOptionDetails]: route=desktop_class_yes; to=quickInstallPage
    INFO: State[getWindowsSecureOptionDetails]: route=success; to=getOracleHome
    INFO: State[installOptions]: route=advanced_yes_softwareDB_yes; to=DBTypeSelectionPage
    INFO: State[installOptions]: route=migrate_yes_clusterware_no; to=upgradeValidation
    INFO: State[installOptions]: route=migrate_yes_clusterware_yes; to=DBTypeSelectionPage
    INFO: State[installOptions]: route=system_class; to=getSystemClass
    INFO: State[installType]: route=advanced_yes; to=productLanguage
    INFO: State[installType]: route=basic_yes; to=getWindowsSecureOptionDetails
    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: Condition of state[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: Condition of state[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: Condition of state[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: State[managementOption]: route=success; to=recoveryOption
    INFO: State[mtsDialog]: route=success; to=autoupdatesDecider
    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[preAutoUpdates]: route=success; to=AutoUpdatesOptionsUI
    INFO: State[prepInstall]: route=DOWNLOAD_UPDATES_ONLY; to=AutoUpdatesOptionsUI
    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=managementOption
    INFO: State[supportedOSCheck]: route=success; to=installOptions
    INFO: State[upgradeValidation]: route=success; to=productLanguage
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=finishupdates
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[UpdatesListUI]: route=DOWNLOAD_UPDATES_FINISHED; to=finishupdates
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    WARNING: Unable to create xml tag for the key:CommonProgramFiles(x86)
    WARNING: Unable to create xml tag for the key:ProgramFiles(x86)
    INFO: Translating external format into raw format
    INFO: Loading flow data beans
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:DBInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:DBSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:DBSetupBean
    INFO: Setting value for the property:WindowsSecureOptionSettings in the bean:DBSetupBean
    INFO: Setting value for the property:RootConfigurationSettings in the bean:DBSetupBean
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_db_StorageType in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_UseFileSystemForRecovery in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_UseSamePassword in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_ConfigTabSelected in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_CharSetOption in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_InstallOptionSelected in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_managementOption in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_SuperAdminPasswords in the bean:DBInstallSettings
    INFO: Setting value for the property:DBInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:DBSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:DBSetupBean
    INFO: Setting value for the property:WindowsSecureOptionSettings in the bean:DBSetupBean
    INFO: Set value for bean DBSetupBean
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    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.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.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.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.WindowsSecureOptionUI viewId: WindowsSecureOptionUI uiType: null]
    INFO: oracle.install.ivw.db.view.WindowsSecureOptionUI added to View Type Registry with the key as [WindowsSecureOptionUI]
    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.DBTypeSelectionGUI viewId: DBTypeSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.DBTypeSelectionGUI added to View Type Registry with the key as [DBTypeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RACDBTypeSelectionGUI viewId: RACDBTypeSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.RACDBTypeSelectionGUI added to View Type Registry with the key as [RACDBTypeSelectionUI]
    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: Adding View[type: oracle.install.ivw.common.view.AutoUpdatesOptionsUI viewId: AutoUpdatesOptionsUI uiType: null]
    INFO: oracle.install.ivw.common.view.AutoUpdatesOptionsUI added to View Type Registry with the key as [AutoUpdatesOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.UpdatesListUI viewId: UpdatesListUI uiType: null]
    INFO: oracle.install.ivw.common.view.UpdatesListUI added to View Type Registry with the key as [UpdatesListUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.FinishUpdatesUI viewId: FinishUpdatesUI uiType: null]
    INFO: oracle.install.ivw.common.view.FinishUpdatesUI added to View Type Registry with the key as [FinishUpdatesUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                               VALUE                                     
    AutoUpdatesInstallSettings                             oracle.install.ivw.common.bean.AutoUpdates
                                                            InstallSettings@78216b59                  
    CLUSTER_NODES                                          {}                                        
    COLLECTOR_IGNORE_CONFIGURATION                         false                                     
    COLLECTOR_IGNORE_FAILURES                              false                                     
    COLLECTOR_RESPONSE_FILE                                                                          
    CentralInventorySettings                               oracle.install.ivw.common.bean.CentralInve
                                                            ntorySettings@3241b635                    
    DBInstallSettings                                      oracle.install.ivw.db.bean.DBInstallSettin
                                                            gs@1f635484                               
    DECLINE_SECURITY_UPDATES                               false                                     
    FROM_LOCATION                                          E:\Oracle12cDatabase\database\install\../s
                                                            tage/products.xml                         
    INSTALL_TYPE                                           EE                                        
    MYORACLESUPPORT_PASSWORD                               *Protected value, not to be logged*       
    MYORACLESUPPORT_USERNAME                                                                         
    OCMSettings                                            oracle.install.ivw.common.bean.OCMSettings
                                                            @3fd83cf4                                 
    ORACLE_BASE                                                                                      
    ORACLE_HOME                                                                                      
    ORACLE_HOSTNAME                                        NTEJANI-VBOX2                             
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                              *Protected value, not to be logged*       
    PROXY_USER                                                                                       
    RootConfigurationSettings                              oracle.install.ivw.common.bean.RootConfigu
                                                            rationSettings@54be8c3e                   
    SECURITY_UPDATES_VIA_MYORACLESUPPORT                   true                                      
    SELECTED_LANGUAGES                                     {"en"}                                    
    UNIX_GROUP_NAME                                                                                  
    WindowsSecureOptionSettings                            oracle.install.ivw.common.bean.WindowsSecu
                                                            reOptionSettings@d89d7eb                  
    b_rdbmsInstall                                         true                                      
    oracle.install.db.isCCRAuthenticationUsed              false                                     
    oracle_install_IsBuiltInAccount                        false                                     
    oracle_install_IsOracleServiceUserExists               false                                     
    oracle_install_LaunchNetCA                             false                                     
    oracle_install_NoMigration                             false                                     
    oracle_install_OCR_PartitionLocation                                                             
    oracle_install_ProductName                                                                       
    oracle_install_RACInstall                              false                                     
    oracle_install_RDBMSInstalling                         true                                      
    oracle_install_autoupdates_httpProxyPort               0                                         
    oracle_install_autoupdates_httpProxySettings           oracle.install.ivw.common.bean.HttpProxySe
                                                            ttings@5fb7565                            
    oracle_install_autoupdates_myOracleSupportCredentials  oracle.install.ivw.common.bean.MyOracleSup
                                                            portSettings@5a0eddac                     
    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_ConfigureAsContainerDB               false                                     
    oracle_install_db_DiskGroupName                                                                  
    oracle_install_db_DiskGroupNameForASM                                                            
    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_RecoveryBackUpLocation                                                         
    oracle_install_db_SID                                                                            
    oracle_install_db_ServerPoolCardinality                0                                         
    oracle_install_db_SetOracleBase                        false                                     
    oracle_install_db_SkipHARegistration                   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_UseFileSystemForRecovery             false                                     
    oracle_install_db_UseSamePassword                      false                                     
    oracle_install_db_isRACOneInstall                      false                                     
    oracle_install_db_managementOption                     DEFAULT                                   
    oracle_install_db_omsPort                              0                                         
    oracle_install_db_racOneServiceName                                                              
    oracle_install_rootConfiguration_ExecuteRootScript     false                                     
    INFO: Launching Oracle Database 12c Release 1 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@e235e9d
    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: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state mtsDialog
    INFO: Completed executing action at state <mtsDialog>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <mtsDialog>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <mtsDialog>
    INFO: Completed validating view at state <mtsDialog>
    INFO: Validating state <mtsDialog>
    INFO: Completed validating state <mtsDialog>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state autoupdatesDecider
    INFO: Completed executing action at state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <autoupdatesDecider>
    INFO: Completed validating view at state <autoupdatesDecider>
    INFO: Validating state <autoupdatesDecider>
    WARNING: Validation disabled for the state autoupdatesDecider
    INFO: Completed validating state <autoupdatesDecider>
    INFO: Reading shiphome metadata from E:\Oracle12cDatabase\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/E:/Oracle12cDatabase/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.OUIMetadata from file:/E:/Oracle12cDatabase/database/install/../stage/shiphomeproperties.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:oui-metadata]
    INFO: Setting value for the property:properties in the bean:oui-metadata
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state preAutoUpdates
    INFO: Completed executing action at state <preAutoUpdates>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <preAutoUpdates>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <preAutoUpdates>
    INFO: Completed validating view at state <preAutoUpdates>
    INFO: Validating state <preAutoUpdates>
    WARNING: Validation disabled for the state preAutoUpdates
    INFO: Completed validating state <preAutoUpdates>
    INFO: Verifying route success
    INFO: Get view named [AutoUpdatesOptionsUI]
    INFO: View for [AutoUpdatesOptionsUI] is oracle.install.ivw.common.view.AutoUpdatesOptionsUI[,0,0,0x0,invalid,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state AutoUpdatesOptionsUI
    INFO: Completed executing action at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <AutoUpdatesOptionsUI>
    INFO: Completed validating view at state <AutoUpdatesOptionsUI>
    INFO: Validating state <AutoUpdatesOptionsUI>
    INFO: Completed validating state <AutoUpdatesOptionsUI>
    INFO: No updates will be downloaded or applied
    INFO: Verifying route NO_AUTO_UPDATES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state supportedOSCheck
    INFO: Completed executing action at state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <supportedOSCheck>
    INFO: Completed validating view at state <supportedOSCheck>
    INFO: Validating state <supportedOSCheck>
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Verifying setup for installer validations
    INFO: Overall status of CVU API call:OPERATION_FAILED
    SEVERE: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed.
       CAUSE: Failed to access the temporary location.
       ACTION: Ensure that the current user has required permissions to access the temporary location.
    *ADDITIONAL INFORMATION:*
    - Framework setup check failed on all the nodes
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    Summary of the failed nodes
    ntejani-vbox2
    - Version of exectask could not be retrieved from node "ntejani-vbox2"
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    ~~~

  • Sun T2 chips vs SPARC64 VI/VII chips for Oracle database servers

    We have recently found poor performance of Sun T5240 servers where (against previous V series servers with similar gross I/O capabilities on the disk volume)the timings for the recovery of the database, and the subsequent re-build of the tables and materialised views, are variable from slightly worse to atrocious. Given that the clock-speed is similar,and all significant oracle database parameters are the same, we couldn't see why these processes should take longer on the T5240. The statistics report from the database showed no I/O bottleneck on the new machine, instead it showed raised CPU times for some of the key slow statements.
    We found the attached oracle metalink document (ref 781763.1) <<Sun_T2_slow_for Oracle_DB.html>>
    Seems to be that if you can't control the content of large long-running SQL statements to parallelise them, don't buy a T-series box as the multithreading capability will work against you.
    Therefore we are looking at new servers to run other similar large Oracle apps and appear to have a number of choices within a similar price range
    Notably
    M3000 - 1 x SPARC VII CPU (quad core procesor)
    M4000 - 2 x SPARC VI CPU (dual core processor)
    as opposed to the
    T5240 - 2 x T2 CPU (8 core processor)
    Question is which of these CPU/Core combinations works best...are there performance figures? What's the difference between CPU's and number of cores?
    Any benchmarks to help us decide? Anyone experienced similar or tried these different combos for themselves?

    We tested a T5210 as a database server (running Ingres, not Oracle) and our batch performance was roughly equivalent to a dual CPU UltraSPARC III V480. Our guess is that the performance hit came from having a relatively small cache shared across so many threads. Like you, we're looking at using the M3000 or M4000 in preference.

  • Is it possible to integrate Oracle intermedia search into apex ?(1)

    Or do something similar manually yourself in oracle xe ?(2)
    (1)I've been reading through part of the documentation of the intermedia search, and find it quite intresting. Better to use that if one can, then to have to do that it manually or yourself. But all I read is about JSP and PSP, and I guess PSP's are used by apex, but I was wondering if there was any way, to integrate intermedia search into apex, so that one can lookup say mp3, video files and images and display them in apex as well. Images may take some work but would I suppose be possible.
    However for the other two you need also player software to play both of them. As far as I know this is not integrated into Apex, but could possibly be provided by using the player integrated with a webbrowser, and by linking it to apex. So the browser is launched and plays the video or the audio file or alternatively a player is launched that allows to do that. But correct me if I'm wrong.
    (2) Alternatively I was wondering if one could do this, manually in Oracle XE, but then manually, by making tables with blobs and putting the files in there, and then finding somehow a way to get them played by a player, or to have them be put in a directory, and/or erased from that directory, and modify the player, or let it be activated and controlled by some kind of script to look for new files, and then play them off . Could this be done, by adding a parameter new_file_to_play to a message passed to the player, or the program governing the players behavior ?
    I know this sound difficult, and it probably is, but it would have its benefits. I suppose a simple answer would by, why not use oracle 10g with intermedia search ? Well because although I expect this to be the preferable choice, the license is rather expensive for me, and if I could get a rudimentary version working on XE, even having to do it myself, and writing the code as well,
    it would be ok.
    I just wonder could one not, make a table, with a nr, a blob, and then the specific fields for the specific information of that type, and then use a extraction program that extracts that information from a file, and puts it in a xml or csv file, so that say after the images were uploaded, one can load the details in as well ?
    It is more work, more complicated, and not as easy to use, but it could work I suppose.
    Any comments are welcome.
    Best Regards,
    Floris

    You should be able to add a menu option to Oracle E-Business Suite that just calls out to the URL of your ADF 11g application.
    http://knol.google.com/k/andy-pellew/creating-new-menu-items-in-oracle-e/v4b5tu39zysj/17#

  • [help]oracle 10.2.0.1 expdp error

    when i try to use exp to export all the data under an user account, here comes some error of failure in export some table which not supported by exp
    EXP-00104: datatype (BINARY_FLOAT) of column GP in table XXXX.ADAA_DATA is not supported, table will not be exported
    so I try to use new feature of 10g expdp,but another errors goes up again
    I get on command line:
    ORA-31626: job does not exist
    ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user TEST
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPV$FT", line 1193
    ORA-39062: error creating master process DM00
    ORA-39107: Master process DM00 violated startup protocol. Master error:
    ORA-06533: Subscript beyond count
    and in the trace file,here comes some message is similar to the following:
    Oracle process number: 24
    Windows thread id: 904, image: ORACLE.EXE (DM00)
    **** SERVICE NAME:(SYS$USERS) 2006-07-18 22:20:59.689*
    **** SESSION ID:(146.18) 2006-07-18 22:20:59.689*
    KUPM: Error detected by MCP
    KUPM: ORA-39097: Data Pump job encountered unexpected error -44002
    KUPM: ORA-39065: unexpected master process exception in MAIN
    KUPM: ORA-44002: invalid object name
    KUPM:     ORA-06512: at "SYS.DBMS_ASSERT", line 283
    KUPM:     ORA-06512: at "SYS.KUPM$MCP", line 484
    KUPM:--------------------------------------------------------------------------------
    PL/SQL Call Stack--------------------------------------------------------------------------------
    KUPM:       object      line  object
    KUPM:       handle    number  name
    KUPM:     1CE0FC44     10592  package body SYS.KUPM$MCP
    KUPM:     1CE0FC44       917  package body SYS.KUPM$MCP
    KUPM:     1CCF8CAC         2  anonymous block
    KUPM: In RESPOND_TO_START
    KUPM: Killing workers on fatal exception...
    KUPM: In check_workers...
    kupprdp: Error 6533 detected in master process DM00.
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-31666: Master process DM00 had an unhandled exception.
    ORA-06533: Subscript beyond count
    ORA-06512: at "SYS.KUPM$MCP", line 8636
    ORA-06512: at "SYS.KUPM$MCP", line 5794
    ORA-06512: at "SYS.KUPM$MCP", line 936
    ORA-06512: at line 2

    I got some help from metalink and my version is 10.2.0.1 based on win2003 server 32bit
    ORA-44002 error raised when using the Data Pump based export utility [ID 603469.1]
    In this Document
    Symptoms
    Cause
    Solution
    Applies to:
    Oracle Server - Enterprise Edition - Version: 10.2.0.3
    This problem can occur on any platform.
    Symptoms
    -- Problem Statement:
    The following errors are reported while performing a Data Pump based export operation.
    KUPM: Error detected by MCP
    KUPM: ORA-39097: Data Pump job encountered unexpected error -44002
    KUPM: ORA-39065: unexpected master process exception in MAIN
    KUPM: ORA-44002: invalid object name
    KUPM: ORA-06512: at "SYS.DBMS_ASSERT", line 283
    KUPM: ORA-06512: at "SYS.KUPM$MCP", line 484
    KUPM: ----- PL/SQL Call Stack -----
    KUPM: object line object
    KUPM: handle number name
    KUPM: 39f4f8298 10619 package body SYS.KUPM$MCP
    KUPM: 39f4f8298 917 package body SYS.KUPM$MCP
    KUPM: 39f4fbe80 2 anonymous block
    KUPM: In RESPOND_TO_START
    KUPM: Killing workers on fatal exception...
    KUPM: In check_workers...
    kupprdp: Error 6533 detected in master process DM00.
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-31666: Master process DM00 had an unhandled exception.
    ORA-06533: Subscript beyond count
    ORA-06512: at "SYS.KUPM$MCP", line 8677
    ORA-06512: at "SYS.KUPM$MCP", line 5832
    ORA-06512: at "SYS.KUPM$MCP", line 936
    ORA-06512: at line 2
    Cause
    A synonym with a name that matched an Oracle RDBMS reserved name was found to exist.
    After the customer found out that such a synonym existed and they removed it, the export ran
    successfully.
    Solution
    -- To implement the solution, please execute the following steps::
    Avoid using object names that match reserved names of the Oracle RDBMS software release.
    but the solution makes me confuse...what to do?
    "Avoid using object names that match reserved names of the Oracle RDBMS software release" ?? I don't have synonym
    Edited by: gunsnroses_xjapan on Aug 3, 2010 1:31 AM

  • Poor SSD disk IO speed in Oracle Linux 6.3 (Windows migration)

    Hello,
    I am trying to migrate from Windows to Oracle Linux, but I'm seeing very poor disk IO speeds. It's probably a tuning thing, but I'm relatively new to Oracle Linux and could use some detailed advice.
    I took one physical server and migrated it from Windows 2008R2 to Oracle Linux 6.3 while maintaing the same Oracle version (11.2.0.3 Enterprise with ASM) and the same hardware (quad CPU 48 core HP DL585 G7 with 128GB RAM, 7 LSI 9200-8e HBAs, 28 Samsung SSD Drives). Disk IO performance, as measured using Oracle IO Calibration, was ~7,800MB/Second and 440K IOPS under windows but fell to ~2,400MB/Second and 250K IOPS under Linux.
    Oracle Linux and the DB were installed using default values. The Oracle tools seem to have done a great job setting all of the obvious IO tuning parameters like the scheduler, but I figure that there are other important IO-related OS or DB parameters and that I have failed to configure the system properly.
    My goal for the migration is sequential read IO speed and I would have bet money that Linux would provide better performance than Windows. I still think that it should. What basic IO tuning should I do for Oracle Linux using ASM and SSD drives?
    Thank you!
    Some details:
    Oracle DB 11.2.0.3 enterprise installed via the GUI with the "Data Warehousing" template
    ASM - single disk group, 28 SSD disks, AU=4MB
    Oracle memory: Automatic memory management, 64GB allocated
    Non-default Oracle params: filesystemio_options=setall, disk_asynch_io=true
    Edited by: 975524 on Dec 7, 2012 8:56 AM

    Thanks "dude" for the advice. Unfortunately, I am still seeing low IO speeds.
    The default scheduler for OEL 6.3 with the DB pre-install package is deadline, which seemed like a far better choice than CFS. Based on your advice, I tried noop this morning and got the same results. I also tested with and without hugepages and saw only a small difference - at least in IO speed - I did not test overall DB performance. Lastly, I understand the /dev/shm issue, but even with the default configuration I'm getting 64MB allocated to Oracle, which is far more than is needed to test sequential IO - in fact I can get better results by using less RAM.
    To answer your questions, I am testing using Oracle IO Calibration, which is an IO testing feature of the Oracle DB that is similar to the standalone Oracle Orion tool. I also performed a few tests using IOMeter, but found that the Linux version of that product was not giving me consistent data. The overall trend was the same however - IO on the Linux version far lower than the same hardware running Windows. The system is functioning very well, so I assume that everything has been installed correctly, but I do not think that it was installed optimally - thus my cry for help.
    I am so surprised that Linux is showing slow IO!
    Edited by: 975524 on Dec 7, 2012 9:22 AM

  • Oracle 10.2.0.4 to 11.2.0.2 fails with ORA-03113

    This is Oracle upgrade from 10.2.0.2 to Oracle 11.2   (on Windows platform)
    Since 10202 to 11 is not SAP supported, we upgrade from 10.2.0.4 first before upgrade to 11
    10202 to 10204 upgrade finished fine.  All post upgrade sql files are run without any issues.
    During 10204 to 11202 upgrade, at 42% complete the Database Upgrade Assistant gives
    ORA-03113: end-of-file on communication channel
    Upgrade failed due to running the step "Upgrading Oracle Server"
    The upgrade was repeated and it always gets the same error at the same spot.
    Once the error occurs, if I try to rerun the upgrade script, it complains that objects already exist.
    Looking at the \oracle\cfgtoollogs\dbua\<SID>\upgrade1 directory, I see the log file which shows at the end of the file:
    GRANT INSERT ON sys.impdp_stats TO PUBLIC
    2  /
    Grant succeeded.
    GRANT DELETE ON sys.impdp_stats TO PUBLIC
    2  /
    Grant succeeded.
    Rem ===================================
    Rem End  User stats table format change
    Rem ===================================
    Rem==========================================================================
    Rem Call script to upgrade type dictionary tables from 8.0 image to
    Rem 8.1 image format. If they are already in 8.1 image format, the
    Rem script will do nothing.
    Rem==========================================================================
    set serveroutput on
    EXECUTE dbms_objects_utils.upgrade_dict_image;
    BEGIN dbms_objects_utils.upgrade_dict_image; END;
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    ERROR:
    So the problem is at running  dbms_objects_utils.upgrade_dict_image procedure
    "This procedure upgrades the type dictionary images from 8.0 to 8.1. The dictionary tables that could be in 8.0 are kottd$, kottb$, kottbx$, kotad$ and kotmd$, which existed in 8.0 or 8.1, when 8.0 compatibility was possible, kotadx$ was created in 9iR2 when we required 8.1 minimum  compatibility. The source code is fully exposed for both package header and body."
    /rdbms/admin/dbmsobj.sql
    If I try to run that same procedure within SQLPlus (after the upgrade failed), I get the error message ORA-00955: name is already used by an existing object.   This tells me that the upgrade script actually created the newer version of the dictionary images, but for some reason failed to complete.  And so when I re-run the upgrade script, it complains.
    We've searched google, SAP Notes, sdn, etc. but havent gotten anywhere.    Help or hints would be greatly appreciated.
    Thanks

    HI,
    Check below details from oracle Metalink.
    Curtesy of Oracle Metalink
    A1) Errors connecting as SYSDBA / Internal OR on startup nomount
    There is something fundamental wrong with the software / environment
    if you cannot connect to Server Manager as a DBA user.
    The steps here cover errors such as ORA-3113, ORA-12547: TNS:lost contact
    or similar errors connecting to Oracle or starting the instance NOMOUNT.
    Check the following items:
    A1.1) If possible reboot the server disabling any automatic
    startup of Oracle before you do so. This may seem drastic
    but helps make sure you are working from a consistent
    starting point.
    A1.2) Check your environment points at the expected ORACLE_HOME
    and ORACLE_SID and that TWO_TASK is not set (Unix) or
    LOCAL is not set (NT registry).
    Check the USER_DUMP_DEST and BACKGROUND_DUMP_DEST and default
    trace directories under this environment for any user trace
    files or alert log entries generated. These may help indicate
    the cause of the problem.
    Eg: ORA-600[SKGMINVALID] may indicate a problem with the
    shared memory Unix parameters on Unix systems.
    Try to show that any trace file / alert log entry you
    find is truely related to the "CONNECT" command by re-issuing
    the "connect" and checking for a new trace file / alert entry
    at the time of the error.
    A1.3) Unix only:
    Some Unix platforms need LD_LIBRARY_PATH to be set
    correctly to resolve any dynamically linked libraries.
    As the user with the problem:
    % script /tmp/ldd.out
    % id
    % cd $ORACLE_HOME/bin
    % ldd oracle
    % exit
    If the 'ldd' command does not exist go to the next step below.
    Check that all lines listed show a full library file. If there
    are any 'not found' lines reported contact Oracle support
    with the output of /tmp/ldd.out .
    A1.4) Unix only:
    Your 'oracle' executable may be corrupt. Relink it thus:
    Log in as the 'oracle' user.
    % script /tmp/relink.out
    % cd $ORACLE_HOME/rdbms/lib
    % mv $ORACLE_HOME/bin/oracle $ORACLE_HOME/bin/oracle.dd.mon.yy
    % rm -f ./oracle
    % make -f ins_rdbms.mk ioracle
    % exit
    Prior to Oracle7.3 the relink command was:
    make -f oracle.mk ioracle
    If this reports any errors Oracle support will need to see
    the contents of the file /tmp/relink.out .
    A1.5) Have you installed the Parallel Server Option ?
    ORA-3113 can occur if you have installed the Parallel
    Server Option but do NOT have a Distributed Lock Manager
    installed or running correctly.
    Unix:
    If the Parallel Server Option was installed by accident
    then it can be de-installed by relinking.
    Eg:
    Shut down any Oracle instances
    % script /tmp/relink.out
    % cd $ORACLE_HOME/rdbms/lib
    'oracle' should not exist so delete it if it present
    % rm -f oracle
    % make -f ins_rdbms.mk no_parropt ioracle
    % exit
    NB: Do NOT deinstall the Parallel Server Option if the
    database is using Parallel Server unless both nodes
    are shut down otherwise database corruption could occur.
    A1.6) If the error is on STARTUP NOMOUNT:
    Check the init.ora file used to start the database.
    This provides the configuration details used
    configure the instance. To help isolate the problem
    it may be useful use a very basic init.ora file
    when starting the instance. If this works then
    parameters can be increased / introduced one at a
    time to see if there is a problem with a particular
    setting.
    A1.7) Check for server side trace files which may give more
    indication what the underlying problem is.
    See section C for details on how to check
    for server trace files.
    A1.8) Ensure there is free disk space in:
    a. Your USER_DUMP_DEST and BACKGROUND_DUMP_DEST locations
    b. Your AUDIT destination (Unix)
    The default is $ORACLE_HOME/rdbms/audit
    c. Your Oracle Trace directory if Oracle Trace is enabled
    See <Note:45482.1>
    A2) Errors Mounting the database
    Check all the items in A1 first.
    If an error occurs when mounting the database there may be problems
    with the control-files or data files, or with resources required to
    open these files.
    A2.1) The location of the control files are specified in the
    init.ora file. Try mounting using each controlfile in
    turn.
    eg: "Shutdown abort",
    edit the init.ora to refer to ONE of the controlfiles only,
    "startup nomount",
    "alter database mount"
    Repeat for each controlfile to see if any controlfile works.
    A2.2) It is possible to re-create the controlfiles if you know the
    location of all datafiles and online logs, or to restore an old
    backup controlfile. Always back up the current controlfiles before
    restoring any backup copies or issuing a CREATE CONTROLFILE
    command.
    The steps for this are not documented here.
    A2.3) Unix:
    Some unix platforms have a 'truss' command (or 'tusc').
    If available this can be used to help trace how far Oracle
    gets before the error occurs.
    Eg:
    % truss -o /tmp/truss.out -f svrmgrl
    Keep the file /tmp/truss.out safe - Oracle Support MAY need to see it.
    Regards,
    Venkata S Pagolu
    Edited by: Venkata Pagolu on Mar 10, 2012 12:10 PM

Maybe you are looking for

  • OIM API Code to change the link of the provisioned Account to another User

    tcResultSet rset;           HashMap <String, String> map;           try{                userIntf=(tcUserOperationsIntf)utilityFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");                map = new HashMap <String, String>();        

  • Info needed to produce a Docking Station for iPhone 5

    Hello, Where can I get the info needed to produce a Docking Station for iPhone 5? I mean technical details (e.g. for Lightning connector) and legal issues. Thank you!

  • Virtual cube reporting logic

    I have created report directly out of BCS transactional Totals cube and is giving correct output. But why does SAP suggest to make BCS reports out of virtual cube, rather than BCS totals cube? Is it more helpful for reporting if COI logic is implemen

  • Transformation is not getting Active.

    HI In DEV system , the transformation from Data source to Info source is in Active.when i press on change button .The transformation is in INACTIVE...Then i want to make it in active .....its not getting ACTIVE...showing not executable ...AND display

  • EventListener not working - AS2

    I have been tearing my hair out on this one. I found some code on a FAQ site that seems like it should work, but I can't get it to function. I have put an .flv video into my scene, it plays fine, but then I need the program to move to the next scene.