Re: ORA-03113 when trying to connect to local DB [message #52314] |
Sun, 14 July 2002 22:28 |
Amit Jain
Messages: 33 Registered: August 2001
|
Member |
|
|
Dear BALA
Great thanks , Really after searching the net for almost 3 hours i got your posting and the things get working , i was facing following problem , and your tip solved it .
solution:-
"modify the sqlnet.ora file at your server(PC)
to change the auth as none(from NTS)
sqlnet.authentication_services = (NONE)
sqlnet.ora file should be under
%ORACLE_HOME%networkadmin
"
Problem:-
"I tried to install Oracle 8.1.6 for Windows NT/Windows 2000. During the Database Creation Progress(initializing database) I get the ORA-03113:end-of-file on communication channel. There is an option to abort or ignore, I chose ignore and the installation process hangs."
|
|
|