Oracle 9i Installation on WIndows 2000/XP [message #202968] |
Mon, 13 November 2006 07:57 |
patbhu2004
Messages: 2 Registered: November 2006 Location: Mumbai
|
Junior Member |
|
|
Dear All,
I have installed Oracle 9i Release 2 on Windows 2000 Professional (Software Only Installation, where database not created by Oracle) ,
When I tried to connect as “/ as sysdba” , first I get the error ORA-01041 - internal error. hostdef extension doesn't exist , so I change the parameter in sqlnet.ora file,
Old value : SQLNET.AUTHENTICATION_SERVICES = (NTS)
New value : SQLNET.AUTHENTICATION_SERVICES = (NONE)
So now it is giving error ORA-01031 insufficient privileges ,
I have installed the Oracle as Administrator user , I have got ORA_DBA rights , still it is not getting connected., even I have format the hard disk , removed all virus utility and back up agent.
I have also tried to create database thru fresh installation , at the time of database creation it fails.
What could be the error.?
Please help
Thanks in advance.
|
|
|
|
Re: Oracle 9i Installation on WIndows 2000/XP [message #204257 is a reply to message #204212] |
Sun, 19 November 2006 21:54 |
patbhu2004
Messages: 2 Registered: November 2006 Location: Mumbai
|
Junior Member |
|
|
Dear Mohammad Taj,
Thankx from reply,
But, with DBCA i got the error "ORA-12571: TNS:Packet writer failure" , this process created the directory bdump , but i could not found the alert.log file.
following content is from sqlnet.log
***********************************************************************
Fatal NI connect error 12638, connecting to:
(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
Time: 10-NOV-2006 16:12:41
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12638
TNS-12638: Credential retrieval failed
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
|
|
|
|
|