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 / harshith
1.logical backup
expdp
2.physical backup
rman
hot backup
cold backup
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how can you record information about current session?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
What are the different types of upgrades that can be performed in sql server? : sql server DBA
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA
suppose you want to audit specific activities on sensitive data. How can you achieve that?
what do you understand by flashback feature of oracle?
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
How to start SQL Server in minimal configuration mode?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
What authentication modes does sql server support? : sql server DBA
How would you go about verifying the network name that the local_listener is currently using?