Issue in opening oracle database

I am able to open database via
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 1252663296 bytes
Fixed Size 2212936 bytes
Variable Size 1107299256 bytes
Database Buffers 134217728 bytes
Redo Buffers 8933376 bytes
Database mounted.
Database opened.
not via startup or startup force
SQL> startup
ORACLE instance started.
Total System Global Area 1252663296 bytes
Fixed Size 2212936 bytes
Variable Size 1107299256 bytes
Database Buffers 134217728 bytes
Redo Buffers 8933376 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Process ID: 2919
Session ID: 760 Serial number: 3
environment detail:
os: oel 6.2 x64
oracle: 11g r2 x64
my parameter file
tracefiles_public = TRUE #Release: value not set; Default=false
audit_file_dest = /pkoracle/oracle/app/oracle/admin/RMS13DEV/adump
audit_trail = DB #Release: value not set
compatible = 11.1.0
control_files = (/pkoracle/oradata/RMS13DEV/control01.ctl
,/pkoracle/oradata/RMS13DEV/control02.ctl)
db_block_size = 8192
db_file_multiblock_read_count = 32 #Release: 16; Default: Max_io_size/db_block_size;
db_name = RMS13DEV
diagnostic_dest = '/pkoracle/oracle/app/oracle'
job_queue_processes = 5 #Set to CPU's +1
local_listener = "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))"
log_archive_dest_1 = 'location=/pkoracle/oracle/app/oracle/admin/RMS13DEV/arch/'
log_archive_format = ${ORACLE_SID}arch_%r_%s_%t.log
log_buffer = 262144 #Release: 10485760; 512K or 128K*CPUs
log_checkpoint_interval = 51200 #Default:0 - unlimited
log_checkpoint_timeout = 7200 #Default:1800 seconds
max_dump_file_size = 50M #Release: value not set; Default:unlimited
memory_target = 1200M
streams_pool_size = 150M
nls_calendar = GREGORIAN #Default:None
nls_date_format = DD-MON-RR #Derived from Territory
nls_language = AMERICAN
nls_numeric_characters = ".," #Derived from Territory: Should be explicitly set to ensure all users/batch get the same results
nls_sort = BINARY #Derived from Language: Should be explicitly set to ensure all sessions get the same order
nls_territory = AMERICA
open_cursors = 900 #Default 50
optimizer_mode = CHOOSE
os_authent_prefix = "" #Release: value not set; Default: OPS$
plsql_optimize_level = 2 #Default is 2; 10g used to optimize plsql
processes = 2000
query_rewrite_enabled = TRUE #Default:False
remote_dependencies_mode = SIGNATURE #Release: value not set Default:Timestamp
remote_login_passwordfile = EXCLUSIVE #Release: value not set Default:NONE
session_cached_cursors = 900 #In 10g number of sql cursors cached by pl/sql; previous version open_cursors
utl_file_dir = /pkoracle/utlfile
undo_management = AUTO #Default: Manual
undo_retention = 1800 #Default: 900
undo_tablespace = undo_ts01
workarea_size_policy = auto #Should be set to auto when pga_aggregate_target is set
$> df -h /dev/shm
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.5G 712M 789M 48% /dev/shm

