Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: windows 2003 srv r2 sp2 and oracle 10g

Re: windows 2003 srv r2 sp2 and oracle 10g

From: Charles Hooper <hooperc2000_at_yahoo.com>
Date: 7 Apr 2007 07:01:35 -0700
Message-ID: <1175954495.505736.174080@p77g2000hsh.googlegroups.com>


On Apr 7, 4:34 am, jmay..._at_hotmail.com wrote:
> Hello!!
>
> I've got a windows 2003 srv r2 sp2, and I just installed oracle 10g.
> Only EM doesn't work, it shows Ready! , but it's only a blank page.
> ISQL Plus works fine, also SQL Plus, and SQL plus console mode also
> works fine.
>
> What could I do to make EM works?
>
> Thanks.

In addition to the suggestions provided by Sybrand, make certain that you are attempting to access the Enterprise Manager Database Control web interface with the correct port number - each database on the same server will have a different port number.

Additionally, the database must be registered to be accessible, and the OracleDBConsole service must be running. To register the database, open a (DOS) command prompt and register the database with the following command, substituting the correct information for each TYPE_ entry (enter all on one line):

TYPE_FULL_PATH_TO_ORACLE_HOME_HERE\bin\emca.bat -config dbcontrol db -
silent -DB_UNIQUE_NAME TYPE_DB_SID_HERE -PORT TYPE_LISTENER_PORT_HERE -
EM_HOME TYPE_FULL_PATH_TO_ORACLE_HOME_HERE -LISTENER LISTENER -
SERVICE_NAME TYPE_DB_SID_HERE.TYPE_DB_DOMAIN_HERE -SYS_PWD
TYPE_SYS_PASSWORD_HERE -SID TYPE_DB_SID_HERE -ORACLE_HOME
FULL_PATH_TO_ORACLE_HOME_HERE -DBSNMP_PWD TYPE_DBSNMP_PASSWORD_HERE - HOST TYPE_SERVER_NAME_HERE -LISTENER_OH FULL_PATH_TO_ORACLE_HOME_HERE - LOG_FILE c:\emConfig.log -SYSMAN_PWD TYPE_SYSMAN_PASSWORD_HERE

The above command should have executed automatically if the database were created with the Database Configuration Assistant. Note that you can also use the old Java based Enterprise Manager from the 10g client CD to manage many of the same types of operations as the web based Enterprise Manager Database Control - in some ways it is much easier to use.

Charles Hooper
PC Support Specialist
K&M Machine-Fabricating, Inc. Received on Sat Apr 07 2007 - 09:01:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US