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: Cannot get past Database Control login page

Re: Cannot get past Database Control login page

From: Charles Hooper <hooperc2000_at_yahoo.com>
Date: 11 Mar 2007 13:31:00 -0700
Message-ID: <1173645060.595624.54510@c51g2000cwc.googlegroups.com>


On Mar 11, 4:01 am, nchimer..._at_gmail.com wrote:
> Just installed 10gR2 EE. Win2k3 Server.
> When I try to go to Database Control, I get a login page. I enter the
> login credentials but all that happens is that the page refreshes to
> the same login page. I tried sys. system, and another user I created
> but same result. If I enter an invalid user or password, I do get the
> correct login error message- so it is indeed trying to log in.
>
> Any Ideas???
> Thanks in advance!

If you installed Oracle on the D: drive in the default location, you may need a command like this (all on a single line) to register the database with the Database Control, assuming that you manually created the database:



d:\oracle\product\10.2.0\db_1\bin\emca.bat -config dbcontrol db - silent -DB_UNIQUE_NAME DB_SID_GOES_HERE -PORT LISTENER_TCPIP_PORT_GOES_HERE -EM_HOME d:\oracle\product\10.2.0\db_1 - LISTENER LISTENER_NAME_GOES_HERE -SERVICE_NAME
DB_SID_GOES_HERE.MY_DOMAIN -SYS_PWD MY_SECRET_SYS_PASSWORD_GOES_HERE -
SID DB_SID_GOES_HERE -ORACLE_HOME d:\oracle\product\10.2.0\db_1 -
DBSNMP_PWD DBSNMP_PASSWORD_GOES_HERE -HOST SERVER_NAME_GOES_HERE -
LISTENER_OH d:\oracle\product\10.2.0\db_1 -LOG_FILE d:\emConfig.log - SYSMAN_PWD SYSMAN_PASSWORD_GOES_HERE

Something like the above is automatically executed near the tail end of the database build when you use Oracle's DBCA to create the database.

Charles Hooper
PC Support Specialist
K&M Machine-Fabricating, Inc. Received on Sun Mar 11 2007 - 15:31:00 CDT

Original text of this message

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