Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone tell me mostly used DBA(Data Base Administrator) commands for oracle databse minimum 20-30 command on different scenarios like recovery, backup, granting and other day to day used commands.

thank you in advance
Vishal
Posted
Comments
Dylan Morley 23-Mar-11 11:50am    
homework

1 solution

Well that depends on the job description for the dba: Could include:
- different RMAN commands
- privilege handling GRANT/REVOKE
- user creation CREATE USER
- objects: CREATE TABLE, INDEX, VIEW
- tablespaces CREATE TABLESPACE
- programming CREATE FUNCTION/PROCEDURE/PACKAGE
- but most of all good SQL skills and understanding on both fixed data dictionary and dynamic performance views
 
Share this answer
 
Comments
Vishal D Kolekar 23-Mar-11 12:03pm    
in my project I want to show some DBA task which are widely and mostly used by DBA.
I know basic about SQL but I dont know the exact syntax for online/offline recovery and also for various types of backup.
If you can then give some example with syntax
Wendelius 23-Mar-11 12:50pm    
The concept of backup is way too big to describe in a small post. What I would suggest is that you read "Oracle Database Concepts" manual, especially section 15: "Backup and Recovery". It goes through different scenarios, how operations are done etc. After that the next part could be "Database Backup and Recovery Reference".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900