ORACLE 11g R2 POST Install Issue

Hi,
I have successfully installed ORACLE 11g R2 on my windows 7 platform. The problem is that when i open the database control URL page and then enter my credentials, it fails to log in and says that an internal error has occurred. Please view the log files. I have also seen the logs but didn't find anything helpful. Kindly help.
Thanks.

I got this data from 'emoms.log' It's not the full log file. It's just a last few part of it.
May be this is the required one.
2010-07-17 07:33:37,550 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.344 - java.lang.NullPointerException
java.lang.NullPointerException
     at oracle.sysman.emSDK.emd.comm.EMDClient.getURL(EMDClient.java:1570)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1266)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1242)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1689)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:981)
     at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:340)
     at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:154)
     at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:416)
     at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:605)
     at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:325)
     at java.lang.Thread.run(Thread.java:595)
2010-07-17 07:33:37,560 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.344 - java.lang.NullPointerException
java.lang.NullPointerException
     at oracle.sysman.emSDK.emd.comm.EMDClient.getURL(EMDClient.java:1570)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1266)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getConnection(EMDClient.java:1242)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1689)
     at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:981)
     at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:340)
     at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:154)
     at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:416)
     at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:605)
     at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:325)
     at java.lang.Thread.run(Thread.java:595)
2010-07-17 07:58:50,860 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.352 - Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:73)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:525)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
     at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
     at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
     at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
     at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
     at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
     at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.logoff(EMBaseLoginAdapterImpl.java:680)
     at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.login(EMBaseLoginAdapterImpl.java:629)
     at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:127)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
2010-07-17 07:58:50,862 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17143; Cleaning up cache and retrying
2010-07-17 07:59:06,521 [HTTPThreadGroup-7] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
     at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
     at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
     at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.defaultUserPrePopulateCache(OracleImplicitConnectionCache.java:272)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.doForEveryCachedConnection(OracleImplicitConnectionCache.java:1307)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.refreshCacheConnections(OracleImplicitConnectionCache.java:1902)
     at oracle.jdbc.pool.OracleConnectionCacheManager.refreshCache(OracleConnectionCacheManager.java:756)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:357)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
     at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
     at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
     at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
     at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
     at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
     at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.logoff(EMBaseLoginAdapterImpl.java:680)
     at oracle.sysman.emSDK.sec.auth.EMBaseLoginAdapterImpl.login(EMBaseLoginAdapterImpl.java:629)
     at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:127)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
2010-07-17 07:59:57,217 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: The Network Adapter could not establish the connection
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
     at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
     at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
     at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
     at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
     at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
     at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
     at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
     at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
     at oracle.sysman.eml.sec.auth.AuthUtils.invalidateOldSession(AuthUtils.java:62)
     at oracle.sysman.emSDK.sec.auth.EMLoginService.doEMLogin(EMLoginService.java:111)
     at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticate(EMLoginServlet.java:695)
     at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticateUser(EMLoginServlet.java:314)
     at oracle.sysman.emSDK.sec.auth.EMLoginServlet.doPost(EMLoginServlet.java:541)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.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:234)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
2010-07-17 07:59:57,232 [HTTPThreadGroup-7] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
2010-07-17 08:00:12,239 [HTTPThreadGroup-7] ERROR app.SessionObjectManager sessionDestroyed.128 - java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
     at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
     at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
     at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:248)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:201)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:359)
     at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
     at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
     at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
     at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
     at oracle.sysman.eml.app.SessionObjectManager.sessionDestroyed(SessionObjectManager.java:116)
     at oracle.sysman.eml.app.SessionListener.sessionDestroyed(SessionListener.java:126)
     at com.evermind.server.http.HttpApplication.invalidateSession(HttpApplication.java:860)
     at com.evermind.server.http.EvermindHttpSession.invalidate(EvermindHttpSession.java:397)
     at oracle.sysman.eml.sec.auth.AuthUtils.invalidateOldSession(AuthUtils.java:62)
     at oracle.sysman.emSDK.sec.auth.EMLoginService.doEMLogin(EMLoginService.java:111)
     at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticate(EMLoginServlet.java:695)
     at oracle.sysman.emSDK.sec.auth.EMLoginServlet.authenticateUser(EMLoginServlet.java:314)
     at oracle.sysman.emSDK.sec.auth.EMLoginServlet.doPost(EMLoginServlet.java:541)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:165)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:357)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.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:234)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
Thanks...

