[Oracle] DBA Tasks


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
1. Evaluate the database server hardware
2. Install the Oracle Database
3. Plan the database
4. Create and open the database
5. Back up the database
6. Enroll system users
7. Implement the database design
8. Recover from database failure
9. Monitor database performance


[Oracle] Controlling iSQLPlus


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
iSQLPlus is a web-based application provided by Oracle to query sql using a web browser rather than installing a client software, oracle driver and setting up a tns names. Here how to control iSQLPlus:

Login as oracle (or useraccount where OracleDB installed)
CODE:
cd $ORACLE_HOME/bin/


To Start iSQLPlus
CODE:
$isqlctlplus start


To Stop iSQLPlus
CODE:
$isqlctlplus stop


To Access iSQLPlus
CODE:
http://your.server.ip.address:5560/isqlplus



[Oracle] Controlling Enterprise Manager


 BlinkList   del.icio.us   digg   Furl   linkaGoGo   Newsvine   reddit   Shadows   Simpy   Spurl.net   Tailrank   Yahoo! My Web
Oracle has Enterprise Manager web-based application which ease DBA to maintain their Oracle Database. Below is how to control EM :

Login as oracle (or useraccount where OracleDB installed)
CODE:
cd $ORACLE_HOME/bin/


To Start Enterprise Manager
CODE:
#emctl start dbconsole


To Stop Enterprise Manager
CODE:
#emctl stop dbconsole


To View Status of Enterprise Manager
CODE:
#emctl status dbconsole


To Access Enterprise Manager
CODE:
http://your.server.ip.address:1158/em



Page :  1