/ as sysdba [message #123442] |
Mon, 13 June 2005 08:54 |
balavignesh
Messages: 180 Registered: March 2005
|
Senior Member |
|
|
hai,
in our oracle 9i server on linux the oracle gets started when os restarted.but now it is not getting up as the "/ as sysdba" is not accessible since it blows insufficient privileges.
we know the passwd of sys user and connect as sysdba but we are in need of / passwd as that passwd is used to get the db up at the time of restart using dbstart shell script in linux.that / passwd is not getting right and hence the problem.now , how to revert the passwd back or else what is the solution..? plz help.
regards
bala
|
|
|
|
Re: / as sysdba [message #123462 is a reply to message #123443] |
Mon, 13 June 2005 10:45 |
balavignesh
Messages: 180 Registered: March 2005
|
Senior Member |
|
|
hai ,
i have reset the passwd using orapwd as
orapwd file=name password=newpassword
shutdown and restart , now sys is getting up as earlier but still /as sysdba is not getting up.what to do..?
bala
|
|
|
|
|
|
|
|
Re: / as sysdba [message #124134 is a reply to message #124009] |
Thu, 16 June 2005 10:05 |
balavignesh
Messages: 180 Registered: March 2005
|
Senior Member |
|
|
see, there is no such file or directory in our server
cat /var/opt/oracle/oratab
the oratab file is in /etc/oratab with
oracle_sid : /mnt/ora_system/oracle/9.2.0:Y
so what to do now...?plz help
bala
|
|
|
Re: / as sysdba [message #124139 is a reply to message #124134] |
Thu, 16 June 2005 10:14 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
the /var/opt/oracle/oratab location is mine.
Look for yours as referenced in your dbstart/dbshut.
>>oracle_sid : /mnt/ora_system/oracle/9.2.0:Y
replace oracle_sid with YOUR ORACLE_SID
then do dbstart/dbshut.
[Updated on: Thu, 16 June 2005 10:43] Report message to a moderator
|
|
|
Re: / as sysdba [message #124153 is a reply to message #124139] |
Thu, 16 June 2005 10:49 |
balavignesh
Messages: 180 Registered: March 2005
|
Senior Member |
|
|
see ,
it is already set as
oracle_sid:$oracle_home:y
the scenario is dbstart/dbshut are working if we manually type dbstart/dbshut in the prompt.but after restarting the server, it is not picking up automatically by LINUX blowing insufficient privileges due to passwd change and it also set right.however connect / as sysdba is not getting up with the sysdba's old passwd which we set right using orapwd tool.so, if connect / as sysdba is set right ,then it will up automatically.plz help in this issue as we could not come everytime when the server is restarted to make the db up.
bala
|
|
|