Similar Messages

  • Oracle 11g FREE download installation issues

    I am installing this database on an HP Pavilion Desktop
    I essentially have TWO (2) issues.
    1st ISSUE
    I was able to successfully run the setup.exe and my Oracle 11g is now installed.
    When I go to start, programs, Oracle, Application Development, SQL Plus
    it opens a windown for SQL plus, however, I am not able to do anything.
    I followed the install instructions about setting up the ODBC drivers, however I still
    can not get this to work. Would also like to know how to set access to this up as a desktop icon.
    2nd ISSUE
    Acording to the README..for the Oracle Enterprise Edition, I was only required to download
    V20610-01 Part 1 of 2
    V20610-01 Part 2 of 2
    V20609-01
    V20606-01
    V19145-01
    The Oracle Fusion Middleware download V18762-01 they said was OPTIONAL (O)
    Because I was having problems with the install where it was coming up with errors about
    not finding files, I downloaded ALL the ones from the list which were for 64bit INCLUDING Orcale Fusion Middleware.
    Only then did my install work properly.
    What I need to know is, on a desktop where I will be the only user,
    IS THE ORACLE FUSION MIDDLEWARE REQIRED?
    If NOT, and I completed the install, what will happen if I delete that folder (size is 11G)?
    Please advise!
    Edited by: user11925571 on Jul 15, 2010 8:31 AM

    >
    I am installing this database on an HP Pavilion Desktop ...
    >
    Which version of 11g ? What is the OS ? Assuming 11gR2 and Windows, pl confirm you meet or exceed the requirements for the install
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#i1011417
    HTH
    Srini

  • Oracle 11g could be install in Solaris9 [E4900 SUN server]

    Hi,
    Please confirm if Oracle 11g can be installed in Solaris 9 [+E4900 SUN Server+] ? Is there any patches required?
    Please guide to install with proper steps.
    regds,

    pra$ wrote:
    Hi,
    Please confirm if Oracle 11g can be installed in Solaris 9 [+E4900 SUN Server+] ? Is there any patches required?
    Please guide to install with proper steps.
    regds,since 11g is somewhat indeterminate you'll need to decide for yourself
    http://www.oracle.com/technetwork/database/gateways/mainframe-certification-129156.pdf

  • Oracle 11g R2 Windows Installation issue

    Hey everybody,
    i was trying to install Oracle 11g R2 on a Windows Server 2008 64-bit machine. During the installation i am getting an error message multiple times (about 20 times) where it says it cannot find certain files like C:\app\ora11g\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\WFMLRSVCApp.ear and some other files too. If i click move on in the dialog box each time an error occurs the installation will succeed and finish successfully.
    What am I doing wrong, do I have to change anything before installation starts?
    I am using the correct 64-bit installation files i downloaded from the Oracle homepage...
    Edited by: user12266335 on 07.04.2010 05:32

    SKramer_MuM wrote:
    Hi Hans,
    know I found where it contains the information about the downloads. It only shows up when you click on the "See All", but it won´t show up if you directly download via the Disk 1 or Disk 2 link on the download page. Good point. I never would have believed noobs would stop at that page and not be curious about what other stuff might be available under 'See All'. Stuff like the 'De-install' package.
    Since you didn't do it, I posted a comment/suggestion in the Download forum to put an additional note on the top 11gR2 download page.
    What brings up more confusion is when you click on the "See All" button next to the download for the 32-bit Version of 11g R2 for Windows an error comes up. Worked for me.
    You reported your error ... where?
    So I think Oracle needs to improve its homepage a lot...If you have ideas there is a forum "Forum Home » Technology Network Community » Community Feedback and Suggestions" in which you you are welcome to submit comments.

  • Windows 7, Oracle 11g Client Post-Installation Error

    Hello all--
    Background Info:
    - I have installed Oracle 11g Client (32-bit) on my Windows 7 Professional (32-bit) workstation.
    - The ORACLE_HOME directory (in my case C:\Oracle\Ora11g) is in the PATH environment variable.
    - I have created TNS_ADMIN as an environment variable that points to a network folder that contains our tnsnames.ora and sqlnet.ora.
    - I can tnsping our servers and sqlplus connects without issue.
    - I am logged in as a regular network user (added into the local Administrators group on my machine).
    The problem is that I cannot connect using a user or system DSN in the Microsoft ODBC Administrator, BUT, I can connect with a DSN when I am logged in with the local Administrator account. I have verified the DSNs are setup correctly. The error I get is the ORA-12154 error.
    Here is the exact error as it appears:
    Unable to connect
    SQLState=08004
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    If I copy the tnsnames.ora file from the network to my machine and remove/redirect TNS_ADMIN to the %ORACLE_HOME%\NETWORK\ADMIN folder, it works with my user account.
    Any thoughts?
    Thanks!
    Matt

    Hi All--
    I figured out what the problem was and I wanted to share what our solution was.
    Basically, when you open the Microsoft ODBC Administrator in Windows 7, it has to run with elevated privileges and loads the Administrator profile. Our tnsnames.ora and sqlnet.ora files are on a network share that we map to a drive letter for all users across our organization. The Administrator profile does not have this drive mapping. So I created the TNS_ADMIN environment variable with the full UNC path and I was able to test DSNs successfully.
    Regards,
    Matt

  • Error on .bash_profile _ oracle 11g preparing to install

    Dears,
    I am preparing to install grid oracle 11g , In the envirment varaible on the oracle user on the .bash_profile I got the below error, please help me to solve it :
    ERROR:
    ./.bash_profile
    ': not a valid identifier export: `TMPDIR
    : command not foundne 19:
    ': not a valid identifier export: `ORACLE_HOSTNAME
    ': not a valid identifier export: `ORACLE_UNQNAME
    ': not a valid identifier export: `ORACLE_BASE
    ': not a valid identifier export: `GRID_HOME
    ': not a valid identifier export: `DB_HOME
    ': not a valid identifier export: `ORACLE_HOME
    ': not a valid identifier export: `ORACLE_SID
    ': not a valid identifier export: `ORACLE_TERM
    ': not a valid identifier export: `BASE_PATH
    ': not a valid identifier export: `PATH
    : command not foundne 30:
    ': not a valid identifier export: `LD_LIBRARY_PATH
    : command not foundne 33:
    ./.bash_profile: line 46: syntax error: unexpected end of file
    The file .bash_profile :
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    # Oracle Settings
    TMP=/tmp
    export TMP
    TMPDIR=$TMP
    export TMPDIR
    ORACLE_HOSTNAME=ol6-112-rac1.localdomain; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=RAC; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    GRID_HOME=/u01/app/11.2/grid; export GRID_HOME
    DB_HOME=$ORACLE_BASE/product/11.2/db_1; export DB_HOME
    ORACLE_HOME=$DB_HOME; export ORACLE_HOME
    ORACLE_SID=RAC1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    BASE_PATH=/usr/sbin:$PATH; export BASE_PATH
    PATH=$ORACLE_HOME/bin:$BASE_PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    alias grid_env='. /home/oracle/grid_env'
    alias db_env='. /home/oracle/db_env'
    Note: I check all directories and all are correct and availabe on the server ( oracle linux server 6.3).
    Appretiate your help .
    Regards
    Salman

    env|sort :
    CLASSPATH=/u01/app/oracle/product/11.2/db_1/JRE:/u01/app/oracle/product/11.2/db_1/jlib:/u01/app/oracle/product/11.2/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    CVS_RSH=ssh
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-c4FSmIcAqV,guid=60fd11073a66582b07812e990000005f
    DESKTOP_SESSION=gnome
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDM_KEYBOARD_LAYOUT=us
    GDM_LANG=en_US.UTF-8
    GDMSESSION=gnome
    GNOME_DESKTOP_SESSION_ID=this-is-deprecated
    GNOME_KEYRING_PID=2231
    GNOME_KEYRING_SOCKET=/tmp/keyring-Dgx3GS/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTCONTROL=ignoredups
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=ol6-112-rac1.localdomain
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=rs=0:di=0.... (long words )
    MAIL=/var/spool/mail/oracle
    ORBIT_SOCKETDIR=/tmp/orbit-oracle
    PATH=/u01/app/oracle/product/11.2/db_1/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin
    PWD=/home/oracle/Desktop
    QTDIR=/usr/lib64/qt-3.3
    QTINC=/usr/lib64/qt-3.3/include
    QTLIB=/usr/lib64/qt-3.3/lib
    SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2241,unix/unix:/tmp/.ICE-unix/2241
    SHELL=/bin/bash
    SHLVL=2
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/keyring-Dgx3GS/socket.ssh
    TERM=xterm
    TMP=/tmp
    USERNAME=oracle
    USER=oracle
    _=/usr/bin/env
    WINDOWID=48234500
    WINDOWPATH=1
    XAUTHORITY=/var/run/gdm/auth-for-oracle-Se0hQ1/database
    XDG_SESSION_COOKIE=06a46f0a02fd92da98077e5a00000088-1360773632.745291-1559061973

  • Oracle 11g - Merge PL/SQL issue - Same code work in Oracle10g

    Below PL/SQL block stop working after Oracle11g upgrade, working fine in Oracle10g
    CREATE TABLE TMP_TABLE1 (P_PROVIDER NUMBER, P_ID NUMBER);
    CREATE TABLE TMP_TABLE2 (COL1 NUMBER, COL2 NUMBER);
    CREATE TABLE TMP_TABLE3 (COL3 NUMBER, COL4 NUMBER);
    BEGIN
    FOR i IN (SELECT p_provider p_provider, p_id p_id FROM tmp_table1)
    LOOP
    MERGE INTO TMP_TABLE2 T
    USING ( SELECT I.P_PROVIDER P_PROVIDER,
    I.P_ID P_ID FROM DUAL) DDD
    ON (T.COL1= DDD.P_PROVIDER AND T.COL2 = DDD.P_ID)
    WHEN NOT MATCHED THEN
    INSERT (COL1, COL2) VALUES (1, (SELECT x.COL4 FROM TMP_TABLE3 x WHERE x.COL4 = DDD.P_ID));
    END LOOP;
    END;
    Oracle 10g Version:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Oracle 11g Version:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 – Production
    Oracle11 g Error:
    Error at line 5
    ORA-06550: line 11, column 93:
    PL/SQL: ORA-00904: "DDD"."P_ID": invalid identifier
    ORA-06550: line 5, column 7:
    PL/SQL: SQL Statement ignored
    Script Terminated on line 5.
    Is there any patch/work around in Oracle 11g?
    Please advice
    Thank you
    Raj

    We had a similar issue when our organization upgraded to 11gR2.
    It looks like it boils down to a change Oracle made in regards to how it works with correlated subqueries within an insert statement.
    Anyway, this thread has a little more information:
    Merge Command in 10g vs 11g
    And it says to look at Metalink note 1109983.1 (which I can't seem to find).
    Anyway, a workaround in thread is suggests (which worked for us) to wrap the insert subquery around a dummy decode clause, and oddly it will work.
    eg:
    INSERT (COL1, COL2) VALUES (1, (decode(1,1,(SELECT x.COL4 FROM TMP_TABLE3 x WHERE x.COL4 = DDD.P_ID)) ) ) ;
    Quite a kludge, but at least it is an immediate fix to the problem, without having to rewrite anything.

  • Oracle 11g R1 silent install, skip final input

    Hello all,
    I am attempting to automate the install of Oracle 11g R1 software. I have the silent install working correctly. Upon on completion it says:
    "The installation of Oracle Database 11g was successful.
    Please check '/u01/app/oracle/oraInventory/logs/silentInstall<date>.log' for more details."
    It then sits and waits for the user to hit enter or any key to exit. Given that I am trying to do all of this and more via a shell script, I cannot give it an input manually. Is there a way to force the installation to exit at this point (via a parameter or some sort of shell command or however?) and continue with the next step in the shell script I have written?
    Your help is appreciated, thank you.

    I found that there is a "-nowait" parameter that does exactly what I want it to do, but there is no linux counterpart. I have tried -noconsole also thinking that if there is no console allocated, that it wouldnt prompt, but it still does. Any help would be appreciated.

  • Oracle Apps R12 post install fails.

    Hi All, I am trying to install Oracle Apps r12 on Ubuntu 8.10, after everything went good,,,the post install failed with all entries having red cross.
    it said
    HTTP server not responding
    JSP page is not responding
    Database file was created
    Login Page is not responding
    Help page is not responding
    environment file was not created
    Vitual Directory page not responding
    Can some please help me with this, i have been trying to install Oracle Apps R12 for a long long time.
    Thanks.

    Thanks for replying.
    I tried to install Oracle Enterprise Linux 5 but i was not able to connect to the internet with that OS so i chose Ubuntu 8.10. I have Intel wifi 5000 card,,,,which was not working in OEL 5. If you have any fix for that, then I will certainly switch to OEL 5.
    Please help.
    thanks.

  • SP2010 Foundation Post Install issues on development workstation - Database and Services

    Just recently installed SP2010 Foundation for a development workstation.  Platform isWin7 X64 pro, SQL 2008 (Developer edition)
    (1) Looks like search has some configuration issues.  This is in the Windows event log
    The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID 38eefca2-d092-47f4-a833-23f8280c5f63) threw an exception. More information is included below.
    The device is not ready.  
    (2) In Central Admin > Servers in Farm
    Status - "Upgrade Available", 
    (3) In Central Admin > Manage Database Upgrade Status
    Sveral of the Datbase(s) mention that upgrade is recommended, but one in particular mentions that the DB is too old?
    WSS_Search_GHHTY
    SPSearchDatabase
    Database is too old and upgrade is required
    Huh?  
    (4) Looking at my local SQL 2008 instance that SP2010 created, I see several DB's with "Config" in the name along with a guid on the end of the name.  Is the result of re-running the configuration wizard several times while
    I was correcting install issues?

    here is question, i am assuming its fresh install not upgrade...
    when you run the config wizard( you mentioned many times), which option you select from 2nd try to on ward....cannot disconnect this server from farm?
    are you using any script to install ?
    I would say run the config wizard without disconnecting and this server will host CA option.
    from the central admin > manager server in farm...on top you will see farm version and config database name. note it
    from the Manage database Upgrade status page note all the db names
    now match it on sql and keep those and all other should gone now as a clean process.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • ORACLE 11g R2 SCAN LISTNER ISSUE

    Hi,
    Suddenly the Oracle 11g r2 RAC scan listener was changed to intermediate state in our envrionment.
    How can we change state from intermediate to online state?
    please find the details as below,
    OS : HP Unix B.11.31
    DB Version: 11.2.0.3.0
    ora.LISTENER_SCAN1.lsnr
    1 ONLINE INTERMEDIATE Node2 CHECK TIMED OUT
    ora.LISTENER_SCAN2.lsnr
    1 ONLINE INTERMEDIATE Node1 CHECK TIMED OUT
    ora.LISTENER_SCAN3.lsnr
    1 ONLINE INTERMEDIATE Node1 CHECK TIMED OUT
    ora.LISTENER.lsnr
    ONLINE INTERMEDIATE Node1 CHECK TIMED OUT
    ONLINE ONLINE Node2
    If you need further information, kindly let me know.
    Thanks.

    Thanks for your reply.
    But i checked the listener status its showing for ONLINE.
    For same status is not updated the crsctl stat res -t. Kindly advise on this.
    $ srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node Node1
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node Node2
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node Node2
    $ srvctl status listener
    Listener LISTENER is enabled
    Listener LISTENER is running on node(s): Node1,Node2

  • Oracle Enterprise Linux 5u5 install issue

    Please help.
    I'm trying to install Oracle Enterprise Linux 5u5 on a desktop computer.
    In GUI mode, after the network adapter settings screen i press Next, and the system hangs.
    In Text mode, after the network adapter settings screen i press Next, and the following error is displayed.
    ------------------| Exception Occurred |------------------
    Traceback (most recent call first):
    File
    "/usr/lib/anaconda/textw/timezone_text.py",
    line 33, in getTimezoneList
    zt = zonetab.ZoneTab()
    File
    "/usr/lib/anaconda/textw/timezone_text.py",
    line 61, in __call__
    timezones = self.getTimesoneList()
    File "/usr/lib/anaconda/text.py", line
    582, in run
    rc = win(self.screen, instance)
    File "/usr/bin/anaconda", line 955, in
    <module>
    anaconda.intf.run(anaconda)
    AttributeError: 'module' object has no attribute 'ZoneTab'
    I've tried different languages and different network adapter settings, but I don't think it has something to do with the problem.
    Can anyone tell me what to do to continue the installation?
    Thanks in advance

    Can you provide more information, like what is your desktop system?
    Besides, Enterprise Linux is not designed to work on Desktop or other portable computers. Your Ethernet may not be the only issue.
    You may check the following link:
    https://bugzilla.redhat.com/show_bug.cgi?id=247399
    " I am seeing this behaviour as well on installing Fedora 9 Beta on an older Dell Latitude C840 laptop. I was able to get this error in a subsequent install by skipping the network
    configuration."
    "This really seems like something that could be caused by errors reading the CD media. Could someone who is seeing this take a look at tty4 or /tmp/syslog and see if there are kernel read error messages?"
    Edited by: waldorfm on Nov 1, 2010 11:27 AM

  • Post Install Issue - Command Not Recognised [NOW A NETWORK ISSUE]

    After an apparently successful install, when I reboot and type 'ifconfig', I get 'command' not found. Looks like a path command is missing to where that program lives. How can I backtrack and set up paths to where stuff lives?
    Last edited by chome4 (2012-01-15 11:26:03)

    Following the beginners' guide, in the post-installation section, I try: '$ ping -c 3 example.com' but I get the response: 'ping: unknown host example.com'
    When I run edit /etc/rc.conf, all I see is: "/etc/rc.conf" 119 lines, 3827 characters.
    I did a fresh install following the beginners' guide as apposed to the one I found on YouTube (http://www.youtube.com/watch?v=RjTTl_9a … re=related) and got the same issues.
    What am I doing wrong?

  • Redhat 9 & oracle 9.0.1 install issue

    The make scripts could not find -lclntsh.
    Many libs were not created.
    Is there a patch or work around to get this
    to work?

    Ah the joys of link errors :-)
    a number of things I know can cause these -
    check your swap file size / add a large chunk of contiguous space
    ensure things like your kernel parameters shmmax etc are sized correctly
    check what C compiler you are running gcc or cc I think gcc is the default but you could try cc - it may be worth checking what version you are running Oracle Install is very picky I have heard of people having to down as well as up grade their versions.
    If all else fails read the following notes from Metalink if you have access
    Note.142671.1
    Note.116309.1
    and possibly 144959.1 - always good for helping you sleep!
    beyond that you are on your own :-) have you looked at werners site http://www.puschitz.com/InstallingOracle9i.shtml

  • Launching Wizards in Oracle 11G on Linux install

    Hi,
    Just wondering if someone can tell me where the wizard launches are located in the Linux install.
    Thanks,
    Zach

    Hans,
    I have heard them referred to in different ways,
    Configuration assistance, Wizards, etc. Say if I
    didnt want to create a database by command line. I
    wanted to walk through "Configuration Assistant" and
    choose defaults for the quick and easy setup. No worries. Using the correct terminology gets the right answer faster, and the wrong terminology simply means that we have to test and verify the question. Always works that way.
    One definition of professional is 'a person who knows the right name for the tools'. Based on that, I've known come amateurs who are much better than the pros.
    I would like to figure out where to launch the
    "Configuration Assistant" that might let me do that.
    I know in Windows environment, they are located right
    in the Oracle start menu. Actually, if you took a moments gander you might have noticed that the 'Start Menu' is nothing more than a set of shortcuts. There is literally no program 'In' the Start Menu.
    Right clicking on the Start Menu shortcut and looking at the properties would tell you the name of the Assistant and that it is located in the ORACLE_HOME/bin directory.
    And the nice thing about Oracle is that the names are pretty much the same in Linux, Unix and Windows (and others as well) Due to historic silliness, Windows needs a .exe at the end of the file name, so in Windows it is netca.exe and in Linux it's netca ... and so on.
    >
    Thanks for any help.Hope the above helps
    >
    Zach

