Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cannot get past Database Control login page
On Mar 11, 4:31 pm, "Charles Hooper" <hooperc2..._at_yahoo.com> wrote:
> 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.
Thanks for the suggestion. I'll give it a try- but I did use DBCA to
create the database. I created a second one with DBCA and get the same
result. When I click "login" it just refreshes that page and back to
login again.
Frustrating.
Received on Sun Mar 11 2007 - 20:49:07 CDT
![]() |
![]() |