Hash_join_enabled=false in oracle 11g

our database 11g, operating system : linux redhat5 datawareshousing database
our database size 4GB, temporary tablespace size 16GB, we have enough pga_aggregate_target space.
We got error message
ORA-01652:unable to extend temp segment by 128 in tablespace TEMP , to resolve it we have set the parameter hash_join_enabled=false
reference:-Re: ORA-01652:unable to extend temp segment by 128 in tablespace TEMP
we cannot tune the query, all queries are dynamic automated queries.
i know, hash_join_enabled is deprecated from oracle 10g onwards.
my question is,
is there any performance problem/issue setting the parameter hash_join_enabled=false for the database for future queries?
looking forward to your valueable inputs.
Regards,
Rajesh Kumar

And how do you set this parameter in 11gRx?
SQL> select * from v$version;
BANNER
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
PL/SQL Release 11.1.0.7.0 - Production
CORE 11.1.0.7.0 Production
TNS for Solaris: Version 11.1.0.7.0 - Production
NLSRTL Version 11.1.0.7.0 - Production
SQL> alter system set hash_join_enabled=false;
alter system set hash_join_enabled=false
ERROR at line 1:
ORA-25138: HASH_JOIN_ENABLED initialization parameter has been made obsolete
SQL> alter system set hash_join_enabled=false scope=spfile;
alter system set hash_join_enabled=false scope=spfile
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
===============================================================================
If you disable hash joins you disable the join method most appropriate for DSS systems.

