Oracle Installation [message #50909] |
Sun, 14 April 2002 07:34 |
Amir
Messages: 8 Registered: April 2002
|
Junior Member |
|
|
Hi Dear,
I've installed Oracle 8.0.5 on Windows NT 4.0. When it was installing Oracle it asked me to setup a custom database. The name of database is "amir". After installation was successfully completed my database was created successfully too.
In trace file, located in orantrdbmstrace I showed that my database is opened. But I couldn't logon to it.I gave the following message: Oracle Not Available.
I logon to database with the following usernames:
SYSTEM
INTERNAL
amir
...
Please help me about the matter.Thanks
Regards,
Amir
|
|
|
Re: Oracle Installation [message #50910 is a reply to message #50909] |
Sun, 14 April 2002 08:36 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
make sure that the oraclehome service is running.
else start it. use administrative option/services.
and also start the listener.
from prompt( from the oracle home..by default c:oracleora81bin) give the following
svrmgrl
svrmgrl> connect internal
svrmgrl>startup
...
.
.
svrmgrl>exit
c:...> lsnrctl
lsnrctl>start
lsnrctl>exit
again from prompt give tnsping<db_service_name>.
if you have oracle installed in the the same machine, no need to give hostring in oracle login.
connect sqlplus and use
name=system
password=manager.
|
|
|