Answer Posted / mahinder singh
Type of backup
1. Normal backup(A complete set of all files you wish to
back up. Think of this as your 'reference set'. You only
need perform a full backup occasionally.)
2. copy backup(A complete set of all files you wish to
back up. Think of this as your 'reference set'. You only
need perform a full backup occasionally.)
3. incremental backup(A backup of those files which have
changed since the last backup of any type.)
4. differential backup(A backup of those files which have
changes since the last full backup. Should be performed at
regular intervals.)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What would you do with an "in-doubt" distributed transaction?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What happens on checkpoint? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What are the different types of indexes available in sql server? : sql server DBA
what is a crs resource?
How would you best determine why your MVIEW couldn't FAST REFRESH?
Why would you call update statistics? : sql server DBA
What authentication modes does sql server support? : sql server DBA
what is asm?