939730 wrote:
I am able to open database via
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 1252663296 bytes
Fixed Size 2212936 bytes
Variable Size 1107299256 bytes
Database Buffers 134217728 bytes
Redo Buffers 8933376 bytes
Database mounted.
Database opened.
not via startup or startup force
SQL> startup
ORACLE instance started.
Total System Global Area 1252663296 bytes
Fixed Size 2212936 bytes
Variable Size 1107299256 bytes
Database Buffers 134217728 bytes
Redo Buffers 8933376 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Process ID: 2919
Session ID: 760 Serial number: 3
environment detail:
os: oel 6.2 x64
oracle: 11g r2 x64
my parameter file
tracefiles_public = TRUE #Release: value not set; Default=false
audit_file_dest = /pkoracle/oracle/app/oracle/admin/RMS13DEV/adump
audit_trail = DB #Release: value not set
compatible = 11.1.0
control_files = (/pkoracle/oradata/RMS13DEV/control01.ctl
,/pkoracle/oradata/RMS13DEV/control02.ctl)
db_block_size = 8192
db_file_multiblock_read_count = 32 #Release: 16; Default: Max_io_size/db_block_size;
db_name = RMS13DEV
diagnostic_dest = '/pkoracle/oracle/app/oracle'
job_queue_processes = 5 #Set to CPU's +1
local_listener = "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))"
log_archive_dest_1 = 'location=/pkoracle/oracle/app/oracle/admin/RMS13DEV/arch/'
log_archive_format = ${ORACLE_SID}arch_%r_%s_%t.log
log_buffer = 262144 #Release: 10485760; 512K or 128K*CPUs
log_checkpoint_interval = 51200 #Default:0 - unlimited
log_checkpoint_timeout = 7200 #Default:1800 seconds
max_dump_file_size = 50M #Release: value not set; Default:unlimited
memory_target = 1200M
streams_pool_size = 150M
nls_calendar = GREGORIAN #Default:None
nls_date_format = DD-MON-RR #Derived from Territory
nls_language = AMERICAN
nls_numeric_characters = ".," #Derived from Territory: Should be explicitly set to ensure all users/batch get the same results
nls_sort = BINARY #Derived from Language: Should be explicitly set to ensure all sessions get the same order
nls_territory = AMERICA
open_cursors = 900 #Default 50
optimizer_mode = CHOOSE
os_authent_prefix = "" #Release: value not set; Default: OPS$
plsql_optimize_level = 2 #Default is 2; 10g used to optimize plsql
processes = 2000
query_rewrite_enabled = TRUE #Default:False
remote_dependencies_mode = SIGNATURE #Release: value not set Default:Timestamp
remote_login_passwordfile = EXCLUSIVE #Release: value not set Default:NONE
session_cached_cursors = 900 #In 10g number of sql cursors cached by pl/sql; previous version open_cursors
utl_file_dir = /pkoracle/utlfile
undo_management = AUTO #Default: Manual
undo_retention = 1800 #Default: 900
undo_tablespace = undo_ts01
workarea_size_policy = auto #Should be set to auto when pga_aggregate_target is set
$> df -h /dev/shm
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.5G 712M 789M 48% /dev/shmAbove can occur when you utilize a version of sqlplus that is higher than the version of the DB.
so COPY & PASTE the banner displayed by SQL*Plus
& post results of following SQL
SELECT * FROM V$VERSION;