Similar Messages

  • Problem with Application Login after upgrading to Oracle 11g

    I have a home-grown application with Oracle 10g database running under Windows XP Pro. Recently, I installed Oracle 11g and imported the application database from 10g to 11g (still want to keep the 10g running for a while). However, I now having problem with the application logging into the new 11g database. (Keep getting invalid user/name message).
    BTW, I have no problem accessing the 11g database through SQLPlus (logging in with the same name and password that I use for the application), and the connection test of NetManager (again using the same name and password that I use for the application) was successful.
    The application itself uses the old Borland BDE (Borland Database Engine) to access the 10g and 11g database. Testing confirms that BDE can access Oracle 11g with no problems.
    Any idea about the probable cause(s) of the problem?
    Thanks in advance,
    sg2000

    11g by default is case sensitive username/password.
    You can disable that with setting parameter SEC_CASE_SENSITIVE_LOGON to false.
    SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON
    SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

  • Error while configuring Oracle 11g Forms/Reports Product during istallation

    Dears,
    We are trying to configuring Oracle 11g Forms / Reports during istallation.
    OS using: Win 7 -- 32 bit
    RAM: 4 GB
    We have installed the following modules successfully.
    Following are the steps which we have followed:
    1. Installation of Oracle jdk's --> Successful
    2. Installation of Oracle web Logic Product --> Successful
    3. Installation of Oracle Forms & reports Products ---> Successful
    4. Configuration of Oracle 11g Forms / Reports Products --> Failed
    After performing step 4, we are getting an error in the .out file
    Can anyone please let us know what we have to do for making the step 4 successful.
    Following is the content present in the "install2012-08-30_04-43-55PM.out" file..
    Setting ORACLE_HOME to C:\Oracle\Middleware\frs11.1.2
    Setting Doracle.config.mode to true
    Adding C:\Users\id821839\AppData\Local\Temp\OraInstall2012-08-30_04-43-55PM for deletion.
    Adding to classpath:file:/C:/Users/id821839/AppData/Local/Temp/OraInstall2012-08-30_04-43-55PM/ext/jlib/classic.jar
    Adding to classpath:file:/C:/Users/id821839/AppData/Local/Temp/OraInstall2012-08-30_04-43-55PM/ext/jlib/template.jar
    [email protected]lassicPage.ScreenRes
    configFileName:C:\Users\id821839\AppData\Local\Temp\OraInstall2012-08-30_04-43-55PM\ext\jlib\footprint.xml
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Parse Warning at line number:15
    MYORACLESUPPORT_USERNAME=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:27
    PROXY_HOST=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:30
    PROXY_PORT=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:33
    PROXY_USER=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:39
    COLLECTOR_SUPPORTHUB_URL=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:75
    DOMAIN_PORT=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:90
    STATICPORT INI FILE LOCATION=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:99
    PROXY HOST NAME=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:102
    PROXY PORT NO=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Parse Warning at line number:105
    PROXY BY PASS ADDRESS=
    Variables must be defined in a section in the format:VARIABLE_NAME=VALUE. No value found. Ignoring!
    Validations are enabled for this session.
    Verifying data......
    In processErrorMsgStringOracle Instance
    needWritableDirectory: false
    needWritableDirectory: true
    middlewareHomeLocation:C:\Oracle\Middleware
    weblogicHomeLocation:C:\Oracle\Middleware\wlserver_10.3
    weblogicHome:C:\Oracle\Middleware\wlserver_10.3
    weblogicHomeLocation:C:\Oracle\Middleware\wlserver_10.3
    In processErrorMsgStringInstance Name
    In processErrorMsgStringunknown
    In processErrorMsgStringOracle Home
    In processErrorMsgStringDomain Name
    In processErrorMsgStringunknown
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringunknown
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringunknown
    configuration Failed. Exiting configuration due to data validation failure.+
    outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2012-08-30_04-43-55PM.log
    in writeProfile method..
    +[ENGINE] Adding C:\Users\id821839\AppData\Local\Temp\OraInstall2012-08-30_04-43-55PM for deletion.+
    Thanks in advance..
    Suhail
    Edited by: 956027 on 30-Aug-2012 23:13
    Edited by: 956027 on 30-Aug-2012 23:14

    Following is the last part of thecontent in .log file
    This is the only part wher I have found the term "error"
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of domainName+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.weblogicQueries.IsValidDomainHome] [SRC_METHOD: executeHandler] domainName: frsDomain+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of wlHome+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.weblogicQueries.IsValidDomainHome] [SRC_METHOD: executeHandler] wlHome: C:\Oracle\Middleware\user_projects\domains+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.weblogicQueries.IsValidDomainHome] [SRC_METHOD: executeHandler] mwHome: C:\Oracle\Middleware+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] errID ====>>>>:INST-07277+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Error:Error in validating Domain name+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Cause:Specified Domain name is either not valid or the domain location already has a domain with the same name.+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Action:Enter a valid Domain name+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidDomainHome] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Exiting method executeHandler+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Handler launch end: weblogicQueries.isValidDomainHome+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Handler returned status: FAILED+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Error in validating Domain name+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Setting valueOf(DOMAIN_NAME) to:frsDomain. Value obtained from:USER+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Setting valueOf(DOMAIN_NAME) to:frsDomain. Value obtained from:USER+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Setting valueOf(INVALID_TEXT_CHAR_MSG_STRING) to:unknown. Value obtained from:USER+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Setting valueOf(INVALID_TEXT_CHAR_MSG_STRING) to:unknown. Value obtained from:USER+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Inputs passed to the handler: [ FIELD DOMAIN NAME ( field ) = "Domain Name" ], [ DOMAIN_NAME ( val ) = "frsDomain" ], [ INVALID_TEXT_CHAR_MSG_STRING ( invalidCharMsgString ) = "unknown" ], [ Valid Character List for Farm Name ( regEx ) = "[\p{Alnum}_-]+" ]+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper] [SRC_METHOD: launch] Handler class: class oracle.as.install.common.handlers.txtQueries.CheckTxtFieldUsingRegEx+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Handler launch begin: txtQueries.checkTxtFieldUsingRegEX+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Entering method executeHandler+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of isCanBeBlank+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of val+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.txtQueries.CheckTxtFieldUsingRegEx] [SRC_METHOD: executeHandler] Value to be tested: frsDomain+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of field+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.txtQueries.CheckTxtFieldUsingRegEx] [SRC_METHOD: executeHandler] Text Field name: Domain Name+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of regEx+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.txtQueries.CheckTxtFieldUsingRegEx] [SRC_METHOD: executeHandler] Regular Expression: [\p{Alnum}_-]++
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of minlength+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of maxlength+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Fetching the value of invalidCharMsgString+
    +[2012-08-31T08:46:03.570+02:00] [as] [TRACE] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] [SRC_CLASS: oracle.as.install.common.handlers.txtQueries.CheckTxtFieldUsingRegEx] [SRC_METHOD: executeHandler] Invalid Char Msg String: unknown+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Checking the value for minimum length+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Checking the value for maximum length+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Checking the value for invalid characters+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.checkTxtFieldUsingRegEX] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Exiting method executeHandler+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Handler launch end: txtQueries.checkTxtFieldUsingRegEX+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Handler returned status: SUCCESS+
    +[2012-08-31T08:46:03.570+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000J_vRUGVCgoL5mRS4yZ1GG5qd000003,0] Setting valueOf(ADMIN_PASSWORD) to:<SECURE>. Value obtained from:USER+

  • Oracle 11g R2 Client Silent Installation Issue (PATH) Windows 7 x86

    Hi All,
    I'm hoping somebody can shed some light on this issue.
    I created a Response file using the 'Save Response File' method during an interactive installation on a Windows 7 Enterprise x86 client. (file enclosed)
    I have installed it multiple times now with multiple permutations of the command line (got caught out by the old lower case F in responseFile) but now I'm getting the same error each time (a critical error with the PATH according to the installation log). There is nothing wrong with the path length as the installation works fine in GUI mode and passes the Prereq check.
    I launch the command line to install (with Run As Administrator) - "[location of setup.exe]\setup.exe" -nowait -silent -responseFile "[location of response file]\Oracle11gv2.rsp"
    RESPONSE FILE:
    ## Copyright(c) Oracle Corporation 1998,2008. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## can help to populate the variables with the appropriate ##
    ## values.                                   ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v11_2_0
    # This variable holds the hostname of the system as set by the user.
    # It can be used to force the installation to use an alternative
    # hostname rather than using the first hostname found on the system
    # (e.g., for systems with multiple hostnames and network interfaces).
    ORACLE_HOSTNAME=
    # Unix group to be set for the inventory directory.
    UNIX_GROUP_NAME=
    # Inventory location.
    INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory
    # Specify the languages in which the components will be installed.
    # en : English ja : Japanese
    # fr : French ko : Korean
    # ar : Arabic es : Latin American Spanish
    # bn : Bengali lv : Latvian
    # pt_BR: Brazilian Portuguese lt : Lithuanian
    # bg : Bulgarian ms : Malay
    # fr_CA: Canadian French es_MX: Mexican Spanish
    # ca : Catalan no : Norwegian
    # hr : Croatian pl : Polish
    # cs : Czech pt : Portuguese
    # da : Danish ro : Romanian
    # nl : Dutch ru : Russian
    # ar_EG: Egyptian zh_CN: Simplified Chinese
    # en_GB: English (Great Britain) sk : Slovak
    # et : Estonian sl : Slovenian
    # fi : Finnish es_ES: Spanish
    # de : German sv : Swedish
    # el : Greek th : Thai
    # iw : Hebrew zh_TW: Traditional Chinese
    # hu : Hungarian tr : Turkish
    # is : Icelandic uk : Ukrainian
    # in : Indonesian vi : Vietnamese
    # it : Italian
    # Example : SELECTED_LANGUAGES=en,fr,ja
    SELECTED_LANGUAGES=en,en_GB
    # Complete path of the Oracle Home
    ORACLE_HOME=C:\Oracle\product\11.2.0\client_1
    # Complete path of the Oracle Base.
    ORACLE_BASE=C:\Oracle
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    # The following choices are available. The value should contain
    # only one of these choices.
    # InstantClient : InstantClient
    # Administrator : Administrator
    # Runtime : Runtime
    # Custom : Custom
    #Example : INSTALL_TYPE = "Administrator"
    oracle.install.client.installType=Custom
    # Name : oracle.install.client.customComponents
    # Datatype : StringList
    # This property is considered only if INSTALL_TYPE is set to "Custom"
    # Description: List of Client Components you would like to install
    # The following choices are available. You may specify any
    # combination of these choices. The components you choose should
    # be specified in the form "internal-component-name:version"
    # Below is a list of components you may specify to install.
    # oracle.sqlj:11.2.0.1.0 -- "Oracle SQLJ"
    # oracle.rdbms.util:11.2.0.1.0 -- "Oracle Database Utilities"
    # oracle.javavm.client:11.2.0.1.0 -- "Oracle Java Client"
    # oracle.sqlplus:11.2.0.1.0 -- "SQL*Plus"
    # oracle.dbjava.jdbc:11.2.0.1.0 -- "Oracle JDBC/THIN Interfaces"
    # oracle.ldap.client:11.2.0.1.0 -- "Oracle Internet Directory Client"
    # oracle.rdbms.oci:11.2.0.1.0 -- "Oracle Call Interface (OCI)"
    # oracle.precomp:11.2.0.1.0 -- "Oracle Programmer"
    # oracle.xdk:11.2.0.1.0 -- "Oracle XML Development Kit"
    # oracle.network.aso:11.2.0.1.0 -- "Oracle Advanced Security"
    # oracle.assistants.oemlt:11.2.0.1.0 -- "Enterprise Manager Minimal Integration"
    # oracle.oraolap.mgmt:11.2.0.1.0 -- "OLAP Analytic Workspace Manager and Worksheet"
    # oracle.network.client:11.2.0.1.0 -- "Oracle Net"
    # oracle.ordim.client:11.2.0.1.0 -- "Oracle Multimedia Client Option"
    # oracle.ons:11.2.0.0.0 -- "Oracle Notification Service"
    # oracle.odbc:11.2.0.1.0 -- "Oracle ODBC Driver"
    # oracle.has.client:11.2.0.1.0 -- "Oracle Clusterware High Availability API"
    # oracle.dbdev:11.2.0.1.0 -- "Oracle SQL Developer"
    # oracle.rdbms.scheduler:11.2.0.1.0 -- "Oracle Scheduler Agent"
    # Example : oracle.install.client.customComponents="oracle.precomp:11.2.0.1.0","oracle.ons:11.2.0.0.0","oracle.oraolap.mgmt:11.2.0.1.0","oracle.rdbms.scheduler:11.2.0.1.0"
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.1.0,oracle.sqlplus:11.2.0.1.0,oracle.dbjava.jdbc:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network.client:11.2.0.1.0,oracle.odbc:11.2.0.1.0,oracle.oo4o:11.2.0.1.0,oracle.ntoledb:11.2.0.1.0,oracle.ntoledb.odp_net_2:11.2.0.1.0,oracle.aspnet_2:11.2.0.1.0
    #Name : MTS_PORT
    #Datatype : int
    #Description: Port number to be used for by the Oracle MTS Recovery Service to listen
    #          for requests. This needs to be entered in case oracle.ntoramts is
    #     selected in the list of custom components in custom install
    #Example : MTS_PORT = 2030
    oracle.install.client.oramtsPortNumber=49152
    # Host name to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example : oracle.install.client.schedulerAgentHostName = acme.domain.com
    oracle.install.client.schedulerAgentHostName=
    # Port number to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example: oracle.install.client.schedulerAgentPortNumber = 1500
    oracle.install.client.schedulerAgentPortNumber=
    LOG FILE TO FOLLOW

    LOG FILE:
    Using paramFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\oraparam.ini
    The commandline for unzip:
    Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM" INFO: Loading data from: jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/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/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/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: Validating Response File Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\response\Oracle11gv2.rsp
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Setting Response file data to the Installer
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state clientInstallType
    INFO: Loaded state productLanguage
    INFO: Loaded state getOracleHome
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state checkPrereqs
    INFO: Loaded state postPrereqs
    INFO: Loaded state summary
    INFO: Loaded state clientCustomInstall
    INFO: Loaded state schedulerAgent
    INFO: Loaded state mtsDialog
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[checkPrereqs]: route=success; to=summary
    INFO: State[clientCustomInstall]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[clientCustomInstall]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[clientCustomInstall]: route=TO_SCHEDULERAGENT; to=schedulerAgent
    INFO: State[clientInstallType]: route=ic_no; to=productLanguage
    INFO: State[clientInstallType]: route=ic_yes; to=getOracleHome
    INFO: State[getOracleHome]: route=INVENTORY_NO; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_NO_CUSTOM_YES; to=clientCustomInstall
    INFO: State[getOracleHome]: route=INVENTORY_YES; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_YES_CUSTOM_YES; to=clientCustomInstall
    INFO: State[init]: route=success; to=clientInstallType
    INFO: State[mtsDialog]: route=success; to=prereqExecutionDecider
    INFO: State[postPrereqs]: route=CUSTOM; to=clientCustomInstall
    INFO: State[postPrereqs]: route=NON_CUSTOM; to=summary
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=checkPrereqs
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=summary
    INFO: State[productLanguage]: route=productlanguage_yes; to=getOracleHome
    INFO: State[schedulerAgent]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[schedulerAgent]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[summary]: route=success; to=setup
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Changing the format to extended property file format to merge the flowDataDefaults with the flowDataSource
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/response/Oracle11gv2.rsp
    INFO: Translating external format into raw format
    INFO: Loaded BeanStore using the flow data source
    INFO: Registering the flow data beans
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' 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_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' 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_InstallType' 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_client_CustomComponents' 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_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' 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 'FROM_LOCATION' 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 '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 'UNIX_GROUP_NAME' 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 'SELECTED_LANGUAGES' 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 'ORACLE_HOSTNAME' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' 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_NoMigration' 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_ConfigurationType' 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 'oracle_install_db_InstallEdition' 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 'OCMSettings' not found in the bean store.
    INFO: Set value for bean ClientSetupBean
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' 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_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' 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_InstallType' 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_client_CustomComponents' 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_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' 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 'FROM_LOCATION' 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 '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.client.bean.ClientInstallSettings. Reason: [INS-07001] Value for property 'ClientInstallSettings' 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: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.CustomInstallGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.SchedulerAgentGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.OraMTSGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallLocationGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallTypesGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.FinishGUI viewId: null uiType: null]
    INFO: Initial values of Setup Properties :
    PROPERTY VALUE
    COLLECTOR_IGNORE_CONFIGURATION false
    COLLECTOR_IGNORE_FAILURES false
    COLLECTOR_RESPONSE_FILE
    DECLINE_SECURITY_UPDATES false
    FROM_LOCATION Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\cl
    ient\install\../stage/products.xml
    INSTALL_TYPE Custom
    INVENTORY_LOCATION C:\Program Files\Oracle\Inventory
    MYORACLESUPPORT_PASSWORD Protected value, not to be logged
    MYORACLESUPPORT_USERNAME
    ORACLE_BASE C:\Oracle
    ORACLE_HOME C:\Oracle\product\11.2.0\client_1
    ORACLE_HOSTNAME GBA-P74444432
    PROXY_HOST
    PROXY_PORT
    PROXY_PWD Protected value, not to be logged
    PROXY_USER
    SECURITY_UPDATES_VIA_MYORACLESUPPORT true
    SELECTED_LANGUAGES {"en","en_GB"}
    oracle_install_LaunchNetCA false
    oracle_install_NoMigration true
    oracle_install_RACInstall false
    oracle_install_WindowsSystemDirectory
    oracle_install_client_CustomComponents {"oracle.rdbms.util:11.2.0.1.0","oracle.sqlplus:11.2.0.1.
    0","oracle.dbjava.jdbc:11.2.0.1.0","oracle.rdbms.oci:11.2
    .0.1.0","oracle.network.client:11.2.0.1.0","oracle.odbc:1
    1.2.0.1.0","oracle.oo4o:11.2.0.1.0","oracle.ntoledb:11.2.
    0.1.0","oracle.ntoledb.odp_net_2:11.2.0.1.0","oracle.aspn
    et_2:11.2.0.1.0"}
    oracle_install_client_OraMTSPortNumber 49152
    oracle_install_db_ConfigurationType
    oracle_install_db_InstallEdition EE
    oracle_install_db_InstallType
    INFO: Launching Oracle Client Installer
    INFO: Started executing the flow in SILENT mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientInstallType
    INFO: Completed executing action at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientInstallType>
    WARNING: Validation disabled for the state clientInstallType
    INFO: Completed validating state <clientInstallType>
    INFO: In Transition of InstallTypesAction:
    INFO: Verifying route ic_no
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: PATH has :==>C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\jdk\jre\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\AdminStudio\11.5\Common\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_NO_CUSTOM_YES
    INFO: Verifying route INVENTORY_NO_CUSTOM_YES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientCustomInstall
    INFO: Re-loading component config bean
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.commons.base.util.ComponentConfig from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    INFO: Resolving dependencies
    INFO: Completed executing action at state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientCustomInstall>
    INFO: Completed validating state <clientCustomInstall>
    INFO: Verifying route TO_ENDCUSTOM
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:1023.5547MB (1048120.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:130MB
    INFO: Actual Value:21.3053GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:32-bit
    INFO: Actual Value:32-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    WARNING: Result values are not available for this verification task
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Adding ExitStatus PREREQUISITES_NOT_MET to the exit status set
    SEVERE: [FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
    CAUSE: Some of the mandatory prerequisites are not met. See logs for details. C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log
    ACTION: Identify the list of failed prerequisite checks from the log: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
    INFO: Advice is ABORT
    INFO: Adding ExitStatus INVALID_USER_INPUT to the exit status set
    INFO: Completed validating state <checkPrereqs>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    WARNING: A log of this session is currently saved as: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Client Installer
    INFO: Unloading Setup Driver

  • The danger of memory target in Oracle 11g - request for discussion.

    Hello, everyone.
    This is not a question, but kind of request for discussion.
    I believe that many of you heard something about automatic memory management in Oracle 11g.
    The concept is that Oracle manages the target size of SGA and PGA. Yes, believe it or not, all we have to do is just to tell Oracle how much memory it can use.
    But I have a big concern on this. The optimizer takes the PGA size into consideration when calculating the cost of sort-related operations.
    So what would happen when Oracle dynamically changes the target size of PGA? Following is a simple demonstration of my concern.
    UKJA@ukja116> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    -- Configuration
    *.memory_target=350m
    *.memory_max_target=350m
    create table t1(c1 int, c2 char(100));
    create table t2(c1 int, c2 char(100));
    insert into t1 select level, level from dual connect by level <= 10000;
    insert into t2 select level, level from dual connect by level <= 10000;
    -- First 10053 trace
    alter session set events '10053 trace name context forever, level 1';
    select /*+ use_hash(t1 t2) */ count(*)
    from t1, t2
    where t1.c1 = t2.c1 and t1.c2 = t2.c2
    alter session set events '10053 trace name context off';
    -- Do aggressive hard parse to make Oracle dynamically change the size of memory segments.
    declare
      pat1     varchar2(1000);
      pat2     varchar2(1000);
      va       number;
      vc       sys_refcursor;
      vs        varchar2(1000);
    begin
      select ksppstvl into pat1
        from sys.xm$ksppi i, sys.xm$ksppcv v   -- views for x$ table
        where i.indx = v.indx
        and i.ksppinm = '__pga_aggregate_target';
      for idx in 1 .. 10000000 loop
        execute immediate 'select count(*) from t1 where rownum = ' || (idx+1)
              into va;
        if mod(idx, 1000) = 0 then
          sys.dbms_system.ksdwrt(2, idx || 'th execution');
          select ksppstvl into pat2
          from sys.xm$ksppi i, sys.xm$ksppcv v   -- views for x$ table
          where i.indx = v.indx
          and i.ksppinm = '__pga_aggregate_target';
          if pat1 <> pat2 then
            sys.dbms_system.ksdwrt(2, 'yep, I got it!');
            exit;
          end if;
        end if;
      end loop;
    end;
    -- As to alert log file,
    25000th execution
    26000th execution
    27000th execution
    28000th execution
    29000th execution
    30000th execution
    yep, I got it! <-- the pga target changed with 30000th hard parse
    -- Second 10053 trace for same query
    alter session set events '10053 trace name context forever, level 1';
    select /*+ use_hash(t1 t2) */ count(*)
    from t1, t2
    where t1.c1 = t2.c1 and t1.c2 = t2.c2
    alter session set events '10053 trace name context off';With above test case, I found that
    1. Oracle invalidates the query when internal pga aggregate size changes, which is quite natural.
    2. With changed pga aggregate size, Oracle recalculates the cost. These are excerpts from the both of the 10053 trace files.
    -- First 10053 trace file
    PARAMETERS USED BY THE OPTIMIZER
      PARAMETERS WITH ALTERED VALUES
    Compilation Environment Dump
    _smm_max_size                       = 11468 KB
    _smm_px_max_size                    = 28672 KB
    optimizer_use_sql_plan_baselines    = false
    optimizer_use_invisible_indexes     = true
    -- Second 10053 trace file
    PARAMETERS USED BY THE OPTIMIZER
      PARAMETERS WITH ALTERED VALUES
    Compilation Environment Dump
    _smm_max_size                       = 13107 KB
    _smm_px_max_size                    = 32768 KB
    optimizer_use_sql_plan_baselines    = false
    optimizer_use_invisible_indexes     = true
    Bug Fix Control Environment10053 trace file clearly says that Oracle recalculates the cost of the query with the change of internal pga aggregate target size. So, there is a great danger of unexpected plan change while Oracle dynamically controls the memory segments.
    I believe that this is a desinged behavior, but the negative side effect is not negligible.
    I just like to hear your opinions on this behavior.
    Do you think that this is acceptable? Or is this another great feature that nobody wants to use like automatic tuning advisor?
    ================================
    Dion Cho - Oracle Performance Storyteller
    http://dioncho.wordpress.com (english)
    http://ukja.tistory.com (korean)
    ================================

    I made a slight modification with my test case to have mixed workloads of hard parse and logical reads.
    *.memory_target=200m
    *.memory_max_target=200m
    create table t3(c1 int, c2 char(1000));
    insert into t3 select level, level from dual connect by level <= 50000;
    declare
      pat1     varchar2(1000);
      pat2     varchar2(1000);
      va       number;
    begin
      select ksppstvl into pat1
        from sys.xm$ksppi i, sys.xm$ksppcv v
        where i.indx = v.indx
        and i.ksppinm = '__pga_aggregate_target';
      for idx in 1 .. 1000000 loop
        -- try many patterns here!
        execute immediate 'select count(*) from t3 where 10 = mod('||idx||',10)+1' into va;
        if mod(idx, 100) = 0 then
          sys.dbms_system.ksdwrt(2, idx || 'th execution');
          for p in (select ksppinm, ksppstvl
              from sys.xm$ksppi i, sys.xm$ksppcv v
              where i.indx = v.indx
              and i.ksppinm in ('__shared_pool_size', '__db_cache_size', '__pga_aggregate_target')) loop
              sys.dbms_system.ksdwrt(2, p.ksppinm || ' = ' || p.ksppstvl);
          end loop;
          select ksppstvl into pat2
          from sys.xm$ksppi i, sys.xm$ksppcv v
          where i.indx = v.indx
          and i.ksppinm = '__pga_aggregate_target';
          if pat1 <> pat2 then
            sys.dbms_system.ksdwrt(2, 'yep, I got it! pat1=' || pat1 ||', pat2='||pat2);
            exit;
          end if;
        end if;
      end loop;
    end;
    /This test case showed expected and reasonable result, like following:
    100th execution
    __shared_pool_size = 92274688
    __db_cache_size = 16777216
    __pga_aggregate_target = 83886080
    200th execution
    __shared_pool_size = 92274688
    __db_cache_size = 16777216
    __pga_aggregate_target = 83886080
    300th execution
    __shared_pool_size = 88080384
    __db_cache_size = 20971520
    __pga_aggregate_target = 83886080
    400th execution
    __shared_pool_size = 92274688
    __db_cache_size = 16777216
    __pga_aggregate_target = 83886080
    500th execution
    __shared_pool_size = 88080384
    __db_cache_size = 20971520
    __pga_aggregate_target = 83886080
    1100th execution
    __shared_pool_size = 92274688
    __db_cache_size = 20971520
    __pga_aggregate_target = 83886080
    1200th execution
    __shared_pool_size = 92274688
    __db_cache_size = 37748736
    __pga_aggregate_target = 58720256
    yep, I got it! pat1=83886080, pat2=58720256Oracle continued being bounced between shared pool and buffer cache size, and about 1200th execution Oracle suddenly stole some memory from PGA target area to increase db cache size.
    (I'm still in dark age on this automatic memory target management of 11g. More research in need!)
    I think that this is very clear and natural behavior. I just want to point out that this would result in unwanted catastrophe under special cases, especially with some logic holes and bugs.
    ================================
    Dion Cho - Oracle Performance Storyteller
    http://dioncho.wordpress.com (english)
    http://ukja.tistory.com (korean)
    ================================

  • Connect Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000

    Hi all,
    I am trying to connect:
    Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000 (32-bit) on a different machine.
    1) I have create an ODBC connection (called:GALAXY) which connects.
    2) created a init.ora called it initgalaxy.ora in $oracle_home\hs\admin
    HS_FDS_CONNECT_INFO = GALAXY
    HS_FDS_TRACE_LEVEL = on
    3) modified the listener.ora file as below
    # listener.ora Network Configuration File: E:\Ora11g\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc0))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC =
    (GLOBAL_DBNAME = HEX.BIU01.kingsch.nhs.uk)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (SID_NAME = HEX)
    (SID_DESC=
    (SID_NAME = galaxy)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (PROGRAM = dg4odbc)
    (SID_DESC =
    (PROGRAM = EXTPROC)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    4) modified the tnsnames.ora file is as follows
    GALAXY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SID = galaxy)
    (HS = OK)
    HEX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HEX)
    5) restarted the listener
    6) created a public database connect
    create PUBLIC DATABASE LINK "GALAXY" CONNECT TO "USER" IDENTIFIED by "PWD" USING 'galaxy';
    This is the error message I can sell in $oracle_home\hs\admin\trace
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Version 11.1.0.6.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using galaxy_live as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    ##>Connect Parameters (len=42)<##
    ## DSN=GALAXY;
    #! UID=galaxy_live;
    #! PWD=*
    hgocont, line 1890: calling SqlDriverConnect got sqlstate IM002
    when I try to test the database link, I get this error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Drive Manager] Data source name not found and no default driver specified
    ORA-02063: preceding 2 lines from GALAXY
    28500.00000- "connection from ORACLE to ad non-Oracle system returned this message:"
    *Cause: The cause is explained in the forwarded message.
    *Action: See the non-Oracle system's documentation of the forwarded message.
    vendor code 28500
    Edited by: user7336435 on 27-Apr-2009 05:56

    11.2 is beta at the moment. There is no official release date so far.
    As DG4ODBC is independant from the Oracle database (or the target database) you can use a 3 machine model:
    On the first machine you have your Oracle database, on a second machine running 32bit Windows you can install DG4ODBC and on the 3rd machine you can run your foreign database.
    If the SQL Server 2k is installed on a 32bit Windows machine, then you can also install DG4ODBC on this machine.
    In general the connection from an Oracle database to the DG4ODBC machine is done using SDQL*Net. The listener responsible for DG4ODBC will then load the DG4ODBC executable which will connect to the SQL Server using SQL Server ODBC driver.

  • Index not being used in Oracle 11g

    Hi,
    I executed an SQL in Oracle 9i based on a Materialized View with an index. Execution plan shows it used Index and did Range scan. But the same query if I executed in Oracle 11g, it did full table scan and ignored the index. Finally, I used /*+Index*/ hint to tell compiler to use the index. Can anyone tell why it happended like this.
    below is the query.
    SELECT TYPE,NAME,PARENT_ID,CHILD_ID,UNIT_OF_MEASURE,QUANTITY,POSITION_NUMBER
    FROM MVIEW_BOM_CHILD_ATTRIBUTES
    WHERE BREAKDOWN_LIMIT = 'FALSE'
    CONNECT BY PRIOR CHILD_ID = PARENT_ID START WITH PARENT_ID IN ('7325','34676','10121','35154','34370','4909','5494','28714','2273','22551','36465','35416','7148','34774',' 23290','18225','24415','35774','34772','20108','19072','8134','14688','31751','12669','26450','34716','768 4','26004','8770','34001','32614','3816','19801','30329','13822','15784','9296','17147','35423','6181','3477 3','18683','20780','35191','17990','7788','1559','7691','35449','34640','35432','35829','14161','9412','2039 2','593','23744','15741','35850','4177','36420','34695','33027','34655','31315','13552','23089','14025','901 2','22930','36182','13413','13839','32502','2392','19666','35183','32174','35170','20545','14344','29190','1 8163','19124','35448','32171','23498','2694','31101','4357','30421','35826','17976','13218','34770','35778' ,'16112','36408','34797','3294','9600','23524','3663','36412','34674','26715','2886','3204','15928','4510','8 112','27232','14966','35217','6281','1610','16359','25906','10262','3291','35777','11789','34675','24208','1 0093','28479','2928','23396','19702','32716','29813','2536','2349','34639','18610','35175','9796','26915','6 041','4745','34718','17946','3285','34308','9451','29689','17903','34642','35166','4630','35760','35761','34 696','27958','5912','35549','17695','31595','8028','24020','16025','8004','6430','36391','3580','32433','354 94','27368','15801','35583','35488','18807','34180','26626','20629','34767','14771','28746','34728','4948',' 34355','14000','34734','35820','36449','4904','11136','35177','27740','8016','13883','36402','35233','2614 7','21089','33152','35162','11320','32843','7336','34654','35602','32026','35582','24500','10573','33778','1 651','22781','25784','30124','10798','15930','28652','1513','745','35415','30404','21990','20872','2272','16 273','4234','35601','35581','22088','15543','3362','7713','35431','34719','27710','33104','20482','16801','1 686','35658','16545','32681','8722','20046','8950','34799','31605','21299','19572','445','35489','35656','35 546','7414','13369','35455','35434','35438','19383','10591','24698','14607','25715','27913','1046','15511',' 36386','6801','25134','2717','2083','35288','15851','14538','35398','11575','35156','35435','4232','36380',' 18406','32862','20879','5695','4229','24132','7081','35420','34694','22474','30047','29352','34735','2305',' 36409','18040','13472','31481','29246').
    Thanks

    SBH wrote:
    My doubt is only that is it possible that a SQL query with same index proprties uses different access path to execute. Is it dependent on oracle version also.
    Yes, it is possible.
    It is even possible on the same Oracle version - look at simple examples:
    case 1
    create table test as
    select level l, 'test' test from dual
    connect by level < 1000;
    create index test_ix on test(l);
    explain plan for
    select * from test where l < 50;
    select * from table(dbms_xplan.display);
    Plan hash value: 1408842701
    | Id  | Operation                   | Name    | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |         |    49 |   931 |     3   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| TEST    |    49 |   931 |     3   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | TEST_IX |    49 |       |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("L"<50)
    Note
       - dynamic sampling used for this statement (level=2)case 2
    drop table test;
    create table test as
    select * from (
      select level l, 'test' test from dual
      connect by level < 1000
    ) order by dbms_random.value(0,100);
    create index test_ix on test(l);
    explain plan for
    select * from test where l < 50;
    select * from table(dbms_xplan.display);
    Plan hash value: 1357081020
    | Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT  |      |    49 |   931 |     3   (0)| 00:00:01 |
    |*  1 |  TABLE ACCESS FULL| TEST |    49 |   931 |     3   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       1 - filter("L"<50)
    Note
       - dynamic sampling used for this statement (level=2)The same query on the same table containing the same data in it. And the same index.
    The only difference is records order in the table.
    In the first case CBO decided that index range scan would be reasonable.
    In the second case CBO preferred FTS as less costly.

  • Query not considering function based index in oracle 11g

    I have a query which used Function Based Index when run in oracle 9i but when I run the same query
    without any changes, it does not consider index. Below is the query:
    SELECT distinct patient_role.domain_key, patient_role.patient_role_key,
    patient_role.emergency_contact_name,
    patient_role.emergency_contact_phone, patient_role.emergency_contact_note,
    patient_role.emergency_contact_relation_id,
    patient_role.financial_class_desc_id, no_known_allergies, patient_role.CREATED_BY,
    patient_role.CREATED_TIMESTAMP,
    patient_role.CREATED_TIMESTAMP_TZ, patient_role.UPDATED_BY, patient_role.UPDATED_TIMESTAMP,
    patient_role.UPDATED_TIMESTAMP_TZ,
    patient_role.discontinued_date
    FROM encounter, patient_role
    WHERE patient_role.patient_role_key = encounter.patient_role_key
    AND UPPER(TRIM(leading :SYS_B_0 from encounter.account_number)) = UPPER(TRIM(leading :SYS_B_1 from
    :SYS_B_2))
    AND patient_role.discontinued_date IS null
    AND encounter.discontinued_date IS null ;
    Index definition:
    CREATE INDEX "user1"."IX_TRIM_ACCOUNT_NUMBER" ON "user1."ENCOUNTER" (UPPER(TRIM(LEADING
    '0' FROM "ACCOUNT_NUMBER")), "PATIENT_ROLE_KEY", "DOMAIN_KEY", "DISCONTINUED_DATE")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
    BUFFER_POOL DEFAULT)
    TABLESPACE "user1"
    Database : Oracle 11g (11.2.0.3)
    O/S : Linux 64 bit (the query does not consider index even on windows os)
    Any suggestions?
    -Onkar
    Edited by: onkar.nath on Jul 2, 2012 3:32 PM

    Onkar,
    I don't appreciate you posting this question in several forums at the same time.
    If I would know you also posted this on Asktom, I wouldn't even have bothered.
    As to your 'issue':
    First of all: somehow cursor_sharing MUST have been set to FORCE. Oracle is a predictable system, not a fruitmachine.
    Your statement the '0' is replaced by a bind variable anyway is simply false. If you really believe it is not false, SUBMIT a SR.
    But your real issue is not Oracle: it is your 'application', which is a mess anyway. Allowing for alphanumeric numbers is a really bad idea.
    Right now you are already putting workaround on workaround on workaround on workaround.
    Issue is the application: it is terminal., and you either need to kill it, or to replace it.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle 11g Linguistic NLS SORT Throws Exception

    Hi All,
    I am using oracle 11g and when i try NLS_Sort with Generic_m option, throws ORA-00910 exception. See below for more details
    Select * From v$version
    1 Oracle Database 11g Release 11.1.0.6.0 - Production
    2 PL/SQL Release 11.1.0.6.0 - Production
    3 CORE 11.1.0.6.0 Production
    4 TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    5 NLSRTL Version 11.1.0.6.0 - Production
    Select * From v$NLS_PARAMETERS;
    1 NLS_LANGUAGE AMERICAN
    2 NLS_TERRITORY AMERICA
    3 NLS_CURRENCY $
    4 NLS_ISO_CURRENCY AMERICA
    5 NLS_NUMERIC_CHARACTERS .,
    6 NLS_CALENDAR GREGORIAN
    7 NLS_DATE_FORMAT DD-MON-RR
    8 NLS_DATE_LANGUAGE AMERICAN
    9 NLS_CHARACTERSET WE8MSWIN1252
    10 NLS_SORT    BINARY
    11 NLS_TIME_FORMAT HH.MI.SSXFF AM
    12 NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    13 NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    14 NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    15 NLS_DUAL_CURRENCY $
    16 NLS_NCHAR_CHARACTERSET AL16UTF16
    17 NLS_COMP    BINARY
    18 NLS_LENGTH_SEMANTICS BYTE
    19 NLS_NCHAR_CONV_EXCP FALSE
    I have one table 'Test' in that column TestDesc varchar2(4000). Now if i retrieve the records by
    select sts, it is successfully executed. The same if i do after exec of the below sts, it is
    throwing ORA-00910:specified length too long for its datatype.
    1. ALTER SESSION SET NLS_SORT=GENERIC_m;
    2. Select * From Test order by TestDesc; (It is throwing ORA-00910 exception)
    But the same query/setup is executed successfully in oracle 10g.
    My question:
    Why it is throwing this exception especially in 11g?
    Do i need to excute any alter sts like changing of charactor set..
    Kindly help me to sove this issue.

    Does that mean that 11.2.0.1 (without pse), NLSSORT does not work as intended (documented)?
    Correct. At least, if the related information in bug reports is correct.
    Is there in 11.2.0.2 still silent truncation instead of "... calculates the collation key for a maximum prefix", if there's a difference?
    There is no difference. The term "silent truncation" is not really precise, so the documentation describes the process in a more elaborate way.
    Shouldn't docs mention that a "calculated result" could mean that sorts may sometimes be out of sequence (in-exact collation)?
    Yes, it should. It is sometimes too easy to assume that things obvious to oneself are also obvious to anybody else ;-) I have asked for the following explanation to be added after the relevant doc paragraph:
    "The above behavior implies that two character values whose collation keys (NLSSORT results) are compared to find the linguistic ordering are considered equal if they do not differ in the prefix described above even though they may differ at some further character position. As the NLSSORT function is used implicitly to find linguistic ordering for comparison conditions, BETWEEN condition, IN condition, ORDER BY, GROUP BY, and COUNT(DISTINCT), those operations may return results that are only approximate for long character values. This is a restriction of the current comparison architecture. Currently, the only way to guarantee precise linguistic comparison results is to not compare character values that are longer than 499 characters for monolingual collations and 124 characters for multilingual collations."
    -- Sergiusz
    Edited by: S. Wolicki, Oracle on May 5, 2011 1:17 PM
    Lowered the pessimistic length for multilingual sorts from 249=floor((2000-3)/8) to 124=floor((2000-3)/16)

  • Oracle 11g install hangs on windows 7

    Hi,
    I have downloaded Oracle 11g r2 64 bit install onto my windows system.
    When i install, the install hangs after selecting the following
    a) Create and configure a database
    b) Desktop Class
    After these, when I click on Next, the UI hangs.
    Help will be appreciated.

    Using paramFile: C:\Users\jeevan\Documents\My DAP Downloads\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors. Actual 4294967296 Passed
    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\jeevan\Documents\My DAP Downloads\database
    \install\../stage/products.xml
    INSTALL_TYPE EE
    MYORACLESUPPORT_PASSWORD Protected value, not to be logged
    MYORACLESUPPORT_USERNAME
    ORACLE_BASE
    ORACLE_HOME
    ORACLE_HOSTNAME COSMOS
    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@6da05bdb
    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>
    SEVERE: You have not provided an email address.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Is this the problem????
    Do you wish to remain uninformed of critical security issues in your configuration?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Get view named [InstallOptionsUI]
    INFO: InstallOptionsUI Entering Constructor
    INFO: InstallOptionsUI Exiting Constructor
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.db.view.InstallOptionsUI@5ea07440
    INFO: Initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Get view named [SystemClassUI]
    INFO: SystemClassUI Entering Constructor
    INFO: SystemClassUI Exiting Constructor
    INFO: View for [SystemClassUI] is oracle.install.ivw.db.view.SystemClassUI@164ca42b
    INFO: Initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :DESKTOP_CLASS
    INFO: Verifying route desktop_class_yes
    INFO: Get view named [QuickInstallUI]

  • Installing oracle 11g R2 on windows 7 32bit OS

    I am able to complete installation of oracle 11g r2 on my computer. However, "OracleDBconsole" is unable to start.
    On searches made thus far, I am supposed to drop  *Database Control Configuration files and recreate it using *
    emca –config dbcontrol –repos create.
    i am unable to drop the DB control config files, see error below:
    !data:image/png;base64,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|alt=|src=data:image/png;base64,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!
    see log as well:
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-deconfig' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: D:\app\cottopah\product\11.2.0\dbhome_1
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 6:59:53 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SID.
    Nov 10, 2013 6:59:58 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: orcl
    Nov 10, 2013 7:00:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter REP_DB_RUNNING_HOST.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : localhost
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYSMAN_PWD.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:00:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:00:30 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:00:30 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :D:\app\cottopah
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : localhost
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:00:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\app\cottopah\cfgtoollogs\emca\orcl\emca_2013_11_10_18_59_53.log.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: D:\app\cottopah\product\11.2.0\dbhome_1
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:00:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database orcl : localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1, and user: SYS
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: orcl
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: localhost Node: null OH: D:\app\cottopah\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: localhost Node: null OH: D:\app\cottopah\product\11.2.0\dbhome_1 isDBC: true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to true
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 1
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1 isPre112Home: false
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Service does not exist
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List:
    Nov 10, 2013 7:03:05 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:/app/cottopah/product/11.2.0/dbhome_1/perl/bin\perl.exe D:\app\cottopah\product\11.2.0\dbhome_1\sysman\admin\scripts\db\sgastop.pl stop orcl localhost 1521 D:\app\cottopah\product\11.2.0\dbhome_1
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of D:/app/cottopah/product/11.2.0/dbhome_1/perl/bin\perl.exe D:\app\cottopah\product\11.2.0\dbhome_1\sysman\admin\scripts\db\sgastop.pl stop orcl localhost 1521 D:\app\cottopah\product\11.2.0\dbhome_1  completed successfully
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: D:\app\cottopah\product\11.2.0\dbhome_1 isPre112Home: false
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Service does not exist
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Can't find file D:\app\cottopah\product\11.2.0\dbhome_1\localhost_orcl\sysman\config\emoms.properties
    Refer to the log file at D:\app\cottopah\cfgtoollogs\emca\orcl\emca_2013_11_10_18_59_53.log for more details.
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    java.lang.IllegalStateException: Can't find file D:\app\cottopah\product\11.2.0\dbhome_1\localhost_orcl\sysman\config\emoms.properties
        at oracle.sysman.emSDK.conf.ConfigManager.processSensitiveProperties(ConfigManager.java:1284)
        at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1150)
        at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1132)
        at oracle.sysman.emcp.EMReposConfig.stopDBMSJobs(EMReposConfig.java:1187)
        at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:187)
        at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    Nov 10, 2013 7:03:06 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to D:\app\cottopah\product\11.2.0\dbhome_1\oui
    I need assistance urgently.

    2f720bac-ef38-4198-903c-d06e99c0fad9 wrote:
    Hi EdStevens,
    My sincere apology for not doing things right in the forum. My post is the first from me on this forum and until this post, I had never visited this site.
    What you're calling a mess is a snapshot I took in command prompt. Upon pasting, it appeared like a picture only for me to post and it appears like:
    !data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoQAAADHCAIAAAAPhtXzAAAgAElEQVR4nO2dTZIkyXGs48KPjwQIzmD6ILgCFjhE7LDAMWb.................
    I'm taking OCA(DBA admin 1) exams and my inability to get oracle 11g enterprise manager working means I cannot continue with the study guide.
    Please offer me your assistance. Sorry once again.
    Christian
    Please take this not as harsh criticism, but as a bit of "fatherly advice" (I'd be willing to bet I'm old enough -- that my first professional line of code is older than your birth certificate )
    My post is the first from me on this forum
    First when visiting any new forum (not just OTN, but any technical forum anywhere on the web) the first thing to to is look for a FAQ and read it.  In this forum, the link is in the upper right corner.
    What you're calling a mess is a snapshot I took in command prompt
    I was pretty sure it was an ill-fated attempt to post a picture.
    You can easily copy the text from the command prompt and past it into your posts.  This is far preferable to trying to post a picture, which - as you see - doesn't work.  And using a third-site picture hosting service is frowned on for several reasons.
    Please offer me your assistance.
    Did you read the error message that pointed you to a log file?  Did you read that log file?  What did you learn from that exercise?

  • Oracle 11G password case sensitive option is not working.

    Hello,
    I am facing problem in Oracle 11G. I installed and created a database. I disabled password case sensitive option by setting it to false (Pls see the below output). but case sensitive option is not disabled and i am not able to logon using the lower case password.
    SQL> connect sys/<pwd in lower case>@<connect string> as sysdba;
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> connect sys/<pwd in uppper case>@<connect string> as sysdba;
    Connected.
    SQL> show parameter SEC_CASE_SENSITIVE_LOGON
    NAME TYPE VALUE
    sec_case_sensitive_logon boolean FALSE
    Any idea.... should i open the case in the metalink ?
    With Regards
    Hemant Joshi.

    Can you execute:
    SQL> select USERNAME, PASSWORD_VERSIONS from dba_users where username = 'SYS';Have you tried reseting the sys password? When you create the password file by default the passwords stored on it are case sensitive, maybe you also need to rebuild it...
    Enrique
    PS. See Note:429465.1 +11g R1 New Feature : Case Sensitive Passwords and Strong User Authentication+
    Edited by: Enrique Orbegozo on Oct 15, 2008 1:20 AM

  • Oracle 11g Greek Characters problem

    Hello,
    I have an Oracle 11g Express Edition installed on my Windows 7 64 bit machine, and i store greek characters inside it.
    The characters display fine on SQL developer.
    But when i connect it with my php application using PDO i get ??? instead of the greek characters.
    I've set nls_lang in registry to GREEK_GREECE.EL8MSWIN1253
    But when i run select * from nls_database_parameters i get the following.
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     UTF8
    NLS_RDBMS_VERSION     11.2.0.2.0
    Also, when i connect with pdo i use this command: $pdo_string = 'oci:host='.$this->server.';dbname='.$this->database.';charset=AL32UTF8';
    Any thoughts on this?
    Any help will be appreciated.
    Mike

    991209 wrote:
    Solved it with:
    shutdown immediate;
    startup mount;
    alter system enable restricted session;
    alter system set job_queue_processes=0;
    alter database open;
    alter database character set internal_use EL8MSWIN1253;
    shutdown immediate;
    startup;This is not a documented or supported method to change the characterset of a database - supported methods are documented - http://docs.oracle.com/cd/E11882_01/server.112/e10729/ch11charsetmig.htm#g1011430
    https://forums.oracle.com/forums/search.jspa?threadID=&q=internal_use&objID=f50&dateRange=all&userID=&numResults=15&rankBy=10001
    You will need to restore the database from a good backup and convert the characterset in a supported manner.
    Also, 11g XE is not supported on Win 7 64-bit - http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm#BABGGAJA
    HTH
    Srini

  • How to uninstall Oracle 11g Database Options?

    I've come across a problem. A company that developed an application, installed Oracle 11g EE.
    I guess they would use all default options. Some of them are licensed separately, and are not used. So I need to uninstall them.
    For example, I see that it is installed "Advanced Compression". I tried to uninstall it from the Universal Installer, but there isn't an option.

    Good news for my company.
    There has never been used "Advanced Compression" and for everything else we are licensed.
    NAME                                                     VERSION     DETECTED_USAGES CURRENTLY_USED LAST_USAGE_DATE
    Active Data Guard - Real-Time Query on Physical Standby  11.2.0.2.0                0 FALSE                         
    ADDM                                                     11.2.0.2.0                0 FALSE                         
    Advanced Replication                                     11.2.0.2.0                0 FALSE                         
    Application Express                                      11.2.0.2.0                0 FALSE                         
    Automatic SGA Tuning                                     11.2.0.2.0                0 FALSE                         
    Automatic Storage Management                             11.2.0.2.0                0 FALSE                         
    Automatic Workload Repository                            11.2.0.2.0                0 FALSE                         
    AWR Baseline                                             11.2.0.2.0                0 FALSE                         
    AWR Baseline Template                                    11.2.0.2.0                0 FALSE                         
    Backup BASIC Compression                                 11.2.0.2.0                0 FALSE                         
    Backup BZIP2 Compression                                 11.2.0.2.0                0 FALSE                         
    Backup Encryption                                        11.2.0.2.0                0 FALSE                         
    Backup HIGH Compression                                  11.2.0.2.0                0 FALSE                         
    Backup LOW Compression                                   11.2.0.2.0                0 FALSE                         
    Backup MEDIUM Compression                                11.2.0.2.0                0 FALSE                         
    Backup Rollforward                                       11.2.0.2.0                0 FALSE                         
    Backup ZLIB Compression                                  11.2.0.2.0                0 FALSE                         
    Baseline Adaptive Thresholds                             11.2.0.2.0                0 FALSE                         
    Baseline Static Computations                             11.2.0.2.0                0 FALSE                         
    Bigfile Tablespace                                       11.2.0.2.0                0 FALSE                         
    Block Media Recovery                                     11.2.0.2.0                0 FALSE                         
    Change Data Capture                                      11.2.0.2.0                0 FALSE                         
    Change-Aware Incremental Backup                          11.2.0.2.0                0 FALSE                         
    Character Semantics                                      11.2.0.2.0                0 FALSE                         
    Client Identifier                                        11.2.0.2.0                0 FALSE                         
    Clusterwide Global Transactions                          11.2.0.2.0                0 FALSE                         
    Compression Advisor                                      11.2.0.2.0                0 FALSE                         
    Crossedition Triggers                                    11.2.0.2.0                0 FALSE                         
    CSSCAN                                                   11.2.0.2.0                0 FALSE                         
    Data Guard                                               11.2.0.2.0                0 FALSE                         
    Data Mining                                              11.2.0.2.0                0 FALSE                         
    Data Recovery Advisor                                    11.2.0.2.0                0 FALSE                         
    Database Replay: Workload Capture                        11.2.0.2.0                0 FALSE                         
    Database Replay: Workload Replay                         11.2.0.2.0                0 FALSE                         
    Deferred Open Read Only                                  11.2.0.2.0                0 FALSE                         
    Direct NFS                                               11.2.0.2.0                0 FALSE                         
    Dynamic SGA                                              11.2.0.2.0                0 FALSE                         
    Editioning Views                                         11.2.0.2.0                0 FALSE                         
    Editions                                                 11.2.0.2.0                0 FALSE                         
    EM Database Control                                      11.2.0.2.0                0 FALSE                         
    Encrypted Tablespaces                                    11.2.0.2.0                0 FALSE                         
    Exadata                                                  11.2.0.2.0                0 FALSE                         
    Extensibility                                            11.2.0.2.0                0 FALSE                         
    File Mapping                                             11.2.0.2.0                0 FALSE                         
    Flashback Data Archive                                   11.2.0.2.0                0 FALSE                         
    Flashback Database                                       11.2.0.2.0                0 FALSE                         
    GoldenGate                                               11.2.0.2.0                0 FALSE                         
    HeapCompression                                          11.2.0.2.0                0 FALSE                         
    Hybrid Columnar Compression                              11.2.0.2.0                0 FALSE                         
    Instance Caging                                          11.2.0.2.0                0 FALSE                         
    Internode Parallel Execution                             11.2.0.2.0                0 FALSE                         
    Label Security                                           11.2.0.2.0                0 FALSE                         
    Locator                                                  11.2.0.2.0                0 FALSE                         
    Long-term Archival Backup                                11.2.0.2.0                0 FALSE                         
    Materialized Views (User)                                11.2.0.2.0                0 FALSE                         
    Messaging Gateway                                        11.2.0.2.0                0 FALSE                         
    Multi Section Backup                                     11.2.0.2.0                0 FALSE                         
    Multiple Block Sizes                                     11.2.0.2.0                0 FALSE                         
    Object                                                   11.2.0.2.0                0 FALSE                         
    OLAP - Analytic Workspaces                               11.2.0.2.0                0 FALSE                         
    OLAP - Cubes                                             11.2.0.2.0                0 FALSE                         
    Oracle Database Vault                                    11.2.0.2.0                0 FALSE                         
    Oracle Java Virtual Machine (user)                       11.2.0.2.0                0 FALSE                         
    Oracle Managed Files                                     11.2.0.2.0                0 FALSE                         
    Oracle Multimedia                                        11.2.0.2.0                0 FALSE                         
    Oracle Multimedia DICOM                                  11.2.0.2.0                0 FALSE                         
    Oracle Secure Backup                                     11.2.0.2.0                0 FALSE                         
    Oracle Text                                              11.2.0.2.0                0 FALSE                         
    Oracle Utility External Table                            11.2.0.2.0                0 FALSE                         
    Oracle Utility SQL Loader (Direct Path Load)             11.2.0.2.0                0 FALSE                         
    PL/SQL Native Compilation                                11.2.0.2.0                0 FALSE                         
    Read Only Tablespace                                     11.2.0.2.0                0 FALSE                         
    Real Application Clusters (RAC)                          11.2.0.2.0                0 FALSE                         
    Real-Time SQL Monitoring                                 11.2.0.2.0                0 FALSE                         
    Recovery Area                                            11.2.0.2.0                0 FALSE                         
    Recovery Manager (RMAN)                                  11.2.0.2.0                0 FALSE                         
    Resource Manager                                         11.2.0.2.0                0 FALSE                         
    Restore Point                                            11.2.0.2.0                0 FALSE                         
    Result Cache                                             11.2.0.2.0                0 FALSE                         
    RMAN - Disk Backup                                       11.2.0.2.0                0 FALSE                         
    RMAN - Tape Backup                                       11.2.0.2.0                0 FALSE                         
    Rules Manager                                            11.2.0.2.0                0 FALSE                         
    SecureFile Compression (system)                          11.2.0.2.0                0 FALSE                         
    SecureFile Compression (user)                            11.2.0.2.0                0 FALSE                         
    SecureFile Deduplication (system)                        11.2.0.2.0                0 FALSE                         
    SecureFile Deduplication (user)                          11.2.0.2.0                0 FALSE                         
    SecureFile Encryption (system)                           11.2.0.2.0                0 FALSE                         
    SecureFile Encryption (user)                             11.2.0.2.0                0 FALSE                         
    Semantics/RDF                                            11.2.0.2.0                0 FALSE                         
    Server Flash Cache                                       11.2.0.2.0                0 FALSE                         
    Services                                                 11.2.0.2.0                0 FALSE                         
    Shared Server                                            11.2.0.2.0                0 FALSE                         
    Spatial                                                  11.2.0.2.0                0 FALSE                         
    SQL Access Advisor                                       11.2.0.2.0                0 FALSE                         
    SQL Performance Analyzer                                 11.2.0.2.0                0 FALSE                         
    SQL Plan Management                                      11.2.0.2.0                0 FALSE                         
    SQL Profile                                              11.2.0.2.0                0 FALSE                         
    SQL Repair Advisor                                       11.2.0.2.0                0 FALSE                         
    SQL Tuning Set (system)                                  11.2.0.2.0                0 FALSE                         
    SQL Tuning Set (user)                                    11.2.0.2.0                0 FALSE                         
    SQL Workload Manager                                     11.2.0.2.0                0 FALSE                         
    Streams (system)                                         11.2.0.2.0                0 FALSE                         
    Streams (user)                                           11.2.0.2.0                0 FALSE                         
    Transparent Data Encryption                              11.2.0.2.0                0 FALSE                         
    Transparent Gateway                                      11.2.0.2.0                0 FALSE                         
    Transportable Tablespace                                 11.2.0.2.0                0 FALSE                         
    Tune MView                                               11.2.0.2.0                0 FALSE                         
    Undo Advisor                                             11.2.0.2.0                0 FALSE                         
    Very Large Memory                                        11.2.0.2.0                0 FALSE                         
    Workspace Manager                                        11.2.0.2.0                0 FALSE                         
    XDB                                                      11.2.0.2.0                0 FALSE                         
    XStream In                                               11.2.0.2.0                0 FALSE                         
    XStream Out                                              11.2.0.2.0                0 FALSE                         
    XStream Streams                                          11.2.0.2.0                0 FALSE                         
    ASO native encryption and checksumming                   11.2.0.2.0                1 FALSE          20/10/12       
    Segment Advisor (user)                                   11.2.0.2.0                1 FALSE          08/03/13       
    SQL Tuning Advisor                                       11.2.0.2.0                2 FALSE          09/02/13       
    AWR Report                                               11.2.0.2.0                3 FALSE          09/02/13       
    Oracle Utility Datapump (Import)                         11.2.0.2.0                3 FALSE          26/05/12       
    EM Performance Page                                      11.2.0.2.0                5 FALSE          20/10/12       
    SQL Monitoring and Tuning pages                          11.2.0.2.0                5 FALSE          20/10/12       
    Job Scheduler                                            11.2.0.2.0                6 TRUE           13/04/13       
    Segment Shrink                                           11.2.0.2.0                6 TRUE           13/04/13       
    EM Grid Control                                          11.2.0.2.0               27 FALSE          15/03/13       
    Automatic SQL Execution Memory                           11.2.0.2.0               35 TRUE           13/04/13       
    MTTR Advisor                                             11.2.0.2.0               41 TRUE           13/04/13       
    Parallel SQL DDL Execution                               11.2.0.2.0               56 TRUE           13/04/13       
    Parallel SQL DML Execution                               11.2.0.2.0               56 TRUE           13/04/13       
    Parallel SQL Query Execution                             11.2.0.2.0               61 TRUE           13/04/13       
    Oracle Utility Datapump (Export)                         11.2.0.2.0               93 TRUE           13/04/13       
    Oracle Utility Metadata API                              11.2.0.2.0               93 TRUE           13/04/13       
    Automatic Segment Space Management (user)                11.2.0.2.0               95 TRUE           13/04/13       
    Automatic SQL Tuning Advisor                             11.2.0.2.0               95 TRUE           13/04/13       
    LOB                                                      11.2.0.2.0               95 TRUE           13/04/13       
    Partitioning (user)                                      11.2.0.2.0               95 TRUE           13/04/13       
    Audit Options                                            11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - Optimizer Statistics Gathering   11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - Space Advisor                    11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Maintenance - SQL Tuning Advisor               11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Memory Tuning                                  11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Segment Space Management (system)              11.2.0.2.0               96 TRUE           13/04/13       
    Automatic Undo Management                                11.2.0.2.0               96 TRUE           13/04/13       
    Character Set                                            11.2.0.2.0               96 TRUE           13/04/13       
    Deferred Segment Creation                                11.2.0.2.0               96 TRUE           13/04/13       
    Locally Managed Tablespaces (system)                     11.2.0.2.0               96 TRUE           13/04/13       
    Locally Managed Tablespaces (user)                       11.2.0.2.0               96 TRUE           13/04/13       
    Logfile Multiplexing                                     11.2.0.2.0               96 TRUE           13/04/13       
    Oracle Java Virtual Machine (system)                     11.2.0.2.0               96 TRUE           13/04/13       
    Partitioning (system)                                    11.2.0.2.0               96 TRUE           13/04/13       
    SecureFiles (system)                                     11.2.0.2.0               96 TRUE           13/04/13       
    SecureFiles (user)                                       11.2.0.2.0               96 TRUE           13/04/13       
    Server Parameter File                                    11.2.0.2.0               96 TRUE           13/04/13       
    Virtual Private Database (VPD)                           11.2.0.2.0               96 TRUE           13/04/13 thanks again

  • Not able to start database Oracle 11g on Linux Server

    Hi
    I am using Oracle 11g database. I have successfully installed it on my linux server (Oracle Linux 4).
    When i am trying to access database through url "https://localhost.localdomain:1158/em".
    Browser is throwing some error that SSL port is not enabled but i feel otherwise.
    I tried to diagonse the problem, where i could find that listener port is not getting started.
    How to start all the services related to Oracle Database ?
    I am newbie for linux as well as database.
    Detailed help 'll be appreciated. Thanks a lot.

    I tried running netca but it gave me following error :
    [oracle@localhost bin]$ ./netca
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Error: null
    Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1002093PM2348.log
    Oracle Net Services configuration failed. The exit code is 1
    My listener.ora file content is as follows :
    [oracle@localhost admin]$ more listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    Following is trace_OraDb11g_home1-1001255PM5356.log content :
    [root@localhost cfgtoollogs]# cd netca/
    [root@localhost netca]# ls
    netca_OraDb11g_home1-1001255PM5356.log trace_OraDb11g_home1-1001255PM5356.log
    netca_OraDb11g_home1-1002093PM2348.log trace_OraDb11g_home1-1002093PM2348.log
    [root@localhost netca]# more trace_OraDb11g_home1-1001255PM5356.log [main] [ 2010-01-25 17:53:57.009 IST ] [NetCALogger.initTrace:203] Oracle Net Configuration Assistant: 1001255PM5356
    [main] [ 2010-01-25 17:53:57.010 IST ] [NetCALogger.initTrace:204] Oracle Home: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.011 IST ] [NetCALogger.initTrace:205] Oracle Base: /u01/app/oracle
    [main] [ 2010-01-25 17:53:57.011 IST ] [NetCALogger.initTrace:206] Oracle Home
    Name: OraDb11g_home1
    [main] [ 2010-01-25 17:53:57.049 IST ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-01-25 17:53:57.050 IST ] [HAUtils.<init>:188] oui location /u01/app/oraInventory/ContentsXML
    [main] [ 2010-01-25 17:53:57.068 IST ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10
    [main] [ 2010-01-25 17:53:57.068 IST ] [Version.isPre:285] isPre.java: Returning FALSE
    [main] [ 2010-01-25 17:53:57.074 IST ] [OCR.loadLibrary:308]
    Inside constructor of OCR
    [main] [ 2010-01-25 17:53:57.095 IST ] [OCR.loadLibrary:316] Going to load the
    ocr library
    [main] [ 2010-01-25 17:53:57.096 IST ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-01-25 17:53:57.097 IST ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-01-25 17:53:57.097 IST ] [Library.load:254] Loading library /u01/app/oracle/product/11.2.0/dbhome_1/lib/libsrvmocr11.so
    [main] [ 2010-01-25 17:53:57.099 IST ] [OCR.loadLibrary:318] loaded ocr libraries
    [main] [ 2010-01-25 17:53:57.100 IST ] [OCR.isCluster:939] Calling OCRNative for isCluster()
    [main] [ 2010-01-25 17:53:57.103 IST ] [OCR.isCluster:943] OCR Result status =
    true
    [main] [ 2010-01-25 17:53:57.103 IST ] [OCR.isCluster:955] Bolean result = false
    [main] [ 2010-01-25 17:53:57.107 IST ] [CmdlineArgs.<init>:110] Initializing variables array...
    [main] [ 2010-01-25 17:53:57.107 IST ] [CmdlineArgs.<init>:116] Initializing NetProperties...
    [main] [ 2010-01-25 17:53:57.109 IST ] [CmdlineArgs.initArgs:133] Initializing
    command line arguments...
    [main] [ 2010-01-25 17:53:57.109 IST ] [CmdlineArgs.parseLogParam:290] Parsing
    /log argument...
    [main] [ 2010-01-25 17:53:57.116 IST ] [CmdlineArgs.parseLogParam:345] Returning Log File = null
    [main] [ 2010-01-25 17:53:57.123 IST ] [CmdlineArgs.setOraArgs:236] Setting Oracle arguments...
    [main] [ 2010-01-25 17:53:57.124 IST ] [CmdlineArgs.setOraArgs:240] Passed Oracle Home = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.124 IST ] [CmdlineArgs.setOraArgs:243] Read Oracle Home = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.125 IST ] [CmdlineArgs.setOraArgs:246] Read Oracle Home ID =
    [main] [ 2010-01-25 17:53:57.125 IST ] [CmdlineArgs.setOraArgs:249] Read Oracle Home Name = null
    [main] [ 2010-01-25 17:53:57.126 IST ] [CmdlineArgs.compareOraHome:183] Comparing Oracle Homes ...
    [main] [ 2010-01-25 17:53:57.126 IST ] [CmdlineArgs.compareOraHome:184] Oracle
    Home 1 = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.127 IST ] [CmdlineArgs.compareOraHome:185] Oracle
    Home 2 = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.127 IST ] [CmdlineArgs.compareOraHome:224] Returning true
    [main] [ 2010-01-25 17:53:57.128 IST ] [InitialSetup.configureOPS:4504] Cluster mode is OFF
    [main] [ 2010-01-25 17:53:57.128 IST ] [InitialSetup.<init>:4028] TNS_ADMIN is: null
    [main] [ 2010-01-25 17:53:57.133 IST ] [OPSUtil.getHomeVersion:446] Inside getHomeVersion...
    [main] [ 2010-01-25 17:53:57.134 IST ] [OPSUtil.getHomeVersion:447] oracleHome
    = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.135 IST ] [OPSUtil.getHomeVersion:451] oracle.sysman.assistants.util.OracleHome Object = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.135 IST ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: null
    [main] [ 2010-01-25 17:53:57.138 IST ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-01-25 17:53:57.138 IST ] [OracleHome.getVersion:896] Homeinfo /u01/app/oracle/product/11.2.0/dbhome_1,1
    [main] [ 2010-01-25 17:53:57.670 IST ] [OracleHome.getVersion:922] OracleHome.server.getVersion Version: 11.2.0.1.0
    [main] [ 2010-01-25 17:53:57.670 IST ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0
    [main] [ 2010-01-25 17:53:57.670 IST ] [OracleHome.getVersion:948] using sqlplus: /u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus
    [main] [ 2010-01-25 17:53:57.671 IST ] [OPSUtil.getHomeVersion:452] returning oracleHome Version = 11.2.0.1.0
    [main] [ 2010-01-25 17:53:57.671 IST ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: 11.2.0.1.0
    [main] [ 2010-01-25 17:53:57.671 IST ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0
    [main] [ 2010-01-25 17:53:57.671 IST ] [OracleHome.getVersion:948] using sqlplus: /u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus
    [main] [ 2010-01-25 17:53:57.672 IST ] [InitialSetup.<init>:4041] Admin location is: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin
    [main] [ 2010-01-25 17:53:57.783 IST ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2010-01-25 17:53:57.783 IST ] [ConfigureProfile.setProfileParam:136] Setting ADR_BASE: /u01/app/oracle
    [main] [ 2010-01-25 17:53:57.791 IST ] [HAUtils.getHASHome:583] Oracle home from system properties: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.792 IST ] [HAUtils.getCRSHome:540] Getting configured CRS/HAS home for Oracle home ( /u01/app/oracle/product/11.2.0/dbhome_1 ) ...[main] [ 2010-01-25 17:53:57.794 IST ] [GETCRSHOMEUtil.<init>:76] Toolname: getcrshome --- Tool location: /u01/app/oracle/product/11.2.0/dbhome_1/srvm/adminTool dependencies: [Ljava.lang.String;@102799c
    [main] [ 2010-01-25 17:53:57.794 IST ] [NativeSystem.isCmdScv:471] isCmdScv: cmd=[]
    [main] [ 2010-01-25 17:53:57.795 IST ] [RuntimeExec.runCommand:75] Calling Runtime.exec() with the command
    [main] [ 2010-01-25 17:53:57.796 IST ] [RuntimeExec.runCommand:77] /bin/sh
    [main] [ 2010-01-25 17:53:57.796 IST ] [RuntimeExec.runCommand:77] -c
    [main] [ 2010-01-25 17:53:57.796 IST ] [RuntimeExec.runCommand:77] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome
    [Thread-2] [ 2010-01-25 17:53:57.802 IST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-01-25 17:53:57.802 IST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
    [Thread-1] [ 2010-01-25 17:53:57.802 IST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-01-25 17:53:57.815 IST ] [RuntimeExec.runCommand:144] runCommand: process returns 1
    [main] [ 2010-01-25 17:53:57.816 IST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2010-01-25 17:53:57.816 IST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-01-25 17:53:57.816 IST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-01-25 17:53:57.818 IST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2010-01-25 17:53:57.824 IST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2010-01-25 17:53:57.824 IST ] [HAUtils.isHASConfigured:350] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:423)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:544)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:604)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:345)
    oracle.net.ca.InitialSetup.checkHAConfiguration(NetCA.java:4653)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4075)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2010-01-25 17:53:57.825 IST ] [InitialSetup.checkHAConfiguration:4691]
    HA Server is NOT configured.
    [main] [ 2010-01-25 17:53:57.827 IST ] [NetCAResponseFile.<init>:68] Response file initialized: /u01/app/oracle/product/11.2.0/dbhome_1/network/install/netca_typ.rsp
    [main] [ 2010-01-25 17:53:57.828 IST ] [NetCAResponseFile.getInstalledComponents:107] Installed components from response file: server, net8, javavm
    [main] [ 2010-01-25 17:53:57.828 IST ] [NetCAResponseFile.getVirtualHost:164] Virtual Host from response file: null
    [main] [ 2010-01-25 17:53:57.829 IST ] [SilentConfigure.performSilentConfigure:174] Typical profile configuration.
    [main] [ 2010-01-25 17:53:57.831 IST ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2010-01-25 17:53:57.831 IST ] [ConfigureProfile.setProfileParam:136] Setting ADR_BASE: /u01/app/oracle
    [main] [ 2010-01-25 17:53:57.833 IST ] [SilentConfigure.performSilentConfigure:182] Typical listener configuration.
    [main] [ 2010-01-25 17:53:57.843 IST ] [ConfigureListener.isHASConfigured:1425]
    Calling SRVM api to check if Oracle Restart is configured ...
    [main] [ 2010-01-25 17:53:57.843 IST ] [HAUtils.getHASHome:583] Oracle home from system properties: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-01-25 17:53:57.843 IST ] [HAUtils.getCRSHome:540] Getting configured CRS/HAS home for Oracle home ( /u01/app/oracle/product/11.2.0/dbhome_1 ) ...[main] [ 2010-01-25 17:53:57.844 IST ] [GETCRSHOMEUtil.<init>:76] Toolname: getcrshome --- Tool location: /u01/app/oracle/product/11.2.0/dbhome_1/srvm/adminTool dependencies: [Ljava.lang.String;@102799c
    [main] [ 2010-01-25 17:53:57.844 IST ] [NativeSystem.isCmdScv:471] isCmdScv: cmd=[]
    [main] [ 2010-01-25 17:53:57.844 IST ] [RuntimeExec.runCommand:75] Calling Runtime.exec() with the command
    [main] [ 2010-01-25 17:53:57.845 IST ] [RuntimeExec.runCommand:77] /bin/sh
    [main] [ 2010-01-25 17:53:57.845 IST ] [RuntimeExec.runCommand:77] -c
    [main] [ 2010-01-25 17:53:57.845 IST ] [RuntimeExec.runCommand:77] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome
    [Thread-4] [ 2010-01-25 17:53:57.849 IST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-01-25 17:53:57.850 IST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
    [Thread-3] [ 2010-01-25 17:53:57.850 IST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-01-25 17:53:57.863 IST ] [RuntimeExec.runCommand:144] runCommand: process returns 1
    [main] [ 2010-01-25 17:53:57.864 IST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2010-01-25 17:53:57.864 IST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-01-25 17:53:57.864 IST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-01-25 17:53:57.865 IST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2010-01-25 17:53:57.865 IST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2010-01-25 17:53:57.865 IST ] [HAUtils.isHASConfigured:350] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:423)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:544)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:604)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:345)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1428)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1450)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1697)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:169)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4159)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2010-01-25 17:53:57.866 IST ] [ConfigureListener.isHASConfigured:1436]
    Is Oracle Restart configured: false
    [main] [ 2010-01-25 17:53:57.866 IST ] [ConfigureListener.isHASRunning:1465] Is Oracle Restart running: false
    [main] [ 2010-01-25 17:53:57.866 IST ] [ConfigureListener.typicalConfigure:201]
    Checking for free port in range: 1521-1540
    [main] [ 2010-01-25 17:53:57.867 IST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-01-25 17:53:57.867 IST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-01-25 17:53:57.868 IST ] [ConfigureListener.isPortFree:1025] Local host IP address: localhost.localdomain/127.0.0.1
    [main] [ 2010-01-25 17:53:57.868 IST ] [ConfigureListener.isPortFree:1027] Local host name: localhost.localdomain
    [main] [ 2010-01-25 17:53:57.868 IST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: localhost.localdomain/127.0.0.1
    [main] [ 2010-01-25 17:53:57.871 IST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-01-25 17:53:57.871 IST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2010-01-25 17:53:57.871 IST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2010-01-25 17:53:57.872 IST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2010-01-25 17:53:57.872 IST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2010-01-25 17:53:57.872 IST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [main] [ 2010-01-25 17:53:57.872 IST ] [ConfigureListener.typicalConfigure:208]
    Using port: 1521
    [main] [ 2010-01-25 17:53:57.880 IST ] [ConfigureListener.setListenerParam:1779] Setting ADR_BASE_LISTENER: /u01/app/oracle
    [main] [ 2010-01-25 17:53:57.882 IST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-01-25 17:53:57.882 IST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-01-25 17:53:57.883 IST ] [ConfigureListener.isPortFree:1025] Local host IP address: localhost.localdomain/127.0.0.1
    [main] [ 2010-01-25 17:53:57.883 IST ] [ConfigureListener.isPortFree:1027] Local host name: localhost.localdomain
    [main] [ 2010-01-25 17:53:57.883 IST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: localhost.localdomain/127.0.0.1
    [main] [ 2010-01-25 17:53:57.883 IST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-01-25 17:53:57.884 IST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2010-01-25 17:53:57.884 IST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2010-01-25 17:53:57.884 IST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2010-01-25 17:53:57.885 IST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2010-01-25 17:53:57.885 IST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [main] [ 2010-01-25 17:54:00.849 IST ] [SilentConfigure.performSilentConfigure:187] Typical service alias configuration.
    Let me know where i have gone wrong ?
    Thanks for ur effort..

Maybe you are looking for

  • Ipod Classic Connecting- Blue Screen of Death!!

    I downloaded iTunes 8.0 when it came out and ever since I downloaded it, I get the blue screen of death when I connect my ipod in. I am running on vista if that helps, any ideas on what to do?

  • Javac

    I would like to be able to compile java programs on my laptop, but I can't get it to work. I have Windows XP running on an HP Pavilion laptop. So far I've uninstalled everything related to Java and reinstalled it so that I have the Java SE Developmen

  • Equipment/asset management with LabVIEW

    I would like to write a basic equipment/asset managment program with LabVIEW, since I just haven't liked the commercial ones that I have tried for various reasons. My question is how can I manage the information using LabVIEW...? Is there any way to

  • PLA Rgd and GL balances not tally

    Hi Gurus, We done so many mistakes in the system for excise transactions of PLA due to it the PLA register and PLA GLs are not matching with correct values. At least this FY onwards we need to use PLA & PLA GL Acs with correct values. For this we hav

  • Book marking your project

    hello, Is there a method of creating some kind of book mark or snapshot of your project at certain a time when your code is working,such that you can return to; should you mess up your code and forget where you were at the last time your code actuall