Which types of backups you can take in Oracle?
2. A database is running in NOARCHIVELOG mode then which
type of backups you can take?
3. Can you take partial backups if the Database is running
in NOARCHIVELOG mode?
4. Can you take Online Backups if the the database is
running in NOARCHIVELOG mode?
Answer Posted / srihari macha
1. Backup are Cold and Hot.
2. Cold Backup
3. No.
4. No.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a correlated sub-query? : sql server DBA
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
who owns the operating system files created by the utl_file package?
what are the benefits of flashback feature?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA
Explain about your sql server dba experience? : sql server DBA
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
how can you get actual data change values from previous transactions in oracle?
What is fill factor? : sql server DBA
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution