What is different type of rman backup?
Answer / Priyanka Tiwari
"RMAN provides several types of backups for an Oracle database. They are: Full Backup (BACKUP), Incremental Level 0 Backup (BACKUP INDEX FROM), Incremental Level 1 Backup (BACKUP INCREMENTAL LEVEL 1), Copy Backup (BACKUP COPY), Database Recovery Manager Differential Backup (BACKUP DATAFILE/CONTROLFILE/SPFILE/ARCHIVELOG/TABLESPACE/TO CORPFILE/TO TAG), Incremental Level n Backup (BACKUP INCREMENTAL LEVEL n where n > 1, which is a backup of data blocks that have changed since the most recent incremental backup of level less than or equal to n)"
| Is This Answer Correct ? | 0 Yes | 0 No |
You have just started a new instance with a large sga on a busy existing server. Performance is terrible, what should you check for?
What does the no logging option do? Why would we be careful of using it?
Why do we need a database?
Is oracle dba in demand?
What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
What are the different types of database users?
What is oracle full backup?
What is a database instance?
What are the different types of backup available in the oracle?
You get a call from you backup dba while you are on vacation. He has corrupted all of the control files while playing with the alter database backup controlfile command. What do you do?
What database block size should I use?
What is end user in database?