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 / ashok
logical backups:... exp imp datapump
physical backup:... cold,hot rman
2)cold only
3)no
4) no
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the different types of indexes available in sql server? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
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 the different topologies in which replication can be configured? : sql server DBA
what are the types of connection load-balancing?
What is the default port no on which sql server listens? : sql server DBA
What is transparent data encryption? : sql server DBA
which background process invoke at the time of upgradation tell me???
What is a correlated sub-query? : sql server DBA
what is a user-defined lock?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
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
How would you go about verifying the network name that the local_listener is currently using?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?