Maybe you are looking for

  • Text field issue in Sub Form

    Hello Experts, I am creating my very first Adobe Form for my client. I have created a subform with "Flowed" content. I have one Text Field in that sub form. When I try to place the second Text Field adjacent to that, it's not letting me do that. It's

  • Discussion Forum Portlet on RAC Environment

    Hi I have installed Discussion Forum Portlet but I am seeing the following error intermittently: Unable to perform the operation: JBO-26041: Failed to post data to database during "Insert": SQL Statement "BEGIN INSERT INTO MESSAGE_CLOB(ID,AUTHOR_ID,M

  • OBIEE 11g: RPD modeling question

    I am running into challenges thinking of a design for the following request and would love to get input from the forum users... I have a FactA and a FactB. Both join to a Site Dimension. Both Facts contain a Site_Key, Occurrence Number and a Metric.

  • Hotkeys in Gnome3 [solved]

    I read the Gnome3 wiki about hotkeys and I understand how to reassign the hot keys for menu items.  How can I create a custom hotkey to launch an application?  For example, I want ctrl+x to open a gnome shell. Thanks! EDIT: Menu -> System Settings ->

  • IPhoto 9.5.1 - Hangs on any movie file import - crashes -help!

    Hey There Everyone! I'm working in iphoto 9.5.1 and Mavericks and have been for weeks.  However, since my upgrade to Mavericks I've had no luck importing any movie file (.MOV,.mp4) into my library from either my iphone or my T2i Canon. Photos are fin