Unable to connect using Enterprise Manager

I have Oracle 9.2 installed on w2000 server and it was working fine when I use isqlplus and sqlplus. However, after I type in the userID:SYS and password to expand the tree of the database when I use Enterprise Manager , it gives me the error ORA-12520. I got the same error when trying to create DSN in ODBC driver configuration.

Solution:
I ran into the same problem. You have to first create a password file. Run
orapwd file=<fname> password=<password> entries=<users>
The file will usually be in the dbs by default. You may have to play with the file name. I had to make it orapwd in dbs to make it recognize correctly.
Next you need to modify your startup parameter for your instance to use the remote_login_passwordfile='shared' or 'exclusive'
Set it to exclusive if you have only one instance or shared if you have multiple instances. I had to use the pfile and start the instance with that. Just rename your spfile and type 'sql>create pfile from spfile' and then edit it. Set your parameter and restart your instance. The do 'sql>create spfile from pfile' to make your spfile again. Now you should be able to connect as sys remotely from sql or OEM!!!
Doc:
Setting REMOTE_LOGIN_ PASSWORDFILE
In addition to creating the password file, you must also set the initialization parameter REMOTE_LOGIN_PASSWORDFILE to the appropriate value. The values recognized are described as follows:
Value Description
NONE
Setting this parameter to NONE causes Oracle to behave as if the password file does not exist. That is, no privileged connections are allowed over non-secure connections. NONE is the default value for this parameter.
EXCLUSIVE
An EXCLUSIVE password file can be used with only one database. Only an EXCLUSIVE file can contain the names of users other than SYS. Using an EXCLUSIVE password file allows you to grant SYSDBA and SYSOPER system privileges to individual users and have them connect as themselves.
SHARED
A SHARED password file can be used by multiple databases. However, the only user recognized by a SHARED password file is SYS. You cannot add users to a SHARED password file. All users needing SYSDBA or SYSOPER system privileges must connect using the same name, SYS, and password. This option is useful if you have a single DBA administering multiple databases.

