Reinitialize Oracle

Hello,
My Oracle : 11g : Operational System : Windows Server 2008 64 bits.
I've just modified some parameters about archive log mode for the Oracle database.
Now I need to restart it, but I can't do that now.
I'd like to create a script and execute it during the night by using windows tools.
The name of my Oracle instance is SATH
I have these Oracle services running on windows :
Oracle SATH VSS Writer Service
OracleDBConsoleSATH
OracleJobSchedullerSATH
OracleMTSRecoveryService
OracleOraDB11g_home2TNSListener
OracleRemExecService
OracleServiceSATH .
Considering that there will be no users accessing the system when I execute the script...
Which services should I stop and restart ?
What commands do I use to stop and restart the services in scripts ? (netsender stop...restart ?? I don't remember..)
Could you please help me ?
Eduardo

Yes, you are correct.
Our first Oracle system was intalled last Monday.
The people who installed it will return only in November.
And we will take Oracle courses only in October.
Untill October, I just need to change the backup routine to use archivelog mode.
Just one backup full once a day is not enough for us.
The archivelog mode was already changed.
After the database restart, I will implement the backups. (on Monday).
I didn't even know anything about the existence of this "2-day manual" .
But after your mentioning it, I founded it in Internet and I've just downloaded it..........................

Similar Messages

  • Getting 404 error when trying to login to Oracle EBS page

    Hi,
    I had installed Oracle EBS 12.0.4 last year and everything was running fine until last week. Last week, we suddenly started seeing this issue - when trying to login to the Oracle EBS page, we are getting the 404 page not found error.
    I have EBS installed on 2 VMs (virtual machines) - one VM has the application server and other VM has the database server. I logged on to the aplpication server to do some debugging and noticed 2 things ->
    1.The Oracle Fullfillment service was not running. I started it, it was up for some time but then it stopped on its own. This happens everytime - after successfully starting the service, it shuts down after sometime. There is nothing in the event viewer except this message "The service may have terminated abnormally, please see the log file generated by the service for more details." I checked the log file, but there is nothing significant inside the log file. Maybe I need to increase the log level. Can any one tell me how can I do that?
    2. Reviver.exe was crashing intermitently on the application server. I belive reviver tries to establish the connection between the application and database server after its broken.
    So I am thinking now that maybe the connection between the app server and the database server is getting broken intermittenlty and this is the root cause of all the problems.
    I dont know how to verify whethe my analysis is correct or not? And it it is, how to resolved it? Is there a setting or a configuration file in which you have to specify the database server details (ip address / host name etc). Can you tell me where can I find this setting?
    Or culd there be something altogether different that is causing the page not found error?
    Thanks in advance,
    Megha

    Hussein,
    The problem is partially solved - I am not getting the 404 error now. The issue was not with the netsvc file. Please see the resolution in NOTE:412980.1 (oafm,forms and oacore not starting up after IP adress change).
    The OC4J services are imperative for any URL for java code. With just the Apache listener running, examples of URLS that will work are ->
    http://HOST.DOMAIN:PORT/OA_MEDIA/FNDLOGOL.gif
    http://HOST.DOMAIN:PORT/
    Any URL for Java code will fail at this stage when OC4J services are down. For example this URL will fail: http://myHost.oracle.com:8000/OA_HTML/ServletPing.
    But now, I am getting 500 Internal server error. Let me know if you kno anything about this error ->
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 37 more

  • Failure in Oracle 11.2.3.0 upgrade

    Windows 2008 server
    I'm trying to upgrade a Oracle 11.2.0.2 database to 11.2.0.3. I use DBUA, go through the screen and start the process. The issue get to about 2% and it fails with the following error
    ORA-01078: failure in processing system parameters, then Oracle Not Available.
    Before I start the upgrade process, I've made sure I can TNSPING the database, connect to it and make sure its up and running..
    PreUpgrade log
      1
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    select count(*) from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    LRM-00116: syntax error at 'C:\APPdispatcher' following '='
    ORA-01078: failure in processing system parameters
    Trace file
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.doPreMigrationChecks:2965]  Logging Dir at this point :=c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.doPreMigrationChecks:2989]  ++++++++++ASM Checks Start++++++++++
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:35:59.017 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:35:59.095 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:35:59.111 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:35:59.111 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:35:59.111 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.asmUpgradeFeasible:9998]  Databases uses ASM? :=false
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.doPreMigrationChecks:2994]  ++++++++++ASM Checks Complete++++++++++
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.doPreMigrationChecks:3063]  ++++++++++Generating Upgrade File (MEP)++++++++++
    [Thread-27] [ 2013-08-15 15:35:59.360 CEST ] [CompManager.executeServerUtility:1856]  validateConnectionToDB using user:=
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [CompManager.executeServerUtility:1871]  Executing Upgrade Config Script:=c:\app\product\11.2.0\dbhome_2\rdbms\admin\utlu112x.sql
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [CompManager.executeServerUtility:1872]  Spooling to Upgrade log filec:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\upgrade.xml
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\upgrade.xml
    [Thread-27] [ 2013-08-15 15:35:59.407 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:07.426 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\upgrade.xml
    [Thread-27] [ 2013-08-15 15:36:07.426 CEST ] [CompManager.executeServerUtility:1883]  Executed Server Utility, Now load MEP............
    [Thread-27] [ 2013-08-15 15:36:07.457 CEST ] [MEPLoader.load:145]  Utility executed on svrmgrl, needs stripping of invalid xml lines
    [Thread-27] [ 2013-08-15 15:36:07.457 CEST ] [OsUtilsBase.copyFile:1565]  OsUtilsBase.copyFile:
    [Thread-27] [ 2013-08-15 15:36:07.457 CEST ] [OsUtilsBase.copyFile:1613]  **write of file at destination complete...
    [Thread-27] [ 2013-08-15 15:36:07.472 CEST ] [OsUtilsBase.copyFile:1648]  **file copy status:= true
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [MEPLoader.load:186]  Parsing done
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: null
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [InventoryUtil.getOUIInvSession:347]  setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [Thread-27] [ 2013-08-15 15:36:07.504 CEST ] [OracleHome.getVersion:908]  Homeinfo c:\app\product\11.2.0\dbhome_2,2
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:936]  OracleHome.server.getVersion Version: 11.2.0.3.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.3.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [CompManager.doPreMigrationChecks:3078]  ++++++++++ServerUtility Executed, MEP Loaded ++++++++++
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [CompManager.doPreMigrationChecks:3081]  executeQuery: SELECT VALUE FROM V$PARAMETER where name='db_domain'
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:07.644 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:07.722 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:07.738 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:07.753 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:07.753 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:07.769 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [CompManager.isModeSet:9823]   Mode := 4 is not set
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [SubComponent.execCEPImpl:340]  Connect as SYSDBA USER:
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.518 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:08.533 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:08.611 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> false
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SubComponent.execCEPImpl:348]  Execute CEP :c:\app\product\11.2.0\dbhome_2\rdbms\admin\rdbmsup.sql
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLPlusEngine.executeScript:328]  Spool before script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.079 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.157 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:09.173 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:09.173 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:09.173 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLPlusEngine.executeScript:345]  Spool after script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:09.454 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:09.532 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:09.547 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:09.547 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:09.547 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:09.812 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:09.828 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catupgrd.sql
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [BounceDatabaseDirective.<init>:71]  BounceDatabaseDirective startup clause was [] bounceIfDown was false
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catuppst.sql
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=sqlplus/admin/help/hlpbld.sql helpus.sql
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3108]  Version obtained From CEP:=11.2.0.2
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3325]     Check if OLS is enabled in ORACLE_HOME=c:\app\product\11.2.0\dbhome_2 when source db has a valid OLS
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [OracleHome.isDatabaseOptionOn:1133]  Checking Database Option: Oracle Label Security
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [OracleHome.isDatabaseOptionOn:1190]  Database Option Oracle Label Security is false
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3329]  executeQuery: SELECT name FROM user$ where name = 'DVSYS'
    [Thread-27] [ 2013-08-15 15:36:09.844 CEST ] [CompManager.doPreMigrationChecks:3347]  executeQuery: Select count(*) from registry$ where cid = 'OLS' and status=1
    [Thread-27] [ 2013-08-15 15:36:14.336 CEST ] [CompManager.doPreMigrationChecks:3441]  warning dialog return value 4
    [Thread-27] [ 2013-08-15 15:36:14.352 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:36:14.352 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3456]   ++++++++++++++++++++++++++++++++++++++++++++++++
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3457]  Run pre Migration checks *******
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3458]     Check if DV is enabled in ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [OracleHome.isDatabaseOptionOn:1133]  Checking Database Option: Oracle Database Vault
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [OracleHome.isDatabaseOptionOn:1190]  Database Option Oracle Database Vault is false
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3474]  Check if the respective Comonent scripts are present
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [CompManager.doPreMigrationChecks:3536]  Execute ceps for version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [SubComponent.executeCEP:413]  TO RUN CEP of :Oracle Server for version:11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [SubComponent.execCEPImpl:340]  Connect as SYSDBA USER:
    [Thread-27] [ 2013-08-15 15:36:14.368 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.399 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:14.477 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:14.492 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:14.492 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:14.492 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> false
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SubComponent.execCEPImpl:348]  Execute CEP :c:\app\product\11.2.0\dbhome_2\rdbms\admin\rdbmsup.sql
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLPlusEngine.executeScript:328]  Spool before script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:14.945 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:14.960 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:15.038 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:15.054 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:15.662 CEST ] [SQLPlusEngine.executeScript:345]  Spool after script run = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:15.662 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-27] [ 2013-08-15 15:36:15.662 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.setSpool:1967]  old Spool  = null
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.setSpool:1968]  Setting Spool  = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.setSpool:1969]  Is spool appendable? --> true
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLEngine.reInitialize:738]  Reinitializing SQLEngine...
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLPlusEngine.getCmmdParams:222]  m_home 11.2.0.2.0
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [SQLPlusEngine.getCmmdParams:223]  version > 112 true
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_1\bin\orabase.exe
    [Thread-27] [ 2013-08-15 15:36:15.678 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_1
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    C:\app
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= C:\app
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.getEnvParams:555]  Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.getEnvParams:565]  NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:325]  Execing SQLPLUS/SVRMGR process...
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:362]  m_bReaderStarted: false
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:366]  Starting Reader Thread...
    [Thread-27] [ 2013-08-15 15:36:15.756 CEST ] [SQLEngine.initialize:415]  Waiting for m_bReaderStarted to be true
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [SQLEngine.spoolOff:2035]  Setting spool off = c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\Upgrade_Directive.log
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catupgrd.sql
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [BounceDatabaseDirective.<init>:71]  BounceDatabaseDirective startup clause was [] bounceIfDown was false
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=rdbms/admin/catuppst.sql
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CEPLogParser.handleScriptDirective:694]  script path:=sqlplus/admin/help/hlpbld.sql helpus.sql
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Server
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=JServer JAVA Virtual Machine
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle XDK for Java
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=EM Repository
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Text
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle XML Database
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Java Packages
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle interMedia
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Oracle Workspace Manager
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Data Mining
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Expression Filter
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3554]  Comp=Rule Manager
    [Thread-27] [ 2013-08-15 15:36:16.037 CEST ] [CompManager.doPreMigrationChecks:3557]  Executed RDBMS cep RDBMSUP.SQL successfully
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [CompManager.doPreMigrationChecks:3708]  From Init File::jobQProcesses:=10
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [CompManager.doPreMigrationChecks:3736]  From Init File::processes:=300
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [SQLEngine.doSQLSubstitution:2414]  The substituted sql statement:=select value from v$parameter where name='db_recovery_file_dest';
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [Database.setRecoveryAreaAndSize:4363]  From SQL::recovery area:=L:\oraarch\PRODTEST
    [Thread-27] [ 2013-08-15 15:36:16.474 CEST ] [SQLEngine.doSQLSubstitution:2414]  The substituted sql statement:=select value from v$parameter where name='db_recovery_file_dest_size';
    [Thread-27] [ 2013-08-15 15:36:16.489 CEST ] [Database.setRecoveryAreaAndSize:4375]  From SQL::recovery area size:=85899345920
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [Database.setDatabaseSize:4413]  From SQL::largest database file size:=32770
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [Database.setDatabaseSize:4414]  From SQL::total database files size:=289320
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [CompManager.obtainDbInfoForClone:4379]  Source instance_name: prodtest
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-27] [ 2013-08-15 15:36:20.452 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-27] [ 2013-08-15 15:36:20.530 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1419]  Controlfile 1: F:\ORADATA\PRODTEST\CONTROL01.CTL
    [Thread-27] [ 2013-08-15 15:36:20.530 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1419]  Controlfile 2: H:\ORADATA\PRODTEST\CONTROL02.CTL
    [Thread-27] [ 2013-08-15 15:36:20.530 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1419]  Controlfile 3: L:\ORADATA\PRODTEST\CONTROL03.CTL
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 2170 Adjusted size: 2170
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 1 ID: 1 name: H:\ORADATA\PRODTEST\SYSTEM01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 7335 Adjusted size: 7335
    [Thread-27] [ 2013-08-15 15:36:22.370 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 2 ID: 2 name: H:\ORADATA\PRODTEST\UNDOTBS01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 890 Adjusted size: 890
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 3 ID: 3 name: H:\ORADATA\PRODTEST\SYSAUX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 4 ID: 4 name: H:\ORADATA\PRODTEST\USERS01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 5 ID: 5 name: H:\ORADATA\PRODTEST\IFSAPP_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.386 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 6 ID: 6 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 7 ID: 7 name: H:\ORADATA\PRODTEST\IFSAPP_LOB01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 8 ID: 8 name: H:\ORADATA\PRODTEST\IFSAPP_REPORT_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 9 ID: 9 name: H:\ORADATA\PRODTEST\IFSAPP_REPORT_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 10 ID: 10 name: H:\ORADATA\PRODTEST\IFSAPP_ARCHIVE_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.402 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 11 ID: 11 name: H:\ORADATA\PRODTEST\IFSAPP_ARCHIVE_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 12 ID: 12 name: H:\ORADATA\PRODTEST\IFSAPP_IAL_DATA01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 13 ID: 13 name: H:\ORADATA\PRODTEST\IFSAPP_IAL_INDEX01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 14 ID: 14 name: H:\ORADATA\PRODTEST\MIGRATION_DATA.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 15 ID: 15 name: H:\ORADATA\PRODTEST\MIGRATION_INDEX.DBF
    [Thread-27] [ 2013-08-15 15:36:22.417 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 16 ID: 16 name: H:\ORADATA\PRODTEST\IFSAPP_LOB02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 2170 Adjusted size: 2170
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 17 ID: 17 name: H:\ORADATA\PRODTEST\SYSTEM02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 18 ID: 18 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 19 ID: 19 name: H:\ORADATA\PRODTEST\IFSAPP_LOB03.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 20 ID: 20 name: H:\ORADATA\PRODTEST\IFSAPP_DATA02.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 21 ID: 21 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX03.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 22 ID: 22 name: H:\ORADATA\PRODTEST\IFSAPP_DATA03.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 23 ID: 23 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX04.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 24 ID: 24 name: H:\ORADATA\PRODTEST\IFSAPP_DATA04.DBF
    [Thread-27] [ 2013-08-15 15:36:22.433 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1469]  Datafile 25 ID: 25 name: H:\ORADATA\PRODTEST\IFSAPP_INDEX05.DBF
    [Thread-27] [ 2013-08-15 15:36:22.495 CEST ] [CloneDatabaseFileAttributes.adjustFileSize:1569]  Original size: 252 Adjusted size: 500
    [Thread-27] [ 2013-08-15 15:36:22.495 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1497]  Tempfile 1 ID: 1 name: H:\ORADATA\PRODTEST\TEMP01.DBF
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 1 member: F:\ORADATA\PRODTEST\REDO011.LOG
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 1 member: H:\ORADATA\PRODTEST\REDO021.LOG
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 1 member: L:\ORADATA\PRODTEST\REDO031.LOG
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 1 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.511 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 1
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 2 member: F:\ORADATA\PRODTEST\REDO012.LOG
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 2 member: H:\ORADATA\PRODTEST\REDO022.LOG
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 2 member: L:\ORADATA\PRODTEST\REDO032.LOG
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 2 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.526 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 2
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 3 member: F:\ORADATA\PRODTEST\REDO013.LOG
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 3 member: H:\ORADATA\PRODTEST\REDO023.LOG
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 3 member: L:\ORADATA\PRODTEST\REDO033.LOG
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 3 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.542 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 3
    [Thread-27] [ 2013-08-15 15:36:22.558 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 4 member: F:\ORADATA\PRODTEST\REDO014.LOG
    [Thread-27] [ 2013-08-15 15:36:22.558 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 4 member: H:\ORADATA\PRODTEST\REDO024.LOG
    [Thread-27] [ 2013-08-15 15:36:22.558 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1524]  Log group 4 member: L:\ORADATA\PRODTEST\REDO034.LOG
    [Thread-27] [ 2013-08-15 15:36:22.573 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1532]  Redo log size for group 4 is 52428800 bytes
    [Thread-27] [ 2013-08-15 15:36:22.573 CEST ] [CloneDatabaseFileAttributes.setDatabaseFileAttributes:1537]  Set redo log size 51200 KB for group 4
    [Thread-27] [ 2013-08-15 15:36:22.573 CEST ] [CloneAttributes.setDatabaseFileAttributes:385]  Database file attributes have been set
    [Thread-27] [ 2013-08-15 15:36:22.589 CEST ] [CloneAttributes.generateMapfile:405]  mapfile generated: c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\mapfile.txt
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.604 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.604 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.604 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.776 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.776 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.807 CEST ] [InstallGroupImpl.<init>:112]  OUI_LOC_PROPERTY = oracle.installer.oui_loc
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.823 CEST ] [ClusterwareInfo.isHAInstalled:295]  PRCI-1124 : Oracle Restart home does not exist on the local node
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.823 CEST ] [CompManager.isEMAlreadyConfigured:10275]  Check if EM Config is configured for db:=PRODTEST
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [Version.isPre:528]  version to be checked 11.2.0.3.0 major version to check against10
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [Version.isPre:539]  isPre.java: Returning FALSE
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.loadLibrary:312] 
    Inside constructor of OCR
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.isCluster:952]  Calling OCRNative for isCluster()
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.isCluster:956]  OCR Result status = true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.932 CEST ] [OCR.isCluster:968]  Bolean result = false
    [AWT-EventQueue-0] [ 2013-08-15 15:36:22.963 CEST ] [CompManager.isEMAlreadyConfigured:10284]  EM is NOT configured for db:=PRODTEST
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.447 CEST ] [CompManager.isEMAlreadyConfigured:10306]  EM is NOT configured but EM repository exists
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.665 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.665 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.712 CEST ] [UpgradeOptionsPage.initializePage:377]  isFlashBackMode? false
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.712 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.728 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.728 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.899 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:23.899 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:26.302 CEST ] [UpgradeOptionsPage.doNext:491]  run utlrp true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:26.302 CEST ] [UpgradeOptionsPage.doNext:502]  archive mode set false
    [AWT-EventQueue-0] [ 2013-08-15 15:36:26.302 CEST ] [UpgradeOptionsPage.doNext:512]  Degre of parallelism Selected:=7
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.validate:6275]  validate - performing space checks
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-75] [ 2013-08-15 15:36:26.333 CEST ] [CompManager.validateInternal:6354]  Validating the Space required for tablespaces, datafiles
    [Thread-75] [ 2013-08-15 15:36:26.395 CEST ] [DBFreeSpacer$RollbackSegsFreeSpacer.validateSpace:2043]  Should be called only For RollbackSegments.....
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified Z:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified P:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified L:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified J:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified H:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified G:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified F:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [OsUtilsBase.getMountPoint:2878]  mount point to be verified C:\
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CompManager.updateRequiredSpace:11504]  put in spaceMap, mountPoint:=C:\  currSize:=70 isASM=false
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [RollbackSegment.validate:297]  Validate of Tablespace
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [Tablespace.getValidateMsg:567]  Validate of Tablespace
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CommonAttributes.replaceVariables:1329]  var2 c:\app
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CommonAttributes.replaceVariables:1329]  var2 PRODTEST
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [Tablespace.getValidateMsg:575]  -- SDatafile name from MEP file:=c:\app\oradata\PRODTEST\odma_rbs.dbf
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-75] [ 2013-08-15 15:36:26.442 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-75] [ 2013-08-15 15:36:26.520 CEST ] [Tablespace.spaceCheckforTablespace:239]  -- Check for Database is Auto Undo Mgmt mode
    [Thread-75] [ 2013-08-15 15:36:26.536 CEST ] [Tablespace.spaceCheckforTablespace:246]  undo tablespace in database = UNDOTBS1
    [Thread-75] [ 2013-08-15 15:36:26.567 CEST ] [Tablespace.canICreateUserGivenUndoTbs:336]  Block size for the tablespace = 8192
    [Thread-75] [ 2013-08-15 15:36:26.660 CEST ] [Tablespace.canICreateUserGivenUndoTbs:345]  Get all the datafiles from undo tablespace= UNDOTBS1
    [Thread-75] [ 2013-08-15 15:36:26.660 CEST ] [Tablespace.canICreateUserGivenUndoTbs:352]  Datafile in UndoTablespace:= H:\ORADATA\PRODTEST\UNDOTBS01.DBF
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:381]  MAXSIZE of datafile [H:\ORADATA\PRODTEST\UNDOTBS01.DBF] = 4194302
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:418]  total size of undo tablespace [UNDOTBS1] in Mbytes: 32767
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:422]  total size of undo tablespace [UNDOTBS1] in Mbytes: 32767
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:429]  Requred space for tablespaceODMA_RBS = 209715200 KB
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [Tablespace.canICreateUserGivenUndoTbs:436]  undo tablespace not created, user has large enough
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11353]  mountPoint from hashMap:=C:\
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11360]  diskSpace Available in MB:= 12277
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11361]  estimatedDatabaseSize in MB:= 70
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.spaceNotAvailableMessage:11209]  The specified mapfile is: c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7\SpaceUsage.txt
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.spaceNotAvailableMessage:11273]  Below is the space usage summary:
    Space usage reason: "Log file location"
    Directory: "c:\app\cfgtoollogs\dbua\PRODTEST\upgrade7"
    Required space: 70MB
    Below is the disk space usage summary:
    Mount point: "C:\"
    Required space: 70MB
    Free space: 12277MB
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validateDiskSpace:11414]  BINGO ...you have enough free disk space to continue with upgrade
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [CompManager.validate:6333]  validate - complete returning:true
    [Thread-75] [ 2013-08-15 15:36:26.707 CEST ] [UpgradeOptionsPage.doProcessing:595]  Space check returned true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:29.968 CEST ] [OracleBasePage.onCreatePage:172]  OracleBasePage.onCreatePage () ...
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [OracleBasePage.initializePage:543]  OracleBasePage.initializePage () ...
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: null
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [InventoryUtil.getOUIInvSession:347]  setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.046 CEST ] [OracleHome.getVersion:908]  Homeinfo C:\app\product\11.2.0\dbhome_1,1
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:936]  OracleHome.server.getVersion Version: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:889]  OracleHome.getVersion called.  Current Version: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleHome.getVersion:957]  Current Version From Inventory: 11.2.0.2.0
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OracleBasePage.initializePage:548]  version >= 11.1.0.6.0true
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.217 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.389 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.560 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.560 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:30.560 CEST ] [OracleBasePage.initializePage:686]  Size of recoveryArea in bytes:= 85899345920
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.509 CEST ] [OsUtilsBase.getBaseFromOrabase:651]  oraBaseUtility c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.509 CEST ] [OsUtilsBase.getBaseFromOrabase:660]  cmds: c:\app\product\11.2.0\dbhome_2\bin\orabase.exe
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.509 CEST ] [OsUtilsBase.getBaseFromOrabase:664]  envs:  ORACLE_HOME=c:\app\product\11.2.0\dbhome_2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.680 CEST ] [OsUtilsBase.getBaseFromOrabase:669]  baseLocation from orabase
    c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.680 CEST ] [OsUtilsBase.getBaseFromOrabase:694]   orabaseLocation= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:798]  Validation for ORACLE_BASE and diagnostic_dest...
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOracleBase:147]  Getting ORACLE_BASE from inventory.
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOUIInvSession:347]  setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOracleBase:162]  Inventory Home Size = 2
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [InventoryUtil.getOracleBase:187]  ORACLE_BASE returned from inventory:= c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.displayOracleBaseWarning:985]  oracleBaseFromEnv null
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.displayOracleBaseWarning:991]  oracle_base from OUI  c:\app oracle_base from envnull
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:858]  setting diagnostic_dest c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:859]  OracleBasePage.validate ORACLE_BASE = c:\app
    [AWT-EventQueue-0] [ 2013-08-15 15:36:33.696 CEST ] [OracleBasePage.doNext:860]  OracleBasePage.validate DIAGNOSTIC_DESTINATION = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.updateDatabaseParameters:4419]  CompManager.updateDatabaseInformation
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.updateDatabaseParametersImpl:3812]  CompManager.updateDatabaseParametersImpl
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setAuditParameter:10879]  setAuditParameter() old OH value: c:\app\product\11.2.0\dbhome_1\
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setAuditParameter:10892]   retrieving audit param from source db oracle.sysman.assistants.util.attributes.DBParameter@464693f9
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setCDumpParameter:10834]  setCDumpParameter() old OH value: c:\app\product\11.2.0\dbhome_1\
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setCDumpParameter:10837]   retrieving audit param from source db oracle.sysman.assistants.util.attributes.DBParameter@715c2843
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:10986]  In CompManager.setADRParameters ...
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:10990]  m_oracleBase = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:10991]  m_diagDest = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [CompManager.setADRParameters:11044]  Updating Parameters: m_diagDest = c:\app
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3083]  lsnr LISTENER
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [HAUtils.isCRSInstalled:592]  enter isCRSInstalled() m_ouiLoc C:\Program Files\Oracle\Inventory\ContentsXML
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [InstallGroupImpl.<init>:112]  OUI_LOC_PROPERTY = oracle.installer.oui_loc
    [Thread-83] [ 2013-08-15 15:36:33.712 CEST ] [ClusterwareInfo.isCRSInstalled:427]  PRCI-1123 : CRS home does not exist on the local node
    [Thread-83] [ 2013-08-15 15:36:33.727 CEST ] [HAUtils.getCurrentOracleHome:366]  Oracle home from system property: c:\app\product\11.2.0\dbhome_2
    [Thread-83] [ 2013-08-15 15:36:33.727 CEST ] [GETCRSHOMEUtil.<init>:90]  Toolname: getcrshome.exe   ---    Tool location: c:\app\product\11.2.0\dbhome_2\binTool dependencies: [Ljava.lang.String;@5ff06dc3
    [Thread-85] [ 2013-08-15 15:36:33.727 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-84] [ 2013-08-15 15:36:33.727 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-83] [ 2013-08-15 15:36:33.883 CEST ] [CmdToolUtil.executeLocally:528]  Failed to execute command. Command = [c:\app\product\11.2.0\dbhome_2\bin\getcrshome.exe] env = null error = []
    [Thread-83] [ 2013-08-15 15:36:33.883 CEST ] [HAUtils.getHASHome:938]  Failed to get HAS home.
    PRCT-1011 : Failed to run "getcrshome.exe". Detailed error: []
    [Thread-83] [ 2013-08-15 15:36:33.883 CEST ] [HAUtils.isHASConfigured:532]  HA Home is null
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3250]  host=null hostParam=AT01S001.ccivalve.com
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3316]  returning bestAddrSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.isDefaultHostName:2765]  lsnrHost: AT01S001.ccivalve.com ==> ip address:169.254.1.183 host: AT01S001 ==> ip address:169.254.1.183
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getLocalListenerAddresses:1308]  listener[0]=LISTENER address=null
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [StepContext.setListenersToUpdate:878]  needLocalListener = false
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3083]  lsnr LISTENER
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [HAUtils.isCRSInstalled:592]  enter isCRSInstalled() m_ouiLoc C:\Program Files\Oracle\Inventory\ContentsXML
    [Thread-83] [ 2013-08-15 15:36:33.899 CEST ] [InstallGroupImpl.<init>:112]  OUI_LOC_PROPERTY = oracle.installer.oui_loc
    [Thread-83] [ 2013-08-15 15:36:33.914 CEST ] [ClusterwareInfo.isCRSInstalled:427]  PRCI-1123 : CRS home does not exist on the local node
    [Thread-83] [ 2013-08-15 15:36:33.914 CEST ] [HAUtils.getCurrentOracleHome:366]  Oracle home from system property: c:\app\product\11.2.0\dbhome_2
    [Thread-83] [ 2013-08-15 15:36:33.914 CEST ] [GETCRSHOMEUtil.<init>:90]  Toolname: getcrshome.exe   ---    Tool location: c:\app\product\11.2.0\dbhome_2\binTool dependencies: [Ljava.lang.String;@5ff06dc3
    [Thread-86] [ 2013-08-15 15:36:33.914 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-87] [ 2013-08-15 15:36:33.914 CEST ] [StreamReader.run:61]  In StreamReader.run
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [CmdToolUtil.executeLocally:528]  Failed to execute command. Command = [c:\app\product\11.2.0\dbhome_2\bin\getcrshome.exe] env = null error = []
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [HAUtils.getHASHome:938]  Failed to get HAS home.
    PRCT-1011 : Failed to run "getcrshome.exe". Detailed error: []
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [HAUtils.isHASConfigured:532]  HA Home is null
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3250]  host=null hostParam=AT01S001.ccivalve.com
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3316]  returning bestAddrSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getOneLocalListenerProtocolAddress:3376]  Returning bestSoFar=(ADDRESS=(PROTOCOL=TCP)(HOST=AT01S001.ccivalve.com)(PORT=1521))
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.isDefaultHostName:2765]  lsnrHost: AT01S001.ccivalve.com ==> ip address:169.254.1.183 host: AT01S001 ==> ip address:169.254.1.183
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [NetworkUtils.getLocalListenerAddresses:1308]  listener[0]=LISTENER address=null
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [CompManager.updateDatabaseParametersImpl:4018]  OS_AUTHENT_PREFIX does not have ENV_VARIABLES
    [Thread-83] [ 2013-08-15 15:36:34.086 CEST ] [SQLEngine.done:2189]  Done called
    [AWT-EventQueue-0] [ 2013-08-15 15:36:34.102 CEST ] [OracleBasePage.doNext:936]  setting recovery param L:\oraarch\PRODTEST
    [AWT-EventQueue-0] [ 2013-08-15 15:36:34.102 CEST ] [OracleBasePage.onRecoveryAreaChanged:531]  -- Size of recoveryArea in LONG:= 85899345920
    [AWT-EventQueue-0] [

    JamesW wrote:
    That's exactly that. Shutdown the database. make the correction in the PFILE, started the DB using the PFILE and then created a new SPFILE .. Restarted the DB (using the SPFILE), restated the upgraded assist.. its not at 9% and running
    Pesky Oracle Thanks guys for your help
    FWIW, and for your future understanding, you didn't actually have to *start* the database with the pfile in order to create the spfile.
    In this example, I don't even have a database named fubar ...
    oracle:fubar$ pwd
    /u01/app/oracle/product/11.2.0/db_1/dbs
    2013-08-15 10:52:29
    oracle:fubar$ ls -l init*
    -rw-r--r-- 1 oracle oinstall 2851 May 15  2009 init.ora
    -rw-r----- 1 oracle oinstall   35 Jan 31  2013 initorcl.ora
    2013-08-15 10:52:36
    oracle:fubar$ ls -l spfile*
    -rw-r----- 1 oracle asmadmin 2560 Aug 15 10:47 spfilekilroy.ora
    2013-08-15 10:52:39
    oracle:fubar$ export ORACLE_SID=fubar
    2013-08-15 10:52:48
    oracle:fubar$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Aug 15 10:52:53 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> create spfile from pfile='init.ora';
    File created.
    SQL> exit
    Disconnected
    2013-08-15 10:53:05
    oracle:fubar$ ls -l spfile*
    -rw-r----- 1 oracle asmadmin 1536 Aug 15 10:53 spfilefubar.ora
    -rw-r----- 1 oracle asmadmin 2560 Aug 15 10:47 spfilekilroy.ora
    2013-08-15 10:53:07
    oracle:fubar$

  • Oracle.apps.fnd.cache.CacheException while generating Auto Reports

    Hi,
    Please help me in resolving out the ERROR occured while dealing with Automated Report Generation.
    Following is the Error Message:
    Weekly Report Generator starts running at:Tue Jun 24 14:41:47 IST 2008
    connection oracle.jdbc.driver.T4CConnection@789144
    Generating Health Summary Report for: _11_5_1.html
    oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDataba
    seValues(DebugEventManager.java:1149)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(Deb
    ugEventManager.java:1010)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(Debug
    EventManager.java:979)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:946)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:933)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :917)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :882)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:933)
    at uttara.oracle.apps.uttaraimc.reports.jasper.HealthSummaryReportGenera
    tor.getServiceApplicationModule(HealthSummaryReportGenerator.java:110)
    at uttara.oracle.apps.uttaraimc.reports.jasper.HealthSummaryReportGenera
    tor.generateReport(HealthSummaryReportGenerator.java:40)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.gen
    erateWeeklyReports(WeeklyReportGenerator.java:75)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.mai
    n(WeeklyReportGenerator.java:27)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache
    : java.lang.NullPointerException: null Connection
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 20 more
    Error: Report cannot be created at: /oracle10/oracle/viscomn/java/oracle/apps/me
    dia/CDV/CDVReport/HTML/Auto/Weekly/24_06_2008/ status: false
    Error:oracle.apps.fnd.cache.CacheException
    No. of reports generated:0
    ************************************************************************

    It looks like the reports to be created is trying to use
    /oracle10/oracle/viscomn/java/oracle/apps/media/CDV/CDVReport/HTML/Auto/Weekly/24_06_2008/
    And it can not write in that location. Specify a different folder or check the permisisons/free space avaialable.
    Rajesh Alex

  • Error while installing oracle 10.2.0.1

    hi ,
    Iam installing Oracle10g (10.2.0.1) in AIX 5.2 server.while configuring DBCA it shows an error as ORA-12547: TNS lost contact.
    what could be the reason .how to rectify this error.
    Thanks in advance,
    R.Ratheesh

    this is the trace.log file present in ORACLE_HOME/cfgtoollogs/dbca
    [Thread-13] [0:6:20:607] [Host.noEntryinOratab:5107] Check made for oratab arg passed............
    [Thread-13] [0:6:20:607] [Oratab.getTempFile:710] Temp oratab: /tmp/oratab
    [Thread-13] [0:6:20:777] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
    [Thread-13] [0:6:20:778] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=/glodb/Oracle10g/flash_recovery_area
    [Thread-13] [0:6:20:778] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
    [Thread-13] [0:6:31:577] [SQLEngine.done:1951] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12547: TNS:lost contact
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:814)
    at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:244)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:209)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
    at java.lang.Thread.run(Thread.java:568)
    [Thread-13] [0:6:31:579] [StepContext$ModeRunner.run:2484] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:
    435)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:209)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
    java.lang.Thread.run(Thread.java:568)
    [Thread-13] [0:6:32:639] [SQLEngine.done:1951] Done called
    [Thread-13] [0:6:32:639] [Host.createStepSQLInterface:5940] sid =T2473
    [Thread-13] [0:6:32:640] [SQLEngine.initialize:241] Execing SQLPLUS/SVRMGR process...
    [Thread-13] [0:6:32:719] [SQLEngine.initialize:269] m_bReaderStarted: false
    [Thread-13] [0:6:32:725] [SQLEngine.initialize:273] Starting Reader Thread...
    [Thread-13] [0:6:32:755] [CloneRmanRestoreStep.cancel:601] Cleaning up partially extracted files failed
    [Thread-13] [0:6:32:769] [SQLEngine.done:1951] Done called
    [Thread-13] [0:6:32:770] [CloneRmanRestoreStep.cancel:616] RMAN cleanup failed
    [Thread-13] [0:6:32:770] [CloneRmanRestoreStep.cancel:617] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:814)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:604)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2561)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2523)
    java.lang.Thread.run(Thread.java:568)
    [Thread-13] [0:6:32:771] [CloneDBCreationStep.cancel:876] CloneDBCreationStep.cancel(): nodeList= null
    [Thread-13] [0:6:32:771] [SQLEngine.reInitialize:602] Reinitializing SQLEngine...
    [Thread-13] [0:6:32:773] [SQLEngine.initialize:241] Execing SQLPLUS/SVRMGR process...
    [Thread-13] [0:6:32:845] [SQLEngine.initialize:269] m_bReaderStarted: false
    [Thread-13] [0:6:32:847] [SQLEngine.initialize:273] Starting Reader Thread...
    [Thread-13] [0:6:32:889] [SQLEngine.initialize:322] Waiting for m_bReaderStarted to be true
    [Thread-13] [0:6:32:923] [SQLEngine.done:1951] Done called
    [Thread-13] [0:6:32:925] [Oratab.getTempFile:710] Temp oratab: /tmp/oratab
    [Thread-13] [0:6:32:942] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/dbs/orapwT2473
    [Thread-13] [0:6:32:943] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/dbs/initT2473.ora
    [Thread-13] [0:6:32:943] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/admin/T2473/pfile/init.ora
    [Thread-13] [0:6:32:944] [CloneDBCreationStep.cancel:917] CloneDBCreationStep.cancel(): bRaw=false
    [Thread-13] [0:6:32:944] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/system01.dbf
    [Thread-13] [0:6:32:944] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/undotbs01.dbf
    [Thread-13] [0:6:32:945] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/sysaux01.dbf
    [Thread-13] [0:6:32:945] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/users01.dbf
    [Thread-13] [0:6:32:946] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/redo01.log
    [Thread-13] [0:6:32:946] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/redo02.log
    [Thread-13] [0:6:32:946] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/redo03.log
    [Thread-13] [0:6:32:947] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/control01.ctl
    [Thread-13] [0:6:32:947] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/control02.ctl
    [Thread-13] [0:6:32:947] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/control03.ctl
    [Thread-13] [0:6:33:14] [SQLEngine.done:1951] Done called
    [AWT-EventQueue-0] [0:6:37:685] [SQLEngine.done:1951] Done called
    $
    and within the SID there is logfile called
    more tts_example_imp.log
    IMP-00058: ORACLE error 12547 encountered
    ORA-12547: TNS:lost contact
    IMP-00000: Import terminated unsuccessfully
    $
    $ more CloneRmanRestore.log
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    ORA-12547: TNS:lost contact
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    ERROR:
    ORA-12547: TNS:lost contact
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    ORA-12547: TNS:lost contact
    thanks and regards,
    Ratheesh

  • Oracle 11g Installation DBCA ORA-01034: Oracle Not Available

    I have two oracle databases installed (using the default settings in dbca) and running on a Windows 2003 R2 server, already.
    However, when I try and create a third using the defaults, after 2%, dbca receives an ORA-01034: Oracle Not Available and stops the creation process.
    I've searched 16 hours or so for a similar issue, but haven't had much luck other than to check sqlnet.ora for OS authentication, the registry keys, and tnsnames.ora.
    I've looked at the trace log for dbca a few times for the different attempts at creating a new database, and they tend to differ when the error is generated.
    Looking at Event Viewer, I noticed that connection events occurred during installation, and that for at least one case, CONNECT / AS SYSDBA occured 3 times before the error was generated.
    I've made more than 3 databases on another machine (XP - not server 2003), without any issue, but it seems odd that this error would be because of server 2003.
    I'm fairly inexperienced with configuring databases for Oracle, so please excuse my ignorance.
    Here's a log file to accompany the issue:
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [14:59:16:460] [CommandLineArguments.process:639] CommandLineArguments->process: number of arguments = 0
    [main] [14:59:16:976] [Host.checkOPS:2290] Inside checkOPS
    [main] [14:59:16:976] [Host.checkOPS:2302] Trying to check cluster existence
    [main] [14:59:17:38] [Library.getInstance:106] Created instance of Library.
    [main] [14:59:17:38] [Library.load:206] Loading orauts.dll...
    [main] [14:59:17:38] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:38] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orauts.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orauts.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:206] Loading MSVCR71.dll...
    [main] [14:59:17:54] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:54] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\MSVCR71.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\MSVCR71.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:206] Loading orawsec11.dll...
    [main] [14:59:17:54] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:54] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orawsec11.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:206] Loading orasrvm11.dll...
    [main] [14:59:17:54] [Library.load:212] oracleHome D:\app\Administrator\product\11.1.0\db_1
    [main] [14:59:17:54] [Library.load:227] Property oracle.installer.library_loc is set to value=D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Library.load:229] Loading library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll
    [main] [14:59:17:54] [Library.load:262] Loaded library D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32\orasrvm11.dll from path=
    D:\app\Administrator\product\11.1.0\db_1\oui\lib\win32
    [main] [14:59:17:54] [Version.isPre10i:213] isPre10i.java: Returning FALSE
    [main] [14:59:17:54] [WindowsSystem.regKeyExists:1104] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
    [main] [14:59:17:648] [WindowsSystem.getCSSConfigType:1271] configType=null
    [main] [14:59:17:648] [Host.checkOPS:2308] cluster existence:false
    [main] [14:59:17:648] [Host.checkOPS:2346] Cluster installed=false
    [AWT-EventQueue-0] [14:59:19:429] [OsUtilsBase.getOracleBaseFromInventory:413] Getting ORACLE_BASE from inventory.
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:427] Setting oracle.installer.oui_loc = D:\app\Administrator\product\11.1.0\db_1\oui
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:430] Oracle Inventory property invptrloc = null
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:447] Inventory Home Size = 1
    [AWT-EventQueue-0] [14:59:19:445] [OsUtilsBase.getOracleBaseFromInventory:473] ORACLE_BASE returned from inventory:= D:\app\Administrator
    [AWT-EventQueue-0] [14:59:19:445] [Host.displayOracleBaseWarning:1115] oracleBaseFromEnv null
    [AWT-EventQueue-0] [14:59:19:445] [Host.displayOracleBaseWarning:1121] oracle_base from OUI D:\app\Administrator oracle_base from env
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:517] CustomSGA flag: false
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:518] Database Type: MULTIPURPOSE
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:519] Mem Percentage: 40
    [AWT-EventQueue-0] [14:59:24:538] [InitParamHandler.endElement:552] Total memory MB: 818
    [AWT-EventQueue-0] [14:59:24:538] [OsUtilsBase.is64Bit:294] architecture is 64 bit: false
    [AWT-EventQueue-0] [14:59:24:538] [MemoryCalculator.<clinit>:92] setting memory minimums for 32 bit
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:237] IN threadID:1 group#=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:237] IN threadID:1 group#=2
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:246] Current threadID=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[0]=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:263] vRedoGroups:[1]
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:293] setAttribute: bExists=false
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:237] IN threadID:1 group#=3
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:246] Current threadID=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[0]=1
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[1]=2
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:263] vRedoGroups:[1, 2]
    [AWT-EventQueue-0] [14:59:24:554] [StorageAttributes.setAttribute:293] setAttribute: bExists=false
    [AWT-EventQueue-0] [14:59:24:554] [TemplateManager.parseCloneTemplate:1509] See for any transportable datafiles in TemplateManager.....
    [AWT-EventQueue-0] [14:59:36:804] [DatabaseNamePage.onNameChanged:751] m_oldGDBName =
    [AWT-EventQueue-0] [14:59:36:819] [OracleHome.isRacEnabled:177] bRacOn = false
    [AWT-EventQueue-0] [14:59:36:897] [ManagementOptionsPage.initializePage:692] Enumerating Agents
    [AWT-EventQueue-0] [14:59:41:350] [ManagementOptionsPage.validate:1049] emConfigChkBox State: true
    [AWT-EventQueue-0] [14:59:41:350] [ManagementOptionsPage.validate:1050] switchChkBox State: false
    [AWT-EventQueue-0] [14:59:41:350] [ManagementOptionsPage.validateAndSetParams:1090] In validateAndSetParams
    [AWT-EventQueue-0] [14:59:41:350] [NetworkUtils.checkListenerStatus:350] Checking listener status: LISTENER
    [AWT-EventQueue-0] [14:59:41:569] [NetworkUtils.checkListenerStatus:356] lsnrct status output
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 13-JUN-2008 14:59:41
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XXX)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
    Start Date 13-JUN-2008 10:32:10
    Uptime 0 days 4 hr. 27 min. 33 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\Administrator\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File d:\app\administrator\diag\tnslsnr\XXX\listener\alert\log.xml
    Listener Trace File d:\app\administrator\diag\tnslsnr\XXX\listener\trace\ora_1792_1876.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=XXX)(PORT=1521)))
    Services Summary...
    Service "Oracle8" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "XXX", status UNKNOWN, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [AWT-EventQueue-0] [15:0:14:475] [TemplateManager.isInstallTemplate:2226] Selected Template by user:=General Purpose
    [AWT-EventQueue-0] [15:0:14:475] [TemplateManager.isInstallTemplate:2233] The Message Id to be searched:=GENERAL_PURPOSE
    [AWT-EventQueue-0] [15:0:14:490] [TemplateManager.isInstallTemplate:2226] Selected Template by user:=General Purpose
    [AWT-EventQueue-0] [15:0:14:490] [TemplateManager.isInstallTemplate:2233] The Message Id to be searched:=GENERAL_PURPOSE
    [AWT-EventQueue-0] [15:0:14:506] [TemplateManager.isInstallTemplate:2226] Selected Template by user:=General Purpose
    [AWT-EventQueue-0] [15:0:14:506] [TemplateManager.isInstallTemplate:2233] The Message Id to be searched:=GENERAL_PURPOSE
    [AWT-EventQueue-0] [15:0:15:84] [Verifier.processRawConfigFile:3709] StorageType == 0
    [AWT-EventQueue-0] [15:0:15:84] [DatabaseOptionPage.doNext:266] processRawConfigFile=false
    [AWT-EventQueue-0] [15:0:17:724] [InitParametersPage.validate:225] InitParametersPage->validate: in SPFile condition
    [AWT-EventQueue-0] [15:0:17:724] [InitParametersPage.validate:229] original spFileName with variables ={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [15:0:17:724] [Verifier.validateSPFile:4853] The SPFILE={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [15:0:17:724] [ClusterUtils.validateRawDevice:784] Inside validateRawDevice
    [AWT-EventQueue-0] [15:0:17:724] [ClusterUtils.validateRawDevice:796] Device Exception
    [AWT-EventQueue-0] [15:0:17:724] [ClusterUtils.isRaw:762] The handle is invalid.
    [AWT-EventQueue-0] [15:0:17:724] [InitParametersPage.validate:337] InitParametersPage->validate: calling createUndoAttributes
    [AWT-EventQueue-0] [15:0:19:131] [StoragePage.selectAndExpandItem:333] item=oracle.sysman.emSDK.client.dataComponent.dataDrivenTree.TreeParentNode[label=Storage,index=0]
    [AWT-EventQueue-0] [15:0:19:178] [StoragePage.selectAndExpandItem:342] item.isExpanded=true
    [AWT-EventQueue-0] [15:0:19:193] [StoragePage.selectAndExpandItem:354] selection.isSelected(item)=false
    [AWT-EventQueue-0] [15:0:20:771] [StoragePage.validate:934] StoragePage: In validate function
    [AWT-EventQueue-0] [15:0:20:787] [Verifier.validateTemplate:1780] StorageType == 0
    [AWT-EventQueue-0] [15:0:20:818] [CreationOptionPage.setSaveTemplateVisible:465] Setting save template visible = true
    [AWT-EventQueue-0] [15:0:23:177] [DBCAWizard.onFinish:1203] m_bFinishClicked: false
    [TaskScheduler timer] [15:0:23:177] [OracleHome.isRacEnabled:177] bRacOn = false
    [TaskScheduler timer] [15:0:23:193] [NetworkUtils.checkListenerStatus:350] Checking listener status: LISTENER
    [TaskScheduler timer] [15:0:23:412] [NetworkUtils.checkListenerStatus:356] lsnrct status output
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 13-JUN-2008 15:00:23
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XXX)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
    Start Date 13-JUN-2008 10:32:10
    Uptime 0 days 4 hr. 28 min. 14 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\Administrator\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File d:\app\administrator\diag\tnslsnr\XXX\listener\alert\log.xml
    Listener Trace File d:\app\administrator\diag\tnslsnr\XXX\listener\trace\ora_1792_1876.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=XXX)(PORT=1521)))
    Services Summary...
    Service "Oracle8" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "XXX", status UNKNOWN, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    Service "XXX" has 1 instance(s).
    Instance "XXX", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [TaskScheduler timer] [15:0:23:412] [Verifier.validateTemplate:1780] StorageType == 0
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:412] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=D:\app\Administrator\oradata\
    [TaskScheduler timer] [15:0:23:443] [Verifier.getControlfFileSizes:3187] No. of Control files:=3
    [Thread-15] [15:0:23:474] [UIHost.getHtmlSummary:1055] UIHost:getHtmlSummary: running createTemplateDocument NOT for SHOW_TEMPLATE condition
    [Thread-15] [15:0:23:490] [UIHost.getHtmlSummary:1061] UIHost:getHtmlSummary: after running createTemplateDocument NOT for SHOW_TEMPLATE condition
    [Thread-15] [15:0:23:615] [XSLConst.generateHeaderXSL:211] NLS:Template Name:= null
    [Thread-15] [15:0:23:615] [XSLConst.generateHeaderXSL:216] Template Description:= Use this database template to create a pre-configured database optimized for general purpose or transaction processing usage.
    [Thread-15] [15:0:23:865] [UIHost.getHtmlSummary:1100] UIHost->getHtmlSummary: start printing of transformed document
    [TaskScheduler timer] [15:0:26:302] [Host.executeSteps:4426] Executing steps....
    [TaskScheduler timer] [15:0:26:302] [Host.setUpForOperation:3198] setUpForOperation: Mode = 128
    [TaskScheduler timer] [15:0:26:302] [OsUtilsBase.copyFile:715] OsUtilsBase.copyFile:
    [TaskScheduler timer] [15:0:26:318] [OsUtilsBase.copyFile:763] **write of file at destination complete...
    [TaskScheduler timer] [15:0:26:318] [OsUtilsBase.copyFile:798] **file copy status:= true
    [TaskScheduler timer] [15:1:13:879] [OsUtilsBase.copyFile:763] **write of file at destination complete...
    [TaskScheduler timer] [15:1:13:879] [OsUtilsBase.copyFile:798] **file copy status:= true
    [TaskScheduler timer] [15:1:13:895] [Host.executeSteps:4605] setupForOperation returned: true
    [TaskScheduler timer] [15:1:13:895] [Host.createStepSQLInterface:6444] sid =Mapping
    [TaskScheduler timer] [15:1:13:895] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [TaskScheduler timer] [15:1:13:895] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [TaskScheduler timer] [15:1:14:35] [SQLEngine.initialize:281] m_bReaderStarted: false
    [TaskScheduler timer] [15:1:14:35] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-35] [15:1:14:35] [StepContext$ModeRunner.run:2487] ---- Progress Needed:=true
    [Thread-35] [15:1:14:67] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
    [Thread-35] [15:1:14:67] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
    [Thread-35] [15:1:14:67] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
    [Thread-35] [15:1:14:67] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:14:67] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
    [Thread-35] [15:1:14:67] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:14:67] [InitParamAttributes.sortParams:3562] m_sortOn:4 sortOn:4
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1698] Processing init param db_block_size
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1703] The value is 8192
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1698] Processing init param open_cursors
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1703] The value is 300
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1698] Processing init param db_domain
    [Thread-35] [15:1:14:67] [InitParamAttributes.createInitFile:1703] The value is ""
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param db_name
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is Mapping
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param control_files
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is ("D:\app\Administrator\oradata\Mapping\control01.ctl", "D:\app\Administrator\oradata\Mapping\control02.ctl", "D:\app\Administrator\oradata\Mapping\control03.ctl")
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param db_recovery_file_dest
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is D:\app\Administrator\flash_recovery_area
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param db_recovery_file_dest_size
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 2147483648
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param compatible
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 11.1.0.0.0
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param diagnostic_dest
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is D:\app\Administrator
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param memory_target
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 857735168
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param processes
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is 150
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param audit_file_dest
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is D:\app\Administrator\admin\Mapping\adump
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param audit_trail
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is db
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param remote_login_passwordfile
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is EXCLUSIVE
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param dispatchers
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is "(PROTOCOL=TCP) (SERVICE=MappingXDB)"
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1698] Processing init param undo_tablespace
    [Thread-35] [15:1:14:192] [InitParamAttributes.createInitFile:1703] The value is UNDOTBS1
    [Thread-35] [15:1:14:473] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-35] [15:1:14:473] [Host.noEntryinOratab:5562] Check made for oratab arg passed............
    [Thread-35] [15:1:14:473] [Oradim.getAddEntryCommand:355] AddEntry=[D:\app\Administrator\product\11.1.0\db_1\bin\oradim.exe, -new, -sid, MAPPING, -startmode, manual, -spfile]
    [Thread-35] [15:1:19:35] [Oradim.getEditEntryCommand:436] getEditEntry cmd=[D:\app\Administrator\product\11.1.0\db_1\bin\oradim.exe, -edit, -sid, MAPPING, -startmode, auto, -srvcstart, system]
    [Thread-35] [15:1:19:520] [Oradim.addSidToRegistry:884] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb11g_home1
    [Thread-35] [15:1:19:520] [OracleHome.getVersion:974] OracleHome.getVersion called. Current Version: 11.1.0.6.0
    [Thread-35] [15:1:19:520] [OracleHome.getVersion:1046] Current Version From Inventory: 11.1.0.6.0
    [Thread-35] [15:1:19:520] [OracleHome.getVersion:1051] using sqlplus: D:\app\Administrator\product\11.1.0\db_1\bin\sqlplus.exe
    [Thread-35] [15:1:19:520] [CommonUtils.createPasswordFile:515] calling new orapwd for version : 11.1.0.6.0
    [Thread-35] [15:1:19:520] [OsUtilsBase.execProg:1335] beginning execProg with input array.
    [Thread-35] [15:1:19:520] [OsUtilsBase.execProg:1347] finished execProg with input array.
    [Thread-35] [15:1:19:520] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:19:520] [CloneRmanRestoreStep.executeImpl:218] Instance Creation went fine..........
    [Thread-35] [15:1:19:520] [CloneRmanRestoreStep.executeImpl:225] db_recovery_file_dest=D:\app\Administrator\flash_recovery_area
    [Thread-35] [15:1:19:520] [CloneRmanRestoreStep.executeImpl:228] db_recovery_file_dest_size=2147483648
    [Thread-35] [15:1:23:67] [SQLEngine.done:2014] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:245)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
         at java.lang.Thread.run(Thread.java:595)
    [Thread-35] [15:1:23:207] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e1666
    [Thread-35] [15:1:23:207] [StepContext$ModeRunner.run:2513] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:448)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
    java.lang.Thread.run(Thread.java:595)
    [Thread-35] [15:1:24:191] [SQLEngine.done:2014] Done called
    [Thread-35] [15:1:24:191] [Host.createStepSQLInterface:6444] sid =Mapping
    [Thread-35] [15:1:24:207] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-35] [15:1:24:207] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-35] [15:1:24:207] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-35] [15:1:24:207] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-35] [15:1:24:348] [CloneRmanRestoreStep.cancel:614] Cleaning up partially extracted files failed
    [Thread-35] [15:1:24:535] [SQLEngine.done:2014] Done called
    [Thread-35] [15:1:24:754] [CloneRmanRestoreStep.cancel:629] RMAN cleanup failed
    [Thread-35] [15:1:24:754] [CloneRmanRestoreStep.cancel:630] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:617)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2590)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2552)
    java.lang.Thread.run(Thread.java:595)
    [Thread-35] [15:1:24:754] [CloneDBCreationStep.cancel:895] CloneDBCreationStep.cancel(): nodeList= null
    [Thread-35] [15:1:24:754] [SQLEngine.reInitialize:624] Reinitializing SQLEngine...
    [Thread-35] [15:1:24:754] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-35] [15:1:24:754] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-35] [15:1:24:754] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-35] [15:1:24:863] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-35] [15:1:24:863] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-35] [15:1:25:254] [SQLEngine.done:2014] Done called
    [Thread-35] [15:1:25:473] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-35] [15:1:25:473] [Oradim.getRemoveEntryCommand:477] Execing D:\app\Administrator\product\11.1.0\db_1\bin\oradim.exe -delete -sid MAPPING
    [Thread-35] [15:1:27:316] [SQLEngine.done:2014] Done called
    [AWT-EventQueue-0] [15:1:30:379] [SQLEngine.done:2014] Done called
    Any help will be greatly appreciated.

    I found out from another dba that oracle takes up 1 gb of memory by default. So creating 2 databases with default settings means that 2 gb of memory was taken on a windows 32 bit server. So that means only 2 gb is available to the machine, and the server takes up more than half of that making the memory available scarce for another oracle database to be created.

  • Not running pages after upgrade version in oracle apps 11.5.10.2 CU2

    Hello friends,
    after upgrading version in oracle apps 11.5.10.2 CU2. i could not run any OAF pages in local jdeveloper.
    i used these patches. 1) p4573517_11i_GENERIC 2)p4045639_11i_GENERIC . i set all properties correct like dbc file,database connection,responsibility set.
    i got below error . please let me know what is the cause.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SECURITY_APPL_USER_NOTAUTH. Tokens: USER = GUEST; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:870)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST. (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:870)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SECURITY_INVALID_DBC_PARAMETER. Tokens: ROUTINE = AppsConnectionManager.makeGuestConnection; FILE = C:\JDEV\jdevhome\jdev\dbc_files\secure\detux4.corp.aam.net_erp1.dbc; PARAMETER = GUEST_USER_PWD; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:870)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: AOLJ_JAVA_EXCEPTION. Tokens: MESSAGE = Not able to create new database connection: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:884)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.fnd.common.PoolException: Not able to create new database connection: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:876)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.common.PoolException: Not able to create new database connection: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST
         at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:225)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at oracle.apps.fnd.common.Pool.createObject(Pool.java:1187)
         at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:946)
         at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:661)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:211)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1671)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2363)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2301)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2172)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1986)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1890)
         at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:1482)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:996)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:360)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:225)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:184)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:147)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1107)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:971)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:940)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:907)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:1025)
         at oracle.apps.fnd.common.WebAppsContext.init(WebAppsContext.java:3486)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:537)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:346)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST. (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:870)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SECURITY_INVALID_DBC_PARAMETER. Tokens: ROUTINE = AppsConnectionManager.makeGuestConnection; FILE = C:\JDEV\jdevhome\jdev\dbc_files\secure\detux4.corp.aam.net_erp1.dbc; PARAMETER = GUEST_USER_PWD; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:870)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: AOLJ_JAVA_EXCEPTION. Tokens: MESSAGE = Not able to create new database connection: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:884)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.fnd.common.PoolException: Not able to create new database connection: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:876)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.common.PoolException: Not able to create new database connection: FNDSECURITY_APPL_USER_NOTAUTHNUSERGUEST
         at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:225)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at oracle.apps.fnd.common.Pool.createObject(Pool.java:1187)
         at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:946)
         at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:661)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:211)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1671)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2363)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2301)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2172)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1986)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1890)
         at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:1482)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:996)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:360)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:225)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:184)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:147)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1107)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:971)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:940)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:907)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:1025)
         at oracle.apps.fnd.common.WebAppsContext.init(WebAppsContext.java:3486)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:537)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:346)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    Thanks and Regards,
    vamshi.

    Hi,
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SECURITY_APPL_USER_NOTAUTH. Tokens: USER = GUEST; (Could not lookup message because there is no database connection)The same error is reported in (Note: 357218.1 - Troubleshooting JDeveloper setup for Oracle Applications) -- Search for "1. No Suitable Driver" under "Know Issue" section, please see if it helps.
    Btw, are you able to login to the database remotely? Please note that in 11.5.10 and above there are new security features added that restricts remote connections to the database for clients that are not registered on the system -- Please see (Note: 291897.1 - 11.5.10 New Features : Managed SQL*Net Access from Hosts) for details.
    Regards,
    Hussein

  • Two pages reuse a task flow -------how to reinitialize the task flow?

    Hi, i get a question.
    In general:
    In the navigation menu i have two commandlink that are "Service" and "Application". And when i click on each of the two command links, i go to a page.
    The detail:
    This two commandlinks use a same task flow-----that is : <af:commandNavigationItem...... definition of this two link' action attributes are just the same.
    What's more, the pages that i go to when i click on the link also use the same one, just show something different bansed on the paramaters when alick on the link. The parameters are defined in the <af:commandNavigationItem...... using <af:setPropertyListener..
    And the question is:
    when i click on the "Service" link and see the "Add service" page and then click "Application" it's still the "Add service" page, and otherwise is the same. i just can not jump freely through this tow link.
    I have debuged the code and find that, once i click "Service" link then i click "Application" link, the task flow won't reinitialize.
    Any one has some solutions?
    Thanks in advance.

    Reading the official doc will help.
    http://docs.oracle.com/cd/E15523_01/web.1111/b31974/taskflows_complex.htm#BABHIAAI

  • Gurus, please help I am getting oracle.apps.fnd.cache.CacheException

    Hi, I am not a newbie to OAF. I have worked good amount on the OAF 9i development. Currently we are on R12.0.4 and Jdev 10g (patch 6908968) But this error really beats me. I believe it could be due to a Apache error, but may be I am doing something wrong here and so hopefully you can provide me some insight. I am trying to configure my JDev 10G for R12 development. I am trying to run supplied HelloWorld page in Tutorial.jpr. I have set the DB connection and provided the username/password with responsibility key and also the DBC file in the Runtime Connections properties for the Project. I have also tried the alternative i.e building a custom HelloWorld, but even with that I get the same error.
    Please let me know if I should be doing anything else.
    Thanks and appreciate your help.
    Rahul
    ---------------------------------------------------Error ------------------------------------------------------------------------
    racle.apps.fnd.cache.CacheException     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1027)     
    at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223)     
    at OAErrorPage.jspService(_OAErrorPage.java:66)     [OAErrorPage.jsp]     
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     
    at runregion.jspService(_runregion.java:197)     [runregion.jsp]     
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     
    at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     
    ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 54 more
    -------------------------------------------------------------------------------------------------------------------------------------------------

    I did thought it was a DBC issue before, so I requested the DBC file again from the DBA's. I try the page and get the same error again. This time I looked at the DBC and compared the JDBC string with what I have on the TNSNames. The server name on the DBC file provided to me was slightly off. So, that was the error. The dbc file had imbcdd-d as the server name, whereas in the TNSName it was imbcdd-b. I fixed the DBC and reran and there it goes I get the HelloWorld Page.
    Thanks a bunch to all. I should have it investigated more. Apologize for the siilly post.
    Rahul

  • 500 Internal Server Error oracle.apps.fnd.cache.CacheException

    I have been trying to access a new instance using JDEV, but i have been getting this error:
    Can anyone help me ?
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228) at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171) at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148) at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259) at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114) at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037) at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595) at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891) at oracle.apps.fnd.common.WebAppsContext.&lt;init&gt;(WebAppsContext.java:1027) at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223) at OAErrorPage.jspService(_OAErrorPage.java:62) [OAErrorPage.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813) at runregion.jspService(_runregion.java:193) [runregion.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712) at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802) at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624) at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216) ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607) at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:66) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:88) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:202) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:218) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:249) ... 54 more

    Hi Pardeep,
    I was getting the same error. I have copied the JDK 1.5.0_16.zip from other user and unzip in the folder of mine like AB12020 where I have installed the Jdeveloper or might be your DBC file get corrupted.
    Check out..
    Thanks
    Anil Sharma
    PS-Pls marked ur questioned as answered and close the question.
    Edited by: OAFUser on Jan 15, 2009 9:43 PM

  • Exception in thread "main" oracle.apps.fnd.cache.CacheException

    Dear Experts,
    I am getting the below error.
    $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \
    -Ddbcfile=$FND_SECURE/TEST.dbc \
    -Dport=993 -Dssl=Y \
    -Dtruststore=/home/applprod/.keystore \
    -Dserver=xxxxxxxxxxxxx \
    [email protected] -Dpassword=pass@word01\
    -Dconnect_timeout=120 -Ddebug=Y \
    -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.MailerException in thread "main" oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)
    at oracle.apps.fnd.wf.apps.WorkflowContext.<init>(WorkflowContext.java:31)
    at oracle.apps.fnd.wf.apps.ContextFactory.makeContext(ContextFactory.java:54)
    at oracle.apps.fnd.wf.common.WorkflowContext.<init>(WorkflowContext.java:82)
    at oracle.apps.fnd.wf.mailer.Mailer.main(Mailer.java:4653)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 19 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
    ... 23 more
    Please advise.
    Mohammed. Abdul Muqeet
    Edited by: Mohammed Abdul Muqeet on Jan 21, 2013 7:20 PM
    Edited by: Mohammed Abdul Muqeet on Jan 21, 2013 7:21 PM

    Please post the details of the application release, database version and OS.
    I am getting the below error.
    $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \
    -Ddbcfile=$FND_SECURE/TEST.dbc \
    -Dport=993 -Dssl=Y \
    -Dtruststore=/home/applprod/.keystore \
    -Dserver=xxxxxxxxxxxxx \
    [email protected] -Dpassword=pass@word01\
    -Dconnect_timeout=120 -Ddebug=Y \
    -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.Mailer
    Please see (oracle.apps.fnd.cache.CacheException - null connection - on AppsLocalLogin.jsp [ID 414170.1]).
    Thanks,
    Hussein

  • Oracle.apps.fnd.cache.CacheException

    Hi,
    I am getting following exception while I m running auto generated reports in server.
    But its working fine in local machine.
    oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromD
    B(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Exte
    ndedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProf
    ileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDataba
    seValues(DebugEventManager.java:1149)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(Deb
    ugEventManager.java:1010)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(Debug
    EventManager.java:979)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:946)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:933)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :917)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :882)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:933)
    at uttara.oracle.apps.uttaraimc.reports.jasper.DisabilitySummaryReportGe
    nerator.getServiceApplicationModule(DisabilitySummaryReportGenerator.java:132)
    at uttara.oracle.apps.uttaraimc.reports.jasper.DisabilitySummaryReportGe
    nerator.generateReport(DisabilitySummaryReportGenerator.java:35)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.gen
    erateWeeklyReports(WeeklyReportGenerator.java:90)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.mai
    n(WeeklyReportGenerator.java:27)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache
    : java.lang.NullPointerException: null Connection
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 20 more
    Here is the code for generator class,
    public class EconomicSummaryReportGenerator implements AutoReportGenerator {
    public EconomicSummaryReportGenerator() {
    public boolean generateReport(String districtName, String townName,
    String wardName, String htmlPath,
    String areaCode) {
    System.out.println("Generating Economic Status Report for: " +
    areaCode);
    boolean stat = false;
    try {
    OAApplicationModuleImpl am = getServiceApplicationModule();
    Boolean executeQuery = BooleanUtils.getBoolean(false);
    if (wardName == null)
    wardName = "";
    if (townName == null)
    townName = "";
    Serializable[] parameters =
    { null, null, null, districtName, townName, wardName, "",
    executeQuery };
    Class[] paramTypes =
    { String.class, String.class, String.class, String.class,
    String.class, String.class, String.class, Boolean.class };
    am.invokeMethod("initEconomicSummaryDetails", parameters,
    paramTypes);
    if (wardName == "")
    wardName = null;
    if (townName == "")
    townName = null;
    OAViewObject districtTownWardVO = null;
    if (districtName != null && townName != null && wardName != null)
    districtTownWardVO =
    (OAViewObject)am.findViewObject("EconomicStatusSummaryDistTownWardVO1");
    else if (districtName != null && townName != null &&
    wardName == null)
    districtTownWardVO =
    (OAViewObject)am.findViewObject("EconomicStatusSummaryDistTownVO1");
    else if (districtName != null && townName == null &&
    wardName == null)
    districtTownWardVO =
    (OAViewObject)am.findViewObject("EconomicStatusSummaryDistrictVO1");
    EconomicStatusReportImpl repImpl = new EconomicStatusReportImpl();
    htmlPath =
    htmlPath + CDVReportConstants.economicSummaryReportName +
    areaCode;
    String status =
    repImpl.retrieveCDVRpt(districtTownWardVO, districtName,
    townName, wardName, htmlPath);
    if (am != null)
    am.remove();
    stat = (status == null) ? false : true;
    if (stat == false)
    System.out.println("Error: Report cannot be created at: " +
    htmlPath + " status: " + stat);
    else
    System.out.println("Report created at: " + htmlPath +
    " status: " + stat);
    } catch (Exception ex) {
    ex.printStackTrace();
    System.out.println("Error: Report cannot be created at: " +
    htmlPath + " status: " + stat);
    System.out.println("Error:" + ex);
    return stat;
    private static OAApplicationModuleImpl getServiceApplicationModule() {
    WebAppsContext ctx = new WebAppsContext(CDVReportConstants.dbcPath);
    // Process the error stack to make sure that the WebAppsContext object
    // was created correctly.
    OAException oaex =
    OAExceptionUtils.processAOLJErrorStack(ctx.getErrorStack());
    if (oaex != null) {
    throw oaex;
    ctx.getSessionManager().validateLogin(CDVReportConstants.userName,
    CDVReportConstants.passWord);
    ctx.getSessionManager().setResp(CDVReportConstants.applicationId,
    CDVReportConstants.responsibilityId);
    // Process the error stack again before creating the root application
    // module with the WebAppsContext instance.
    oaex = OAExceptionUtils.processAOLJErrorStack(ctx.getErrorStack());
    if (oaex != null) {
    throw oaex;
    return (OAApplicationModuleImpl)OAApplicationModuleFactory.createRootOAApplicationModule(ctx,
    "uttara.oracle.apps.uttaraimc.reports.server.EconomicStatusReportAM");
    What might be the reason for this exception?
    Please suggest.
    Thanks & Regards,
    Sagarika

    Hi,
    wrong forum. Please try the Apps forum on OTN
    Frank

  • 9i Jdeveloper for Oracle Applications gives error when running hello world

    The following is the error
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at OAErrorPage.jspService(OAErrorPage.jsp:35)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
         at test_fwktutorial._jspService(test_fwktutorial.jsp:72)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    THe following is the OAFramework version
    OA Framework Version InformationOA Framework Version 11.5.10.5RUP.
    MDS Version 9.0.5.4.89 (build 555)
    UIX Version 2.2.24.1.0
    BC4J Version 9.0.3.13.97
    I use JDeveloper that comes with the patch 4725670
    The project settings for Oracle applications, the dbc file, userid/password, responsibility details are correctly set.
    Data base connection is also defined.
    I tried the patch 6012619 as well. No change and the same error
    Any clues please.

    user589898 ,
    Search on old threads before posting issues. Search on keyword CacheLoaderNotFoundException and you will find this issue has been discussed earlier.
    --Shiv                                                                                                                                                                                                                                                                                                                                                           

  • WebServer needs restart if Oracle DB is down.

    We are developing an Java Server Pages (JSP) Application. We are
    using Oracle Thin driver for connecting to Oracle 7.3.3 Database
    thru' JSP.
    When there are people logged on to the JSP application and I
    reboot the ORACLE DB Server, our JSP Engine hangs. Unless I
    restart the web server (Microsoft IIS 4.0), JSP Engine does not
    initialize and Application does not run at all.
    Another observation is that if we don't use thin driver and use
    OCI driver, restarting the WebServer is not required. When
    Oracle Database is up, Web Application resumes to run smoothly.
    (However considering Platform independance, usage of thin driver
    is an essential requirement for us.)
    Is there is any process which I can kill on the web server to
    reinitialize JSP Engine ?
    Thanks in Advance,
    Vinay.
    null

    Aj09 wrote:
    Thanks for your response Justin, I understand that Enterprise Manager does that, but wouldn't the EM be on the same server. As I explained, there are scenarios where my Server itself goes down. So writing another program on a different machine would be the only solution ? Kindly correct me and provide any alternatives if available ?As I said, Grid Control involves installing agents on the various machines you are monitoring and having Enterprise Manager running on a separate server. The central application pings the agents periodically-- if the agent doesn't respond because the server is down or if it does respond and indicate that the database, the listener, or some other component is down, Enterprise Manager knows that there is a problem and alerts you. Of course, Enterprise Manager can also send you alerts for hundreds of other problems.
    As Sybrand points out, Enterprise Manager is hardly alone in having this sort of architecture where agents are deployed to the monitored machines and a central process collects the information from many agents in order to provide for centralized management.
    Justin

  • Command line to reinitialize cms database in windows

    Post Author: sptong
    CA Forum: Administration
    Pls adv if there is any command line that I can use to reinitialize the BOE cms database in windows ?
    I wish to automate the housekeep process to clear away all the previously created folders/report-objects in InfoView. Is there anyone with any ready to use scripts or steps to show how it can be done ?
    I am running BOE XIR2 in Windows 2003 server. CMS used Oracle 9.2 as database.
    Thanks/Rgds

    Post Author: sptong
    CA Forum: Administration
    TAZ:
    Hi Sptong,
    Reinitializing the CMS DB will effectively delete everything, folders, users, groups, and you will be left with a new install basically.
    Is that what you want to do? I can't see how this could possibly be a maintainence task?
    There is no command line way to do this. If that is what you want to do... Then from the CCM you can stop the CMS, right click properties, go to the tab with the connection info on it and modify the connection. There you will see 3 options 1 which will reinitialize the CMS DB. Remember to most customers this would constitute a production down and 100% loss of data. I'd back up your DB first.
    Regards,
    Tim
    Yes. That is basically what I wanted.
    For our application, we do not published the report into InfoView. We used the InfoView scheduling facility to 'generate a final PDF file' to a report repository. We store the reports else where. Hence, the InfoView folders will get messy after some period. Hence, we need to housekeep the folders by deleting everything, leaving a new install basically.
    We know the manual steps. Just wonder if there are some command line / scripts that we could use to automate the process.

Maybe you are looking for