Similar Messages

  • When I opened Oracle Database Configuration Assistant....

    hi all,
    when I opened Oracle Database Configuration Assistant(9i,windows) to chose ORCL database to configure,it told me:
    ORA-01078L failure in processing system parameters.What is that.thank u for your response.

    bash-2.03$ oerr ora 01078
    01078, 00000, "failure in processing system parameters"
    // *Cause:  Failure during processing of INIT.ORA parameters during
    // system startup.
    // *Action:  Further diagnostic information should be in the error stack.      
    Not enough to go on, but that is what oracle is saying.
    William

  • Error while opening Oracle Database 11g Express Edition after installation.

    After finishing the installation of Oracle database 11g Express Edition, when I tried to open it, it shows following error : windows cannot find `http://127.0.0.1:%HTTPPORT%/apex/f?p=4950`.Make sure you typed the name coorectly, and then try again.
    What the above error means? I followed the installation steps as given in the link.

    Hi,
    Follow thread may help you.
    <<Newbie on running Oracle 11g - Windows cannot find http:something
    Regards,

  • Opening Oracle Database in window

    when I follow this instruction to open the program:
    On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Go To Database Home Page.
    The result displayed 'the Internet Explorer cannot display the webpage' and address bar has: http://127.0.0.1:8080/apex
    How to open this program correctly?

    Hi,
    When you installed the Oracle XE what was the password that you informed for SYS and SYSTEM users ?
    eg:
    C:\>sqlplus system/manager where manager is the password for the SYSTEM user.
    Cheers

  • Issue in Installing Oracle Database 11.2.0.2

    Hi All-
    I am trying to install Oracle Databse 11.2.0.2.
    I have downloaded patch - 10098816 for 32-bit windows version from Oracle Support.
    I am installing it on 32-bit Windows Server Enterprise, Service pack 2 machine.
    When I install it process till 60% and gets stuck at :
    updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1' My log file doesnt show any error messages.
    I have cleared all the pre installed Oracle DB from Windows Registery as well as Oracle Home. I am not sure why this happens.
    It would great if you could help.
    Below is my installation last few lines of my log file. I coudnt paste the entire log as max length for a post is 300000 characters
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'EM_IAS_CONSOLE_PORT' to ''. Received the value from a code block.
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sysman.top.agent.s_agentSrvcName
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'AGENT_SRVC_NAME' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat
         variables = EMDROOT,ORACLE_HOME
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat
         variables = EMPERLVER,EMPERLOHBIN
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_HTTP_PORT,EM_REPOS_HOST,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_SERVLET_PORT,EM_UPLOAD_DISABLE,EM_UPLOAD_PORT,HOSTNAME,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_UPLOAD_DISABLE,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  lineDelete
         fileName = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         searchString = UploadMaxBytesXML
         ignoreCase = true
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  appendStringToFile
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emd.properties.emca
         stringToAppend = UploadMaxBytesXML=20M
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         variables = null
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Enterprise Manager Console DB
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sqlplus.isqlplus.httpport
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'ISQLPLUS_PORT' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties.emca
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         variables = ORACLE_HOME
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties
         variables = EMDROOT,LOGGING_LEVEL,s_javapOracleHome
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         variables = EMDROOT,LOGGING_LEVEL
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfOc4jAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfJtaAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         variables = s_obfOc4jAdmPasswd,s_obfJtaAdmPasswd
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.assistants.server.sid
    INFO: Query Returned: OUBIDEV
    INFO: Setting variable 's_sid' to 'OUBIDEV'. Received the value from a code block.
    INFO: Setting variable 'b_launchBrowser' to 'true'. Received the value from a code block.
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component HAS Files for DB
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Net Services
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Text
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Database 11g
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_CONTROL
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_ARCHIVE
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE\ARCHIVE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Query UtilQueries11.2.0.2.0  GetNTUserName
    INFO: Query Returned: MNGKTR215626D\BI_coe
    INFO: Calling Action ntGrpActionLib10.2.0.1.0  AddToOraDbaGroup
         oradimLocation = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         userName = MNGKTR215626D\BI_coe
         isRAC = false
         nodeList = Thanks in advance,
    Ramesh

    Hi Helios-
    Thanks for your response.
    My Window version is - Window Server Enterprise 2003, service pack 2Below is the log file:
    INFO: Calling Action ntw32FoldersActions10.2.0.3.0  ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraDb11g_home1\Configuration and Migration Tools
         itemName = Database Configuration Assistant
         exeName = E:\Oracle_DB\product\11.2.0\DB_Home\bin\launch.exe
         paramName = null
         workingDir = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         iconFileName = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\dbca.ico
         icon = null
         cmdType = null
         multiparamName = E:\Oracle_DB\product\11.2.0\DB_Home\bin,dbca.cl
         runAsAdmin = 1
    INFO: creating 'Database Configuration Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: creating 'Database Configuration Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\dbca.cl
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbca\instdbca.cl'
    INFO: Calling Action ntw32FoldersActions10.2.0.3.0  ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraDb11g_home1\Configuration and Migration Tools
         itemName = Database Upgrade Assistant
         exeName = E:\Oracle_DB\product\11.2.0\DB_Home\bin\launch.exe
         paramName = null
         workingDir = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         iconFileName = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbma.ico
         icon = null
         cmdType = null
         multiparamName = E:\Oracle_DB\product\11.2.0\DB_Home\bin,dbua.cl
         runAsAdmin = 1
    INFO: creating 'Database Upgrade Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: creating 'Database Upgrade Assistant' in folder 'Oracle - OraDb11g_home1\Configuration and Migration Tools'
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\dbua.bat
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\assistants\dbua\dbua.sbs'
    INFO: Setting up 'Oracle JVM 11.2.0.2.0 '
    INFO: Setting up 'Oracle JVM 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle JVM
    INFO: Setting up 'Oracle Advanced Security 11.2.0.2.0 '
    INFO: Setting up 'Oracle Advanced Security 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Advanced Security
    INFO: Setting up 'Enterprise Manager Agent 10.2.0.4.3 '
    INFO: Setting up 'Enterprise Manager Agent 10.2.0.4.3 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Enterprise Manager Agent
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sysman.emd.iasconsoleport
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'EM_IAS_CONSOLE_PORT' to ''. Received the value from a code block.
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sysman.top.agent.s_agentSrvcName
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'AGENT_SRVC_NAME' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat
         variables = EMDROOT,ORACLE_HOME
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat
         variables = EMPERLVER,EMPERLOHBIN
         delimiter = #
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\commonenv.bat.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emtgtctl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_HTTP_PORT,EM_REPOS_HOST,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_SERVLET_PORT,EM_UPLOAD_DISABLE,EM_UPLOAD_PORT,HOSTNAME,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         variables = AGENT_SEED,CONTEXT_PATH,EMDROOT,EMD_EMAIL_ADDRESS,EMD_EMAIL_GATEWAY,EMD_FROM_EMAIL_ADDRESS,EMD_TRUSTCERTS_DIR,EM_REPOS_PROXYHOST,EM_REPOS_PROXYPORT,EM_UPLOAD_DISABLE,JAVA_HOME,JRE_HOME,OC4JLOC,ORACLE_HOME,OUILOC,PSEP,PerlBin,n_uploadInterval,s_javapOracleHome
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  lineDelete
         fileName = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca
         searchString = UploadMaxBytesXML
         ignoreCase = true
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  appendStringToFile
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emd.properties.emca
         stringToAppend = UploadMaxBytesXML=20M
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: updating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emd.properties.emca.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl
         variables = null
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\emagentdeploy.pl'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties
         variables = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emagentlogging.properties.template'.
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: Setting up 'Oracle Enterprise Manager Console DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Enterprise Manager Console DB
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.sqlplus.isqlplus.httpport
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO:
    INFO: Setting variable 'ISQLPLUS_PORT' to ''. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emoms.properties.emca
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emoms.properties'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/bin/db2gc
         variables = NO_PC_MODE,USE_HTTP_PROXY,EM_PING_COMMAND,SET_CONSOLE_MODE,USE_DB_CONSOLE,CONSOLE_MODE,ISQLPLUS_PORT,ISQLPLUS_HOST,ISQLPLUS_PROTOCOL
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\bin\db2gc'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/oc4j/j2ee/OC4J_DBConsole/config/system-application.xml
         variables = ORACLE_HOME
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties.template
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomslogging.properties
         variables = EMDROOT,LOGGING_LEVEL,s_javapOracleHome
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomslogging.properties.template'.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFileEx
         source = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home/sysman/config/emomsintg.xml
         variables = EMDROOT,LOGGING_LEVEL
         delimiter = null
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\sysman\config\emomsintg.xml'.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfOc4jAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Query RepositoryQueries3.0.0.2.17  Obfuscate
    InputString = *Protected value, not to be logged*
    OracleHome = E:\Oracle_DB\product\11.2.0\DB_Home
    JavaLocation = null
    JarLocation = null
    INFO: Query Returned: *Protected value, not to be logged*
    INFO: Setting variable 's_obfJtaAdmPasswd' to '*Protected value, not to be logged*'. Received the value from a code block.
    INFO: Calling Action fileActions11.2.0.2.0  instantiateFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         destination = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml
         variables = s_obfOc4jAdmPasswd,s_obfJtaAdmPasswd
         encoding = null
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: instantiating 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\\OC4J_DBConsole\config\system-jazn-data.xml'.
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em.ear'
    INFO: Calling Action fileActions11.2.0.2.0  removeFile
         selectedNodes = null
         source = E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: deleting 'E:\Oracle_DB\product\11.2.0\DB_Home\oc4j\j2ee\oc4j_applications\applications\em\em.war'
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.assistants.server.sid
    INFO: Query Returned: OUBIDEV
    INFO: Setting variable 's_sid' to 'OUBIDEV'. Received the value from a code block.
    INFO: Setting variable 'b_launchBrowser' to 'true'. Received the value from a code block.
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: Setting up 'HAS Files for DB 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component HAS Files for DB
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: Setting up 'Oracle Net Services 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Net Services
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: Setting up 'Oracle Text 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Text
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: Setting up 'Oracle Database 11g 11.2.0.2.0 '
    INFO: 6/7/11 12:08:09 PM IST: Starting install Install Phase 2 of component Oracle Database 11g
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_CONTROL
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Action w32RegActions10.2.0.1.0  RegSetValue
         selectedNodes =
         Key = HKEY_LOCAL_MACHINE
         SubKey = SOFTWARE\ORACLE\KEY_OraDb11g_home1
         value = RDBMS_ARCHIVE
         data = E:\Oracle_DB\product\11.2.0\DB_Home\DATABASE\ARCHIVE
         updateType = null
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: updating registry key 'HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/KEY_OraDb11g_home1'
    INFO: Calling Query UtilQueries11.2.0.2.0  GetNTUserName
    INFO: Query Returned: MNGKTR215626D\BI_coe
    INFO: Calling Action ntGrpActionLib10.2.0.1.0  AddToOraDbaGroup
         oradimLocation = E:\Oracle_DB\product\11.2.0\DB_Home\bin
         userName = MNGKTR215626D\BI_coe
         isRAC = false
         nodeList = Regards,
    Ramesh

  • Performance Issue : Application and oracle database in different sub-net

    Hi,
    We have an 24/7 application that uses oracle 11g R2 as the back end database. The application sits on a separate box and the oracle database sits on a separate box.
    Unless we keep both the machines in the same sub-net, the throughput of the application becomes very slow and kind of un-usable in performance setups.
    In fully loaded conditions, the application will be inserting around 12K records per minute into the database. In such scenario, restarting the application takes longer time (more than 2 hours) when the oracle server is on a different network as compared to the application. In real world, the oracle will be in a separate dedicated network and the DBAs resist to have an application in the same sub-net.
    Is there a way we can keep the application and the oracle database server in a different network (but present in same location) and achieve same throughput/performance when both servers are on same subnet.
    Thanks,
    Krishna

    871609 wrote:
    Hi,
    We have an 24/7 application that uses oracle 11g R2 as the back end database. The application sits on a separate box and the oracle database sits on a separate box.
    Unless we keep both the machines in the same sub-net, the throughput of the application becomes very slow and kind of un-usable in performance setups.
    In fully loaded conditions, the application will be inserting around 12K records per minute into the database. In such scenario, restarting the application takes longer time (more than 2 hours) when the oracle server is on a different network as compared to the application. In real world, the oracle will be in a separate dedicated network and the DBAs resist to have an application in the same sub-net.
    Is there a way we can keep the application and the oracle database server in a different network (but present in same location) and achieve same throughput/performance when both servers are on same subnet.
    Thanks,
    KrishnaHave the DBAs explained why they resist having the apps and db servers in the same subnet? Every place I've ever worked configured it exactly that way ... db and apps servers on different machines in the same subnet.

  • JDev 11g TP4 Issue - Cannot Open TP3 Database Class Diagrams

    I created the diagram with build 4893 (actually post TP3). After opening the application in TP4, double clicking the diagram (or selecting Open from the right-click menu) does not open it.
    The release notes web page seems to be down at the moment so I can't check. Is this a known issue?

    Sorry. Please disregard. I didn't see the 11g threads. I will move this to that category.

  • TP4 Issue - Cannot Open TP3 Database Class Diagrams

    (moved from the JDeveloper category)
    I created the diagram with build 4893 (actually post TP3). After opening the application in TP4, double clicking the diagram (or selecting Open from the right-click menu) does not open it.
    The release notes web page seems to be down at the moment so I can't check. Is this a known issue?
    Peter Koletzke

    Hi Peter,
    Is it possible that you can zip up your project and email it to me so that I can take a look ([email protected]), we are not aware of any issues so would like to investigate further.
    If you could rename the .zip file to .zap to get it through the email server, that would be great.
    Thanks,
    Lisa Sherriff
    JDev DB QA

  • Listener issues with 2 oracle databases

    I have a windows server which has had 2 oracle homes installed. In the services window i can see 2 listener services, one for each home. both of these services are set to start automatically however, only 1 starts (the first ORACLE_HOME)
    If i use the netca utility to create a listener for the second ORACLE_HOME then this appears in the services windows and tnsping works. However, when the server is rebooted this newly created listener doesnt' start.
    can anyone help out with this.
    thanks

    in the second db the parameter local_listener is set to listener_test, this is the port 1522.
    this is the listener.ora file
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER_DEV =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host.b-intra.net)(PORT = 1521))
    SID_LIST_LISTENER_DEV =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER_TEST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host.b-intra.net)(PORT = 1522))
    SID_LIST_LISTENER_TEST =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    thanks for your patience.

  • Issues/Problems between Apex 3.2.0.00.27 and Oracle Database 9.2.0.1

    I don't know what problem is.
    I was planning to install Oracle Application Express into my server.
    So, i made a fresh database installation with Oracle Database Enterprise Edition 9i release 2 (9.2.0.1) and setting up Oracle Application Express 3.2.0.00.27 to use it with it.
    The installation was succesful.
    But I am having problems to create workspaces using the Admin option: Manage Worspaces --> Create Worspace.
    After open these option, the page ask me to enter Workspace Name and Workspace Description.Then appears the page where I need to enter re-use existing schema, schema name, schema password and space quota. When I press the next button, the CPU increase to 100% use and the server, even when it does not freeze, stays in the last page and not move to the next want for a long long time.... more thant 3 hours.
    I read at the apache logs and didn't find something to show me the possible causes of these behaiviour.
    Apache logs
    access_log.txt -------> "POST /pls/apex/wwv_flow.accept HTTP/1.1" 302 163
    ssl_engine_log -------> Failed to release global mutex lock
    Init: (localhost:4443) RSA server certificate CommonName (CN) 'NOT SECURE!!!! does NOT match server name!?
    error_log -------> OPM: EW: Process aemsglobalgroup:3645 (but number change several times) (pid:1720) died, restarting
    [warn] mod_plsql: Stale Connection due to Oracle error: 3113
    [error] mod_plsql: /pls/apex/wwv_flow.accept ORA-3113
    ORA-3113: end-of-file on communication channel
    I am really confuse because I thougth that Oracle application Express is certified with Oracle Database EE 9.2.0.1
    My server spec are:
    Windows XP with SP2
    500Mb Ram Memory
    7.2 Gb Free Disk Space
    Please any idea about which can be the possible problem/solution for that.
    Best Regards
    Abdel Miranda
    AEMS Global Group
    Panama

    Well I think it is kind of wasted of time to try to figure it out which caould be the possible cause, once you told me that Apex works with 9.2.0.3 or higher and has an issues with earlier versions.
    I already download the last release for 10g, so I hope it solve the problem and let me install and setup properly oracle application server.
    I know it is kind of hard work to do to install 10g rel 2 but, well, is the only solution, it seems.
    thanks for everything.
    Abdel Miranda
    AEMS Global Group
    Panama

  • Issues with loadjava utility on oracle database 10.2.0.4.0

    Hi all
    Hoping if this is a known issue, am approaching you here .. We have an oracle database in 10.2.0.4.0 version. This database functionality of Websphere Process Server, a product from IBM. In the course we are expected to load a JAR file for a one schema and it fails for some reason with ORA - 07445 errors. I happen to set out SGA_MAX_SIZE and SGA_TARGET at 1024 MB and JAVA_POOL_SIZE at 768MB to allow this loadjava command to run successfully. I also happen to set the LD_LIBRARY_PATH as $ORACLE_HOME/lib on this solaris 10 machine. Below is the command and the error message we are receiving. Please do advice us if this is a known issue or guide us to any information which might help us resolve this issue while we continue searching for a solution.. Many thanks in advance.
    Regards!
    Sarat
    loadjava -user BPCDB/[email protected]:1521:WPSDB -resolve /opt/IBMProc/WebSphere/ProcServer/lib/bpcodbutil.jar -thin -schema BPCDB
    Error while testing for existence of dbms_java.handleMd5
    No more data to read from socket
    Error while testing for existence of "BPCDB".JAVA$CLASS$MD5$TABLE
    OALL8 is in an inconsistent state
    Error while testing for existence of "BPCDB".JAVA$CLASS$MD5$TABLE
    OALL8 is in an inconsistent state
    Error while creating "BPCDB".JAVA$CLASS$MD5$TABLE
    No more data to read from socket
    Error while getting old MD5 of META-INF/MANIFEST.MF
    Io exception: Broken pipe
    Error while testing for existence of "BPCDB".CREATE$JAVA$LOB$TABLE
    Closed Connection
    Error while testing for existence of "BPCDB".CREATE$JAVA$LOB$TABLE
    Closed Connection
    Error while creating "BPCDB".CREATE$JAVA$LOB$TABLE
    Closed Connection
    Error while getLoadLOB BPCDB
    Closed Connection
    Error while deleting MD5 of META-INF/MANIFEST.MF
    Closed Connection
    Error while getting old MD5 of com/ibm/bpe/observer/dbutil/TimestampUtil
    Closed Connection
    Error while processing com/ibm/bpe/observer/dbutil/TimestampUtil
    Exception java.lang.NullPointerException
    Error while deleting MD5 of META-INF/MANIFEST.MF
    Closed Connection
    Error while getShortFromLongnameStmt
    Closed Connection
    Error while processing class BPCDB.com/ibm/bpe/observer/dbutil/TimestampUtil
    Exception java.lang.NullPointerException
    Error while getShortFromLongnameStmt
    Closed Connection
    Exception in thread "main" java.lang.NullPointerException
    at oracle.aurora.server.tools.loadjava.ClientSchemaObject.getShortname(C
    lientSchemaObject.java:65)
    at oracle.aurora.server.tools.loadjava.ClientSchemaObject.status(ClientS
    chemaObject.java:91)
    at oracle.aurora.server.tools.loadjava.SchemaObject.failure(SchemaObject
    .java:799)
    at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:85
    1)
    at oracle.aurora.server.tools.loadjava.LoadJava.command(LoadJava.java:25
    1)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.run(LoadJavaMain.jav
    a:103)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.main(LoadJavaMain.ja
    va:28)
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ORA-07445 is an untrapped exception, an error, in Oracle's own code.
    Open an SR at metalink and update an RDA along with your description of what happened.

  • Open Hub Destination to Oracle database

    Hello All ,
    I am supposed to send data from my SAP BI (7.0) system to and Oracle Database using open hub destination. I have to use the option " Third Party " as destination while creating the Open Hub Destination .
    From my reading and acc to Basis I  realised that I need a 3rd party ETL tool in between BI and Oracle system to write data into the Oracle system since oracle is not SAP RFC aware . The 3rd party ETL that I am supposed to use in this is Business Objects - Data Integrator(BO-DI) . If anyone has implemented this type of Open hub service please throw  some light on this issue as to how to setup the 3rd party ETL in between and how to proceed .  Any how to document would also be useful .
    Thanks and Regards,
    Riddhi

    Hi,
    Pls go thru this links,
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/79f902dfb06fc9e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/79f902dfb06fc9e10000000a1553f6/frameset.htm
    Hope it helps u,
    Thanks & Regards,
    SD

  • BPM Studio-Issue with Creating External Resources - Oracle Database RAC

    Hi All,
    This must be an easy fix and hope you guys have an answer to it. I was having no issues connecting to a single instance database as the parameter Host = "xxx.111.200.10" for a SQL Database Oracle 10,11 driver is pointing to a single instance and the SID = "yyyyy". TNS Name entry is as below...
    xyz =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.111.200.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = yyyyy)
    However we have upgrade our oracle database and it is in a RAC with load balancing hence the TNS Name entry looks like this.
    xyz =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = abcdh-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = abcdi-vip)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = yyyy.abcd.com)
    Any combination using "xyz", "abcdh-vip" , "abcdi-vip" etc is erroring and I am getting the following error:
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: abcdh-vip
    java.sql.SQLException: [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: abcdh-vip
         at albpm.jdbc.base.BaseExceptions.createException(Unknown Source)
         at albpm.jdbc.base.BaseExceptions.getException(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
         at albpm.jdbc.oracle.OracleImplConnection.open(Unknown Source)
         at albpm.jdbc.base.BaseConnection.connect(Unknown Source)
         at albpm.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at albpm.jdbc.base.BaseConnection.open(Unknown Source)
         at albpm.jdbc.base.BaseDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.connector.impl.DriverManagerHack.getConnection(DriverManagerHack.java:49)
         at fuego.connector.impl.BaseJDBCConnector.createJDBConnection(BaseJDBCConnector.java:205)
         at fuego.jdbc.FaultTolerantConnection.createConnection(FaultTolerantConnection.java:917)
         at fuego.jdbc.FaultTolerantConnection.getConnection(FaultTolerantConnection.java:871)
         at fuego.jdbc.FaultTolerantConnection.getMetaData(FaultTolerantConnection.java:163)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:220)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Unknown Source)
    Any help would be highly appreciated.
    Regards,

    Hi,
    Sure you've probably tried this but here goes...
    Use the Oracle Driver that comes with Oracle BPM to integrate with RAC.
    To integrate to Oracle RAC, you're typically given something like this by the DBA.
    jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = atwood-vip.int.westgroup.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = kenwood-vip.int.westgroup.com)(PORT = 1521)) ) (CONNECT_DATA = (Service_name = bpms_pot_dev.int.westgroup.com) (SERVER = DEDICATED) ) )
    When defining the External Resource for Oracle RAC check the “Advanced” checkbox (not the tab) and insert this text into the “Database” field:
    //atwood-vip.int.westgroup.com:1521;ServiceName=bpms_pot_dev.int.westgroup.com;LoadBalancing=true;AlternateServers=(kenwood-vip.int.westgroup.com:1521)
    Hope this helps,
    Dan

  • Installing issues with Oracle Database 11g R1 on Red Hat Linux

    Hi,
    I am installing Oracle Database 11g on Red Hat Linux.
    Version of the OS:Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
    I have installed XManager on my PC to access the runtime installer in Graphical mode.
    But once i click the installer file from Xmanager, it asks if the user wants to run it in terminal or simply run.
    I selected the run in terminal and it starts the terminal where the initial pre-requisite checks are done i.e swap memory,temp and display.
    The screen disappers and the graphical OUI never turns up...
    Any pointer would be helpful.
    Regards
    Prabal

    Try the following:
    1. logon to the linux using root and issue the following command - xhost+
    2. Open xterm in the Xmanager and logon to the linux using oracle user.
    3. in the installation directory issue ./runInstaller.
    Oded
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]

  • Oracle err while opening the database

    I had found oracle errr while opening the database
    ora-38706 cannot turn on flash back database logging
    ora-38714 Instance recovery required
    kindly help me out to solve this issues it happens in oracle 10g window xp

    You have shut down your db illegally.Make a startup and let the db open.This will kick in instance recovery.Than close the db and restart and try to enable flashback logging.
    Aman....

Maybe you are looking for

  • Customer Exits for Delivery & Goods Receipt - Very Urgent

    Hi Everyone,   We have got a requirement where we have to trigger a screen exit/badi at the time of posting the material document in transaction MIGO or delivery document in VL01N, can any one tell me the right exit as this is very urgent. Rgds,

  • Request a Line reset?

    I upgraded to Infinity about 6 months ago.  The line speed never increased from what we'd had originally - we went from 5mb ADSL to ... 5mb Infinity. I meant to complain and try and get it sorted but you all know that process and I just didn't have t

  • Where can i download ibooks author

    I can't find where to download iBooks Author. I've gone into the Apple Store via iTunes, and I've gone into the App store. Where is it?

  • Financial Analytics 7.9.6 installation

    Hi I am not sure that this is the correct forum to post this threat. I want to install Financial Analytics tool 7.9.6 version . I am following the DOC. "System Requirements and Supported Platforms for Oracle® Business Intelligence Applications Versio

  • Need help (0:42) error/crash

    when ever i open aae cs5.5 it comes up with a error:crash in progress. Last logged message was: <3240> <appdirs> <5> required Dir = c:\program files\Adobe\adobe after effects cs5.5\support files\required i really dont know what to do and needa fix it