ORA-01031--- insufficient privileges [message #282697] |
Fri, 23 November 2007 01:08 |
ans24dec
Messages: 1 Registered: November 2007
|
Junior Member |
|
|
Hi,
I got the following errors while trying to connect as sysdba while creating the database.
C:\Documents and Settings\adityanarayan_sahu>ORADIM -NEW -SID test1 -INTPWD test
1 -STARTMODE manual -PFILE "D:\oracle\ora92\database\inittest1.ora"
DIM-00020: A service for this SID is already created. Please enter a different S
ID name. No action has been taken
O/S-Error: (OS 1073) The specified service already exists.
C:\Documents and Settings\adityanarayan_sahu>SET ORACLE_SID=test1
C:\Documents and Settings\adityanarayan_sahu>sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Nov 23 12:24:33 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn sys/password as sysdba
ERROR:
ORA-01031: insufficient privileges
How to rectify ???
Regards
Aditya
|
|
|
|