Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> sysdba
Hi,
Have you create the orapw<SID> file in the $ORACLE_HOME/dbs with orapwd ?
example :
orapwd file=${ORACLE_HOME}/dbs/orapw${ORACLE_SID} password=change_on_install entries=40
Then the unix user oracle will be create in the orapw${ORACLE_SID} file
after if you want to create another user : grant sysdba to TOTO; the unix user TOTO could do : connect / as sysdba
Regards
Jean-Claude
Received on Thu Oct 28 2004 - 03:26:19 CDT
![]() |
![]() |