Following steps needs to be performed for taking Siebel CRM Database Restart
Step 1> Login to your Siebel CRM database through unix with credentials.
Step 2>lsnrctl stop LISTENER
Step 3> Check all the session on the database using command: ps -ef|grep LOCAL=NO
and kill all the inactive sessions using the command: kill -9 <Session Id>
Step 4> sqlplus sys as sysdba
Enter the password.
Step 5>alter system checkpoint;
Step 6>alter system switch logfile;
Step 7>shu immediate;
Step 8>startup;
Step 9>exit
Step 10>lsnrctl start LISTENER
No comments:
Post a Comment