Oracle 9i Installation [message #54843] |
Mon, 09 December 2002 13:21 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mimi
Messages: 11 Registered: August 2000
|
Junior Member |
|
|
Hi all,
Need your help pls. I installed oracle 9i which took about 6hrs to go through. At the end , it was unable to install database configuration assistant and finished with - installation unsuccessful. I am now finding it difficult to get into database. I could invoke sqlplus but would get error
ORA-12560: TNS:protocol adapter error
when I tried to connect as sysdba. Any help?
|
|
|
Re: Oracle 9i Installation [message #54848 is a reply to message #54843] |
Mon, 09 December 2002 14:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Hugo
Messages: 7 Registered: July 2001
|
Junior Member |
|
|
look in your installation log usually inside the oraInventory/logs dir. That should tell you where the failure occurred. You may have an incomplete installation and most likely have to reinstall.
If it took 6 hours, you may not have enough resources for 9i.
for 9i you log in through sqlplus "/as sysdba" include the quotes.
if you want to set the old login sqlplus sys/manager ...
in the init<sid>.ora set 07_DICTIONARY_ACCESSIBILITY=TRUE
If you are using an spfile then you have to use:
alter system set 07_DICTIONARY_ACCESSIBILITY=TRUE scope=spfile once you have a instance started and then restart.
|
|
|
|
|