Types of backups ?
Answers were Sorted based on User's Feedback
1.Physical Backup :-----
a.Hot Backup (which is running)
b.Cold Backup (Which is not running)
2.Logical backup (Done by Programmer)
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / raja mahender reddy
I. Physical Backup:
1. Hot backup
2.Cold backup
II. Logical Backup
I. User Manged Backups
II. RMAN Backups
1. Image Copies
2. Backup sets
A. Full backups
B. Incremental Backups
a. Differential Incremental Backups
b. Cumulative Incremental Backups.
Is This Answer Correct ? | 3 Yes | 0 No |
What is the maximum size of sqlite database?
what are %TYPE and %ROWTYPE? what is the difference?
7 Answers ICICI, Saama Tech, Sail,
What is dml statement?
What are the indexing methods?
Mention what plvcmt and plvrb does in pl/sql?
How do I count records in sql?
I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
What does partition by mean in sql?
How does left join work in sql?
Explain cursor types?
Explain what is a view?
what is the output of this query selet * from employee where 1=2 ??