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 / guest
2.cold backup
4.No
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What the different topologies in which replication can be configured? : sql server DBA
What purpose does the model database server? : sql server DBA
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
what is logical system in sap basis
What are statistics, under what circumstances they go out of date, how do you update them?
what is ora 24313?what is the procedure to exclude that error?
how can you enable flashback feature?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
What are the recovery models for a database? : sql server DBA
What are the different ways you can create databases in sql server? : 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?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
What is transparent data encryption? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.