Similar Messages

  • Unable to connect to Enterprise Manager URL

    Hi!
    I am trying to connect to Enterprise Manager but I couldn't
    Listener is strated
    DB console service is running fine
    I am not able to connect to the Enterprise manager URL
    when I checked the cfgtoollogs\emca\<instance name>
    I had found this where could be the error.
    SEVERE: Unclosed group near index 15
    *^\s*(PORT\s*=.**
    *^*
    Mar 10, 2011 1:03:24 PM oracle.sysman.emcp.util.FileUtil setCommentPropsReplaceMarkers
    CONFIG: Stack Trace:
    java.util.regex.PatternSyntaxException: Unclosed group near index 15
    *^\s*(PORT\s*=.**
    *^*
    I will be thankful if u can provide me the solution
    Thank u
    Sri

    Hi mnazim,
    Thank you for your reply.
    I tried all the options earlier, still I am unable to connect to Enterprise Manager
    If u have any other suggestions you can help me with that.
    thank u
    Sri

  • Cannot Connect using Enterprise Manager

    The details of the Oracle 9i Server 9.2.0.1.0 are as follows:
    IP: 172.25.22.78
    SID: MSPD
    Port 1521
    I am trying to connect to this server using enterprise manager but i get the "ORA-12543: TNS:destination host unreachable" Error.
    However I am able to ping the server successfully.
    When I try the command telnet 172.25.22.78 1521 I get an error "Could not open connection to Host, on port 1521; connect failed."
    What could be the reason?
    Following is the entry in TNSNAMES.ORA
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    MSPD_172.25.22.78 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.25.22.78)(PORT = 1521))
    (CONNECT_DATA =
    (SID = mspd)
    (SERVER = DEDICATED)
    Thanks and Regards,
    Ashwin

    Hello everyone,
    Thanks for all your answers so far. I appreciate your assistance very much.
    Does tnsping work?
    No TNSPING 172.25.22.78 1521 did not work
    Can you connect via sqlplus?
    No. The net service mspd_172.25.22.78 is configured in the Net Manager.
    It fails when I test it from Net manager as well as SQL Plus
    The server is in Boston.
    This problem is only occuring when we are accessing the server from Mumbai.
    My team from Cincinatti is able to connect to the server.
    ping, tnsping, sqlplus, telnet are all successful for them.
    When i contacted the Network team in mumbai they had a look at the Trace route of the IP and declared that there is no firewall from our side that is blocking the communication. They asked me to contact the client to see if the server port they provided is correct and is open for access.
    Could it be that the client put up a firewall that allows access from cincinatti office but not mumbai? (all tests from cinci - pass, all tests from mumbai except ping fail).
    Is it possible that Cinci team can access port 1521 but from mmumbai we have to give another port which is reverse mapped to port 1521?
    Thanks and Regards,
    Ashwin

  • Unable to connect Oracle Enterprise Manager 10g

    Good Morning All,
    I using oracle 10g.
    http://dt40562:1158/em/console/logon/logon
    iam connecting successfully in Toad using scott/tiger.
    Whenever im connecting using Oracle Enterprise Manager im getting below error
    "The application requires more database privileges than you have currently been granted. Click on Help to get more version specific information."
    Pls help me on this issue.. How can i connect to database using OEM.
    Thanks..

    Hi,
    CONNECT has been dramatically altered in 10.1.0.x and later releases of Oracle.  The granted privileges have been seriously reduced to nothing more than CREATE SESSION.  In 9.0.1.x and 9.2.0.x the CONNECT role possessed these additional privileges:
    ALTER SESSION
    CREATE CLUSTER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    CREATE SYNONYM
    CREATE TABLE
    CREATE VIEW
    Thus an application which relied upon the CONNECT role in 9iR2 and earlier releases would not properly function against a 10gR1 or later database.
    you need to have these Oracle Roles , so ur problem will be solved.
    EXECUTE_CATALOG_ROLE
    OEM_MONITOR
    EXP_FULL_DATABASE
    Let me know if the issue still persists.

  • Unable to connect to Enterprise Manager

    Hello:
    I successfully installed 10g on my laptop. I was able to access the enterprise manager control panel without a problem. Today, I tried to access the control panel and I'm unable to connect. I'm receiving a Page Cannot Be Displayed screen.
    I'm running Windows XP. I don't understand why it worked once and not now.
    Can someone help me out? Thank you.

    Can you confirm that the service OracleDBConsoleSID is running? Any errors in the event log?

  • Why using Enterprise Manager..

    I can connect to both DB on my machine and instead using SQPLPlus from command line I cannot connect with none ?
    S.O. Windows XP Pro
    On my machine I have Oracle 9i with 2 DB of test. If I try to connect to them using SQLPlus I cannot connect ( I have Error ORA-12560 ) and instead if I try to connect using Enterprise Manager I can.
    I have these services on :
    1) OracleOraHom92HTTPServer
    2) OracleOraHom92TNSListener
    3) OracleServiceMyDB
    Tx for any suggest
    Diego

    the tns protocal adaptor error can mean many things.
    check the following:
    1) check the windows service is running for the database.
    2) run a tnsping command to check if all is okay.
    3) are you running sqlplus from the correct ORACLE_HOME

  • Unable to connect to the database instance using Enterprise Manager.

    I just install Oracle 10gr2 in my computer and after successful installation created a database instance which also install successfully. I then configure the listener using Net Manager and then start the database instance, the listener and dbconsole, everything seems to work fine and checking the status of this services from the command prompt indicates everything started successfully. But when I try to use Enterprise Manager I was directed to the Database Down Page with a message unable to connect to database instance. I try to use startup and perform recovery but every time I log-in to the database an error message comes out:
    SQLEXCEPTION
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: Cannot access NLS data files or invalid environment specified.
    It seems for Enterprise Manager to connect to the database it needs to access this NLS(National Language Support) data files or specify an environment variable to point to this data files. I am just new to Oracle and I am having difficulty solving this particular problem. Where is this data files located and how do I configure Enterprise Manager to access this NLS data Files?
    Any help however small will be highly appreciated.

    Are you able to connect to the database via SQLPlus?
    What Operating System are you using?
    Assuming Windows, can you RUN regedit to open Windows Registry and check the value or NLS_LANG when you select
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_<your_oracle_home>
    Examples of vaules you may find:
    1. ENGLISH_UNITED KINGDOM.WE8MSWIN1252
    2. AMERICAN_AMERICA.US7ASCII
    3. AMERICAN_AMERICA.WE8MSWIN1252
    4. FRENCH_FRANCE.WE8MSWIN1252
    5. GERMAN_GERMANY.WE8MSWIN1252
    If you are not able to connect to SQLPlus, from the command prompt try setting one of the above:
    e.g.
    D:\>set NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
    D:\>sqlplus /nolog
    SQL>connect sysman/password

  • Cannot connect to Enterprise Manager

    Hi,
    I am using Oracle 10.2g for our database, which is growing regularly on a daily basis. Today, the database ran out of table space (which happened before too and I have resolved it by adding another table from EM).
    So, when I tried connecting to Enterprise Manager (EM), i was unable to connect to it.
    https://<localhost>:1158/em/console/logon/logon
    I did some research and found some tips for the same:
    1) Resize the table-space by using .. "alter database datafile" .. command. It did not work.
    2) Restarted the computer but it did not work too.
    The surprising part is that I can connect to the database using SQL/Toad but I simply cannot login to Oracle EM. Can anyone please help me?
    Or can anyone help me on how to add another table (because the one I am using currently is maxed out) from SQL+?
    Thanks,
    Vipul

    Hi,
    There were multiple files under the log file. Outputs of some of the files are given below:
    1) emdctl.trc
    2010-12-13 21:22:17 Thread-5780 ERROR http: 252: Unable to initialize ssl connection with server, aborting connection attempt
    2010-12-13 21:22:24 Thread-3944 ERROR ssl: nzos_Handshake failed, ret=29024
    2010-12-13 21:22:24 Thread-3944 ERROR http: 252: Unable to initialize ssl connection with server, aborting connection attempt
    2010-12-13 21:22:31 Thread-4432 ERROR ssl: nzos_Handshake failed, ret=29024
    2010-12-13 21:22:31 Thread-4432 ERROR http: 252: Unable to initialize ssl connection with server, aborting connection attempt
    2010-12-13 21:22:33 Thread-4936 ERROR ssl: nzos_Handshake failed, ret=29024
    2010-12-13 21:22:33 Thread-4936 ERROR http: 264: Unable to initialize ssl connection with server, aborting connection attempt
    2010-12-13 21:22:39 Thread-6112 ERROR ssl: nzos_Handshake failed, ret=29024
    2010-12-13 21:22:39 Thread-6112 ERROR http: 252: Unable to initialize ssl connection with server, aborting connection attempt
    2010-12-13 22:41:14 Thread-2972 WARN http: snmehl_connect: connect failed to (cce-trc-cdwserv.ce.ufl.edu:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2010-12-14 12:19:11 Thread-5692 WARN http: snmehl_connect: connect failed to (cce-trc-cdwserv.ce.ufl.edu:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2) emoms.log
    2010-12-13 14:11:49,396 [OmsServiceDriver thread] ERROR conn.ConnectionService blockUntilValid.548 - Connection pool is not valid. status =2
    2010-12-13 14:11:49,396 [OmsServiceDriver thread] ERROR conn.ConnectionService blockUntilValid.556 - Repository connection details are invalid.
    2010-12-13 14:11:50,410 [OmsServiceDriver thread] ERROR conn.ConnectionService verifyRepositoryEx.496 - Invalid Connection Pool. ERROR = Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=cce-trc-cdwserv.ce.ufl.edu)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=STEWARD)))
    2010-12-13 14:11:52,968 [OmsServiceDriver thread] WARN jdbc.ConnectionCache _getConnection.303 - Got a fatal exeption when getting a connection; Error code = 1033; Cleaning up cache and retrying
    2010-12-13 14:11:52,968 [OmsServiceDriver thread] WARN jdbc.ConnectionCache _getConnection.306 - ORA-01033: ORACLE initialization or shutdown in progress
    java.sql.SQLException: ORA-01033: ORACLE initialization or shutdown in progress.....
    3) OracleDBConsoleSTEWARDsrvc.log
    -------------- [OracleDBConsoleSTEWARD] ------------
    EMDROOT=D:\oracle\product\10.2.0\db_1
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    EMDSTATE=D:\oracle\product\10.2.0\db_1\cce-trc-cdwserv.ce.ufl.edu_STEWARD
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    12/13/10 21:13:11 Job Process API is available
    12/13/10 21:13:11 Start pending...
    12/13/10 21:13:11 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
    12/13/10 21:13:16 dbconsole launch commandline is "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
    12/13/10 21:13:16 Tracking process launch...
    12/13/10 21:13:48 Received exitCode 1 from emctl istatus.....
    12/13/10 21:22:31 Received exitCode 1 from emctl istatus
    12/13/10 21:22:39 Received exitCode 1 from emctl istatus
    12/13/10 21:22:44 Timedout while tracking process to start. Terminating..
    Hope this might help you think about the problem.
    Thanks,
    Vipul

  • I have installed oracle 10g in my winxp machine. i am using enterprise manager. i am not able to shutdown the system as it asks for os username and password. i have provided my os username and password but eerror persiste. somebody pls help me to get rid

    I have installed oracle 10g in my winxp machine. i am using enterprise manager. i am not able to shutdown the system as it asks for os username and password. i have provided my os username and password but eerror persiste. somebody pls help me to get rid of this.

    Here I am using Java Type IV for database
    connection.
    So,there was no necessity of creating DNS.How your app communicates with db shouldn't matter for the end user. Still, you may want to use a functional network name also for the thin client driver connection string.
    So,is there any other way to solve this problem.What is the problem really? Do you not use dns for network naming? Maybe you have to manage the hosts file on every client then.

  • Problem using Enterprise Manager 11g Database Control in Firefox 3.6.6

    Hello all,
    I just intalled Oracle 11g and trying to familiarize myself with Enterprise Manager 11g Dataabse Control using Firefox 3.6.6 in Windows XP.
    I'm able to login to Enterprise manager successfully.
    However, when I click on on "Performance Tab", the "SYSTEM_MOVING_WINDOW" is empty, and there's a prompt "Click Here to Download Plugin."
    When I do click on it, I get message:
    No suitable plugins were found.
    Unknown plugin (application/octet-stream) [Manual Install].
    I'm not sure what plugin I need so I can use Enterprise Manager properly.
    Please help!
    Thanks
    Giovanni

    I use the Opera browser so I can split the screen to monitor multiple instances at the same time on my 2nd monitor. I am not having issues with the 10g OEM but having the same problem listed in this thread with the 11g OEM ( we have both running during our migration to 11g). The posts here didn't help me with the 11g OEM as there must be some difference from 10g OEM. I will hate it if I can't do the split screen to monitor multiple instances at the same time. And if you are connecting via solaris or lunix browser then IE is not an option ( W3C standards please ).

  • Can Connect via Database Control but Cannot Connect from Enterprise Manager

    Hi experts,
    This is a 10g database on a Windows server.
    when I remote into the server:
    - I CAN connect via the web-based Database Control
    - I CANNOT connect to any db/instance via regular Ent Mgr - get the ugly "ORA-12154 TNS: could not resolve the connect identifier specified" error.
    I thought both tools used the same connection files (tnsnames, listerner etc), but maybe not.
    When db control connects, but Enterprise Manager cannot, what should I check to find the problem?
    Thank you.
    John

    Thanks madrid.
    I eventually got it to work by changing the tnsnames.ora in the client_1 folder
    This is the original:
    FS9ENFP1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    ORCL=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = orcl)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I removed the EXTPROC entry and added entries for the ORCL and FS9ENFP1 databases, specifying server_database like this:
    FS9ENFP1_PNCLAFDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNCLAFDB)(PORT = 1521))
    (CONNECT_DATA =
    (SID = FS9ENFP1)
    (SERVER = DEDICATED)
    Not really sure WHY it is necessary to list an instance twice, once without server name and another with server name... but EM is able to connect now. I simply modeled tnsnames after another Oracle server where EM was able to connect.
    John

  • Error connecting 8i Enterprise Manager Console after installation

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

  • Remote DB Connection via Enterprise Manager Problem

    Hi there,
    We have oracle database installed in our server, I want to remotely connect to a database instance named "planner2" via my own client Enterprise Manage from my PC.
    The network between my PC and the server is working fine, and I have on my/client PC the Oracle Database v9i R2, but the Oracle Database on the rempte server has a version of 9i R1.
    The output of "lsnrctl status" command of the remote server is as below:
    ***** log begin
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 07-FEB-2006 11:15:38
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=main)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
    Start Date 04-FEB-2006 09:23:41
    Uptime 3 days 1 hr. 51 min. 56 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File C:\oracle\ora91\network\admin\listener.ora
    Listener Log File C:\oracle\ora91\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=main.fccbahrain.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=main.fccbahrain.com)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=main.fccbahrain.com)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "Planner2" has 1 instance(s).
    Instance "Planner2", status READY, has 1 handler(s) for this service...
    Service "STATS" has 2 instance(s).
    Instance "STATS", status UNKNOWN, has 1 handler(s) for this service...
    Instance "STATS", status READY, has 1 handler(s) for this service...
    Service "STATSXDB" has 1 instance(s).
    Instance "STATS", status READY, has 1 handler(s) for this service...
    The command completed successfully
    ***** log end
    I want to connect remotely to the database instance "Planner2" using Enterprise manager from my/client PC (I have a valid login account)
    But whenever I do "tnsping planner2" from my/client pc, it failed and the output appears as below:
    ***** log begin
    TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 07-FEB-2006 11:03:49
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    D:\oracle\ora92\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    ***** log end
    Althoug, the naming method for both PCs are in the following order:
    Oracle Name
    Local
    Furthermore:
    "tnsping planner2" from the server itself, works fine.
    I have only one Listener active in the server pc.
    For more details, below the tnsnames.ora of the server pc:
    ***** Begin
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora91\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    STATS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = main)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = STATS)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = main)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    PLANNER2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = main)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = Planner2)
    ***** End
    I am wondering if there is a problem or some missing configuration is there?
    Please help
    Thanks in advanced
    Salan

    hello!!
    At first thank you for your suggestions.
    Unfortunately I dont have solution yet.
    But I found this in emmoms.trc:
    2009-05-12 15:09:27,277 [HttpRequestHandler-1456146415] ERROR conn.ConnectionService verifyRepositoryEx.434 - Invalid Connection Pool. ERROR = Locale not recognized
    2009-05-12 15:09:27,293 [HttpRequestHandler-1456146415] ERROR eml.OMSHandshake getParameterFromDB.563 - Locale not recognized
    2009-05-12 15:09:27,293 [HttpRequestHandler-1456146415] ERROR eml.OMSHandshake processFailure.780 - OMSHandshake failed.(AGENT URL = http://divdbsrv02.div.int:1830/emd/main)(ERROR = INTERNAL_ERROR)
    2009-05-12 15:09:27,308 [HttpRequestHandler-2094113195] ERROR conn.ConnectionService verifyRepositoryEx.434 - Invalid Connection Pool. ERROR = Locale not recognized
    2009-05-12 15:09:27,308 [HttpRequestHandler-2094113195] ERROR eml.OMSHandshake getParameterFromDB.563 - Locale not recognized
    2009-05-12 15:09:27,308 [HttpRequestHandler-2094113195] ERROR eml.OMSHandshake processFailure.780 - OMSHandshake failed.(AGENT URL = http://divdbsrv02.div.int:1830/emd/main)(ERROR = INTERNAL_ERROR)
    Any idea?

  • Error while deploying application using enterprise manager website and dcmctl

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container. We are planning for deployment in few days to go it live. Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Are there any mandatory patches to be applied after installing 9ias Rel2?
    Thanks
    Srinath

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

  • Unable to access Oracle Enterprise Manager in Oracle 10g AS Machine

    Hi All,
    We are working on oracle forms 10g in 3 tier architecture. I have installed oracle 10g Infrastructure (OraHome_1) followed by oracle 10g Application server (middle-tier,OraHome_2). I have copied all the forms to OraHome_2\forms folder and compiled them successfully.
    When i tried to access enterprise manager (Infrastructure)thru http://myappserver:18100, i was unable to do so. It displayed "page cannot be displayed".
    Also
    When i tried to access enterprise manager (middle-tier)thru http://172.16.1.1:18101, i was unable to do so. It displayed "page cannot be displayed".
    I checked for port status, thru “netstat –na” command, It was displaying
    172.16.1.1 18100 TIME_WAIT
    172.16.1.1 18101 TIME_WAIT
    172.16.1.1 7777 TIME_WAIT
    Why is that i am unable to access the Enterprise Manager?

    Hi All,
    I was able to resolve the issue. Thr was a proxy server enabled in the IE in AS machine. Once i checked the option for bypassing it and turned off the windows firewall(OS was win 2003 server). I was able to view the home page at http://myappserver, then was able to access EM also.

Maybe you are looking for