To startup the database:
oracle$ sqlplus /nologTo shutdown the database:
SQL> connect / as sysdba
SQL> startup
oracle$ sqlplus /nologThe slash connects you to the schema owned by SYS. In the above example you will be connected to the schema owned by SYS with the privilege SYSDBA. SYSDBA gives you the following privileges:
SQL> connect / as sysdba
SQL> shutdown
- sysoper privileges WITH ADMIN OPTION
- create database
- recover database until
Shutdown of other Oracle 10g Background Processes
If you installed a preconfigured database using OUI, then several Oracle background processes are now running on your server. Execute the following command to see the background processes:
ps -efTo shutdown the Oracle background processes after an Oracle Database 10g installation, you can execute the following commands:
su - oracle isqlplusctl stop
su - oracle emctl stop dbconsoleIf you selected "Grid Control for Database Management" which is used for full "Grid Control" installations, then the Oracle Management Agent (standalone agent) for the Oracle Enterprise Manager Grid Control (Grid Control) can be stopped with the following command:
su - oracle emctl stop agent
su - oracle lsnrctl stop
su - root
/etc/rc.d/init.d/init.cssd stop
YOU CAN USE QUICK SEARCH ENGINE IN THE TOP FOR MORE DOWNLOADS OR DETAILS.
No comments:
Post a Comment