10g record to response file

I installed 10g db server and recorded the install to a response file:
Record 10.1.2
/home/terry/systems/Oracle10g/Disk1/runInstaller -ignoreSysPreReqs -record -destinationFile /oracle/cap/app/temp/install1012.rsp
If I needed to blow away this install, should I be able to
re-install this again by simply, substituting the same response file? Like this?
Re-Install 10.1.2 from responsefile:
/home/terry/systems/Oracle10g/Disk1/runInstaller -silent responseFile /oracle/cap/app/temp/install1012.rsp

Look in dbca.rsp in the response folder:
# Name          : DATAFILEDESTINATION
# Datatype      : String
# Description   : Location of the data file's
# Valid values  : Directory for all the database files
# Default value : $ORACLE_BASE/oradata
# Mandatory     : No
#DATAFILEDESTINATION =

Similar Messages

  • Unattended instalation of 10g Client with response file

    Hello,
    I want to create a response File for an unattended installation, because installing 10g on 150 clients by hand is just to much work...
    I tried to create a rsp.-file with the record option, no dice.
    I managed to install the client runtime, but now I also need a custom installation with Oracle Windows Interface & Oracle Call Interface.
    Any suggestions?
    THX in advance

    @Madrid
    It tried to create a response file with "setup -record -responseFile C:\test.rsp", it records settings like the OraHome, but theres no entry about WHAT products I want to install, I heard that this is a known Bug in 10g Realse 2 10.2.0.1 ?
    @orafad
    our software developer told me we need the following components:
    Oracle Client Runtime
    Oracle Services for Microsoft Transaction Server
    Oracle Objects for OLE
    Oracle ODBC Driver
    Oracle Provider for OLE DB
    Oracle Data Provider for .Net
    I tried to customize the clientcustom.rsp from the Oracle-CD, but I don't know what names I have to use for the things I need?
    e.g. oracle.rdbms.oci:10.2.0.1.0 for the Oracle Call Interface (OCI), but whats the name for Data Provider for .Net?? :(
    maybe somebody could post an recorded RSP-file?
    thanks for your help

  • Oracle 10g password in response file

    Hi guys,
    I am trying to install oracle 10.2.0.1 on solaris using response file. The "funny" thing is that when setting passwords to something like 0RAcle1 (first char is "zero"). it throws an error:
    >
    INFO: Setting variable 's_superAdminSamePasswdAgain' to '*Protected value, not to be logged*'. Received the value from response file.
    INFO: OUI-10155:Error while setting variable s_superAdminSamePasswdAgain: The password must start with a character for user
    INFO: Setting variable 's_superAdminSamePasswdAgain' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    User Selected: S&top installation of this component only.
    >
    I've tried with password within "" or wiothout - same result.
    If I set the same passowrds to a simple word, like "password" installation works fine.
    Are there any limitations on settings the password?
    Thank you,
    kido

    Yes - it is in the install doc :-P http://download.oracle.com/docs/cd/B19306_01/install.102/b15690/inst_task.htm#sthref771
    Srini

  • 10g installation with response file

    How can I specify the db_create_file_dest in my response file when I am doing a silent install? Thanks!

    Look in dbca.rsp in the response folder:
    # Name          : DATAFILEDESTINATION
    # Datatype      : String
    # Description   : Location of the data file's
    # Valid values  : Directory for all the database files
    # Default value : $ORACLE_BASE/oradata
    # Mandatory     : No
    #DATAFILEDESTINATION =

  • HPUX response file for 10g

    Can anyone provide example response file(s) for doing a 'silent' install ( -silent ) on an HPUX platform for Oracle 10g? Oracle provides some for Solaris, but has indicated none exist for HPUX. When we tried to use the -record feature, it failed, so that was no help in providing any further information.
    Another related question is if one can dictate such values as %increase, max_datafiles etc somewhere in the response file. This could be done in response files for Oracle 8.1.6, but the differences between the example files for 8.1.6 and 10g are substantial.
    Thank you,
    Karl Bergerson

    Why not creating the first response file using the Create script? Then use this script for your other environments.
    Greg

  • Installing oracle client 10g with response file

    Hello,
    I'm trying to do a installation of oracle 10g client. I did a setup with the record option (to create responsefile). Everything is installed and works well. When I use the responsefile created from the record option, it does not install all option I had chosen, allthough the responsefile gives them.
    this is the responsefile:
    ## Copyright (c) 1999, 2004 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=<Value Unspecified>
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="..\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Value Unspecified>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Complete path of the Oracle Home.
    #Example: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10\cl_cip1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="CLIENT10"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: The top level component to be installed in the current session.
    #Example: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Set to true if the initial splash screen in OUI needs to be shown.
    #Example: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Set to true if the Welcome page in OUI needs to be shown.
    #Example: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Set to true if the custom tree page in OUI needs to be shown.
    #Use this page to select or de-select dependencies. This page appears only in a custom install type.
    #Example: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the component locations page in OUI needs to be shown.
    #This page only appears if there are products whose installed directory can be changed.
    #If you set this to false you will prevent the user from being able to specify alternate directories.
    #Example: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Set to true if the summary page in OUI needs to be shown.
    #The summary page shows the list of components that will be installed in this session.
    #Example: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the install progress page in OUI needs to be shown.
    #This page shows the current status in the installation. The current status includes the product being installed and the file being copied.
    #Example: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the required config assistants page in OUI needs to be shown.
    #This page shows the list of required configuration assistants that are part of this installation.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the config assistants page in OUI needs to be shown.
    #This page shows the list of configuration assistants that are part of this installation and are configured to launch automatically.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Set to true if the release notes of this installation need to be shown at the end of installation.
    #This dialog is launchable from the End of Installation page and shows the list of release notes available for the products just installed.
    # This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true.
    #Example: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the Confirmation dialog asking to run the root.sh script in OUI needs to be shown.
    #Valid only for Unix platforms.
    #Example: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Set to true if the end of session page in OUI needs to be shown.
    #This page shows if the installation is successful or not.
    #Example: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the confirmation when exiting OUI needs to be shown.
    #Example: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Optionally specifies the full path of the next session's response file. If only a file name is specified, the response file is retrieved from the <TEMP>/oraInstall directory. This variable is only active if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #Example: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Languages in which the components will be installed.
    #Component : oracle.client
    SELECTED_LANGUAGES={"en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    #Component : oracle.client
    INSTALL_TYPE="Custom"
    #Name : DEPENDENCY_LIST
    #Datatype : String
    #Description: List of dependees that need to be installed along with this product.
    #Component : oracle.client
    oracle.client:DEPENDENCY_LIST="{oracle.networking.netcltprod:10.1.0.2.0,oracle.rdbms.sqlplus:10.1.0.2.0,oracle.winprod:10.1.0.2.0,oracle.swd.opatch:10.1.0.2.0}"
    #Name : DEPENDENCY_LIST
    #Datatype : String
    #Description: List of dependees that need to be installed along with this product.
    #Component : oracle.winprod
    oracle.winprod:DEPENDENCY_LIST="{oracle.p2k.odbc:10.1.0.2.0,oracle.p2k.oledb:10.1.0.2.0}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # netca, : Oracle Net Configuration Assistant
    # netca_deinst, : Oracle Net Configuration Assistant - Deinstall Script
    #Example: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # vipca, : Virtual Private IP Configuration Assistant
    #Example: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.List of optional config assistants that need to be launched.
    # LocalConfig, : Deinstall Oracle Cluster Synchronization Service
    #Example: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort=<Value Unspecified>
    products not installad for example: odbc, oledb ...
    in oracle log I found this:
    oracle.p2k.oo4o Product Location: Empty path specified.
    oracle.p2k Product Location: Empty path specified.
    Setting the PROD_HOME variable of 'oracle.p2k.oledb_10.1.0.2.0' to ''. Received the value from the variable calculation.
    oracle.p2k.oledb Product Location: Empty path specified.
    for installation: setup.exe -responsefile pathresponsefile\resp.rp -silent
    is there something that I'm missing or doing wrong?
    thx
    Message was edited by:
    duvelke

    Well, from our .rsp files for Database Client installs:
    oracle.client:DEPENDENCY_LIST={"oracle.winprod:10.2.0.1.0"}
    oracle.winprod:DEPENDENCY_LIST={"oracle.odbc:10.2.0.1.0"}
    # ODBC
    #oracle.winprod:DEPENDENCY_LIST={"oracle.odbc:10.2.0.1.0"}
    # OLE DB
    #oracle.winprod:DEPENDENCY_LIST={"oracle.ntoledb:10.2.0.1.0"}
    # ODP.NET för .NET v1
    #oracle.winprod:DEPENDENCY_LIST={"oracle.ntoledb.odp_net:10.2.0.1.0"}
    If you need ODP for .NET v2, you should complement the Oracle Home with install from ODAC 10.2.0.2.x (what a mess, isn't it).

  • Can't Recorde Response file for Oracle client 11.2.0.3 windows 32bit

    Hello
    We are going to upgrade our Oracle client on our clients to 11.2.0.3. But I can not record a resopnsfile with setup.exe.
    Have Oracle removed this feature?
    Here's a dump from setup.exe -help
    There is no possibility to run setup.exe witch -record -destinationfile option
    Preparing to launch Oracle Universal Installer from C:\Users\Test\AppData\Local\
    Temp\OraInstall2013-01-14_02-12-48PM. Please wait ... Usage:
    setup [-options] [(<CommandLineVariable=Value>)*]
    Where options include:
    -clusterware oracle.crs,<crs version>
    Version of Cluster ready services installed.
    -crsLocation <Path>
    Used only for cluster installs, specifies the path to the crs home locat
    ion. Specifying this overrides CRS information obtained from central inventory.
    -invPtrLoc <full path of oraInst.loc>
    Unix only. To point to a different inventory location. The orainst.loc f
    ile contains:
    inventory_loc=<location of central inventory>
    inst_group=<>
    -jreLoc <location>
    Path where Java Runtime Environment is installed. OUI cannot be run with
    out it.
    -logLevel <level>
    To filter log messages that have a lesser priority level than <level>. V
    alid options are: severe, warning, info, config, fine, finer, finest, basic, gen
    eral, detailed, trace. The use of basic, general, detailed, trace is deprecated.
    -paramFile <location of file>
    Specify location of oraparam.ini file to be used by OUI.
    -responseFile <Path>
    Specifies the response file and path to use.
    -attachHome
    For attaching homes to the OUI inventory.
    -cfs
    Indicates that the Oracle home specified is on cluster file system (shar
    ed). This is mandatory when '-local' is specified so that Oracle Universal Insta
    ller can register the home appropriately into the inventory.
    -clone
    For making an Oracle Home copy match its current environment.
    -debug
    For getting the debug information from OUI.
    -detachHome
    For detaching homes from the OUI inventory without deleting inventory di
    rectory inside Oracle home.
    -enableRollingUpgrade
    Used in cluster environment, to enable upgrade of a product on a subset
    of nodes (on which the product was installed).
    -executeSysPrereqs
    Execute system pre-requisite checks and exit.
    -force
    Allowing silent mode installation into a non-empty directory.
    -help
    Displays above usage.
    -ignoreSysPrereqs
    For ignoring the results of the system pre-requisite checks.
    -local
    Performs the operation on the local node irrespective of the cluster nod
    es specified.
    -printdiskusage
    Log debug information for disk usage.
    -printmemory
    Log debug information for memory usage.
    -printtime
    Log debug information for time usage.
    -relink
    For performing relink actions on the oracle home
    Usage: -relink -maketargetsxml <location of maketargetsxml> [-makedepsx
    ml <location of makedepsxml>] [name=value]
    -silent
    For silent mode operations, the inputs can be a response file or a list
    of command line variable value pairs.
    -waitforcompletion
    Installer will wait for completion instead of spawning the java engine a
    nd exiting.
    -suppressPreCopyScript
    Suppress the execution of precopy script.
    -acceptUntrustedCertificates
    Accept untrusted certificates from a secure site.
    -suppressPostCopyScript
    Suppress the execution of postcopy script.
    -noconfig
    Do not execute config tools.
    -noconsole
    For suppressing display of messages to console. Console is not allocated
    -formCluster
    To install the Oracle clusterware in order to form the cluster.
    -remotecp <Path>
    Unix specific option. Used only for cluster installs, specifies the path
    to the remote copy program on the local cluster node.
    -remoteshell <Path>
    Unix specific option. Used only for cluster installs, specifies the path
    to the remote shell program on the local cluster node.
    -executePrereqs
    To execute only the prerequisite checks.
    -ignorePrereq
    To ignore running the prerequisite checks.
    -ignoreInternalDriverError
    To ignore any internal driver errors.
    -downloadUpdates
    To download updates only.
    -showProgress
    To show the installation progress on the console. This option is support
    ed only in case of silent installation.
    Command Line Variables Usage
    Command line variables are specified using <name=value>; for example:
    [ session: | compName: | compName:version: ]variableName=" valueOfVariable"]
    Session/Installer variables are specified using:
    [session:]varName=value
    Ex 1: session:ORACLE_HOME_NAME="OraHome"
    Ex 2: ORACLE_HOME_NAME="OraHome"
    The lookup order is session:varName then just varName. The session prefix is
    used to avoid ambiguity.
    Component variables are specified using:
    [compInternalName:[Version:]]varName
    Ex 1: oracle.comp1:1.0.1:varName="VarValue"
    Ex 2: oracle.comp1:varName="VarValue"
    The lookup order is compInternalName:Version:varName, then compInternalName:
    varName, then just varName.
    Please press Enter to exit...

    Hi,
    There is no record option with 11gR2.
    There is no need to use '-record' flag to record/save the response file. At Summary page of installation, 11gR2 installer provides option to save the response file. We can perfom the silent installation using this saved response file
    Unix:
    ./runInstaller -silent -responseFile <saved_response-file>
    Windows:
    c:\software\11.2.0.1\database\setup.exe -responseFile <saved_response-file>
    For more details, kindly refer
    11gR2 Install (Non-RAC): Understanding New Changes With All New 11.2 Installer (Doc ID 884232.1)
    4th point in the document explains about this
    Thanks,
    Krishna

  • Error in EM console after silent install using response file

    Hi,
    I'm trying to install oracle 10g release 2 (10.2.0.1.0) on RHEL 5 using a response file by the silent installation method. The response file itself had been generated by running a normal GUI based installation along with the record option. The same file is later being used for the aforesaid silent installation. All the installation steps go on smoothly and all the messages confirm that the installation was successfull. The database is opening and functioning smoothly on the SQL prompt and so are the listener and EM dbconsole service. But when I try to access the EM Console on the web browser, it gives a 500 Internal Error java.lang.NullPointerException.
    The following is the exact grab of the error
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.jdbc.driver.T4CTTIoauthenticate.marshalOauth(T4CTTIoauthenticate.java:381)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:360)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:493)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:164)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:767)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:324)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:114)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:694)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:540)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:346)
         at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:324)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:296)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:423)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:156)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:605)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getRepositoryVersionAndMode(ConnectionService.java:368)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepositoryEx(ConnectionService.java:395)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:144)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Any help with this would be highly appreciated.
    regards,
    shashwath

    Hi,
    Try restarting the listener service
    lsnrctl stop LISTENER
    lsnrctl start LISTENER
    and then start the EM service.
    emctl start dbconsole
    If in windows try restarting the services in control panel>Adminstartive tools>services and restart OracleOraDb10g_home1TNSListener.
    then start the EM console.

  • New response files for Beta 3 RC and Production release - Official ones

    ** Response file to perform silent install of Oracle Database 10g Express Edition **
    ** Values for the following variables are configurable: **
    ** szDir - Provide a valid path **
    ** TNSPort - Provide any valid available port number **
    ** MTSPort - Provide any valid available port number **
    ** HTTPPort - Provide any valid available port number **
    ** SYSPassword - Provide a valid password string **
    ** bOpt1 - 1 or 0 : 1 launches the Database Homepage at end of install and 0 doesn't **
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-DlgOrder]
    Dlg0={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcome-0
    Count=9
    Dlg1={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdLicense2Rtf-0
    Dlg2={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdComponentDialog-0
    Dlg3={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskTNSPort-13013
    Dlg4={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskMTSPort-13012
    Dlg5={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskHTTPPort-13014
    Dlg3={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskSYSPassword-13011
    Dlg4={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdStartCopy-0
    Dlg5={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcome-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdLicense2Rtf-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdComponentDialog-0]
    szDir=C:\oraclexe\
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskTNSPort-13013]
    TNSPort=1521
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskMTSPort-13012]
    MTSPort=2030
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskHTTPPort-13014]
    HTTPPort=8080
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskSYSPassword-13011]
    SYSPassword=oraclexe
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdStartCopy-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0]
    Result=1
    bOpt1=1
    bOpt2=0

    ** Response file to perform silent Remove of Oracle Database 10g Express Edition **
    ** Note: Do not modify anything **
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-DlgOrder]
    Dlg0={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcomeMaint-0
    Count=3
    Dlg1={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-MessageBox-0
    Dlg2={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcomeMaint-0]
    Result=303
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-MessageBox-0]
    Result=6
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0]
    Result=1
    bOpt1=0
    bOpt2=0

  • Sun IDM 8.1.1P2: Export user records to xls file Functionality Issue

    Hi All,
    This is my first post in this form, please guide me to right path.
    We implemented custom functionality to search user records from AD and LDAP from IDM User console. After searching the records we provided a export functionality to export resultant user records to xls file.
    The issue is the number of exported user records to xls file is not same as the number of user records while search.
    This functionality is working good in our Development and VALenvironments but not with the Production environment.
    I checked the custom jsp file and the calling Rule from all the three environments and they are same.
    From VAL and PROD server.log I see the following.
    PWC1406: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: PWC3991: getOutputStream() has already been called for this response
    But this error message didn't stop VAL to export same number of records to xls file.
    # of records serached from PROD is 16809
    # of records serached from VAL is 10312
    They are constant all the time.
    # of records exported to xls from PROD is 168 or 1274 (It is varying, each time I export it shows different number)
    # of records exported to xls from VAL is 10312 (Always same as search)
    We are on Glassfish V2.1.1P8.
    I checked file sizes from VAL and PROD both are same.
    It would be great if any one can point me to the right direction where else I have to check for possible cause.
    Thanks,
    Ravi Mangalagiri

    Hi Arjun,
    Thanks for responding to my post.
    The search is working as expected in all 3 environments DEV,VAL and PROD.
    The search and alignment performed by the Rule where as DB connection and Saving to XLS performed by the custom JSP file.
    Since search is working fine I don't think any permissions issue with AD or LDAP.
    Couple of things I noticed from server.log from all environments
    SEVERE|sun-appserver2.1.1|javax.enterprise.system.container.web|_
    ThreadID=297;_ThreadName=httpSSLWorkerThread-9084-102;_RequestID=5efa3ecb-0ec9-4695-ab51-8049257b
    9d57;|StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: PWC3991: getOutputStream() has already been called for this resp
    onse
    and
    WARNING|sun-appserver2.1.1|javax.enterprise.system.stream.err|_ThreadID=78;_ThreadName=Provisioner;_RequestID=531d32b0-6d9a-4
    3e-bd74-0bc9478ffdae;|org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    This is logging when the custom jsp is executing.
    getOutputStream() has already been called for this response.
    I am not sure if this is the root cause, since it is logging in DEV and VAL also.
    Other things I noticed are.
    Yester day I conducted 10 tests and all are taking 6 min 18 sec or 6 min 19 sec or 6 min 22 sec.
    Also I noticed that the number of user records exported to xls depends on the transfer rate.
    For example,
    if the file download transfer rate is 1.50 KB then the user records are between 1200 to 1800 where as the search user records are 16590.
    if the file download transfer rate is 800 B then the user records are between 200 to 600 where as the search user records are 16590.
    Not sure where to check this time value(attribute) 6 min 18 sec..
    Please provide me some info where else I need to check.
    Thanks,
    Ravi.

  • Installation of client 10.2.0 using a response file

    Hello Everyone,
    I have no clue if I'm posting in the right Community but I need some help installing the Oracle Client 10.2.0 silently on a Computer. Right now my response file was created using the setup.exe /record /destinationFile myPath but was missing the dependency i wanted to install. So I added at the end of the file
    oracle.client:DEPENDENCY_LIST={"oracle.sqlplus:10.2.0.1.0","oracle.winprod:10.2.0.1.0"}
    oracle.winprod:DEPENDENCY_LIST = {"oracle.winprod:10.2.0.1.0","oracle.oo4o:10.2.0.1.0","oracle.odbc:10.2.0.1.0","oracle.ntoledb:10.2.0.1.0"}
    My dependency get installed but I keep getting these errors :
    The procedure entry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI.DLL
    That is were I'm stuck now.
    Thank you for the help
    UPDATE: More info I am installing Oracle 10.2.0 32bit on a Windows 7 x64
    Edited by: 953742 on 2012-08-20 11:56

    953742 wrote:
    Then the fact that I need the patch isn't going to solve my problem. My problem is with the response file when I install the 10.2.0What 10.2.0.. Did you start from 10.2.0.4 or 10.2.0.1?
    The (earlier) referenced instructions say "+For installations on Windows 7 and Windows Server 2008 R2, you must use the software specifically designated for these operating systems. ...+"
    Unfortunately the OTN download link only lead to software removed message page.
    Where do they keep "archived" or previous versions nowadays? I remeber they kept at least a few releases back available.
    Maybe edelivery.oracle.com ? Only option I can think of, other than submitting SR for media to Metalink.

  • Can't login to repository DB after installing EM using response file

    Anyone can help me?
    I installed EM 10g grid control 10.1.0.3 on solaris 9, it was a silent installation with response file, with new db. I specified the passwords for sysman, sys,system and dbsnmp in the response file, the installation went smoothly, but after that, when I tried to login to the repository database using the passwords which I set in the response file, it told me that my password was wrong! but the account status are all 'OPEN'. So I have to change the passwords mannually again. Is it OK to specify password in the response file?
    Anyone can help me?
    The following were the account status after EM 10g installation
    SQL> select username, account_status from dba_users;
    USERNAME ACCOUNT_STATUS
    SYS OPEN
    SYSTEM OPEN
    DBSNMP OPEN
    SYSMAN OPEN
    MGMT_VIEW OPEN
    PERFSTAT OPEN
    OUTLN EXPIRED & LOCKED

    Hi daryle
    the passwords are all "password" or "sysman", no funny chars.
    the following are the required items in the response file
    FROM_LOCATION="/opt/install_em_grid/Disk1/stage/products.xml"
    ORACLE_HOME="/opt/app/oracle_em/product/10.1.0/em_1"
    REMOVE_HOMES={"/opt/app/oracle_em/product/10.1.0/em_1"}
    s_mountPoint="/opt/app/oracle_em/product/10.1.0/em_1/oradata"
    s_reposPwd="sysman"
    s_reposPwdConfirm="sysman"
    s_passwordChoice="D"
    sl_adminPwds={"password", "password", "password"}
    sl_adminPwdsConfirm={"password", "password", "password"}
    s_dbSid="emrepos"
    s_globalDBName="emrepos.home.com"
    I installed again with this response file, everything going up ok, the only problem is that I can not login to the respository database with the password i set in my response file. that means I HAVE TO change them at the db site.

  • Create Custom response file for Oracle 9i client

    I am trying to create a customized response file for oracle 9i client installation,
    setup -record -destinationFile C:\response_files\install_oracle
    i replaced setup with the path and i followed the instruction correctly, after the installation is done i do get two response files in the location
    Then i created a batch file to run the response file , it installed , but when i check the compmonents what ever is installed, it never recorded all the components which i installed during the time of RECORD mode
    is there any thing i need to do for record all the components
    Please advice
    Thank you
    Ravi

    i have oracle client 9.2.0.1.0
    We need to run both the run time installation and custom installation
    when i did record i was able to get only the run time installation, the components which i customized, i never got, after when i try to install the response file, it never installa all the components
    what should i do to make both runtime and custom to be done in one response file,
    i have a .rsp files which do install the custom with all installtion, but we also need
    under programs, ORACLE INSTALLTION PRODUCTS and under that HOME SELCTOR, UNIVERSAL INSTALLER, missing.
    let meknow how i can add this to my .rsp files which installs perfectly with custom installtion, if you have any customised .rsp files which will fill my needs, can any one post it

  • To deinstall Grid Agent using response file

    HI.
    I have installed Agent on Oracle 10g using response file but now need to uninstall.
    I need to uninstall since after deleting old Agent home the response installer is complaining that I need to remove everything from old Agent home
    I have searched the same Oracle doc that I used to do the install, but can see no info on how to remove.
    ANy ideas much appreciated thanks.
    I should add that the original Agent Home has now been completely removed. yet when I run this
    ./runInstaller -silent -responseFile /u01/app/oracle/solaris_x86/response/additional_agent.rsp
    The following response is returned:
    Initializing Java Virtual Machine from /tmp/OraInstall2010-06-25_10-21-17AM/jre/1.4.2/bin/java. Please wait...
    $ Please specify a Unique Oracle Base directory, or remove previously installed products and their directories. Directory name should contain only valid alphanumeric characters, including '_', or '.' characters.
    SunOS
    DO I need to update the OraInventory ?
    Edited by: user11981168 on 25-Jun-2010 02:22
    Edited by: user11981168 on 25-Jun-2010 02:27
    I have already removed everything from the Agent home (at OS level) but get error:
    Starting deinstall
    No products selected for deinstall
    Yet still cant start the install....
    Edited by: user11981168 on 25-Jun-2010 08:01

    Depending on the agent version you can use the /runinstaller (without response file) as described here
    http://download-uk.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/deinstalling_agent.htm#DAFEEBEG
    If you want to install the agent using:
    a- the same oracle home name and/or
    b- the same directory
    you have to delete the "old agent" home from the inventory. This can be done by "detaching" the home you want to remove.
    See http://samiora.blogspot.com/2009/01/fixing-registering-oraclehomes-in.html
    Eric

  • 64bit response file vs a 32bit response file

    New to Oracle DBA work and doing my first install using 32bit Linux 10g. Someone else developed a 64bit response file. Can the same file be used? If not, what needs to be updated?
    Thanks,
    Scott

    There is no need to change the response file depending on the bytes. It is important, however, to meet all specific requirements for the platform.
    I suggest you to read the following:
    Oracle 10g Installation guide for linux x64
    Puschitz's guide for Linux installation
    Customizing and Creating Response Files
    ~ Madrid.

Maybe you are looking for

  • Unable to understand meaning of next_time in v$archived_log

    hi all, i am working with 10g standby databases. There are column names FIRST_CHANGE#, FIRST_TIME, NEXT_CHANGE#, NEXT_TIME in v$archived_log. I am unable to understand the exact meaning of these columns by reading the oracle document. Can somebody ex

  • Uom urgent

    Hi experts, plz go through this issue I am in SAP 4.70 Base UOM in MMR is MT Unit of Issue is KG   When I try to issue 0.4 kg System populating the message "Quantity in stockkeeping unit is zero Message no. M7106 Diagnosis The system has converted th

  • Please help me my iPad freezes all the tine.

    O.K. so my iPad is cracked, but that can't be the reason why my screen completly freezes. I don't know why it does this. If you could tell me how to prevent this from happening or how to fix it without having to restore my iPad on the computer everyt

  • I am unable to update my Adobe flash player. How do I temporarily TURN Mozilla Foxfire off so it can update?

    Often I get messages that say 'turn off Mozilla Firefox' in order for software to update. ie. Adobe Flash Player. But I don't know how to turn Mozilla Firefox.. off so I can update. Heeeellllp please?

  • Flash animation keeps looping

    Hi, I built a Flash animation which keeps looping. I am trying to get it to not loop at all and it refuses. Here is the code of the html page, as created by Flash CS5: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xht