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
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
what do you understand by fine-grained auditing?
what is the use of recording information about current session?
how can you process messages in order asynchronously?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
What authentication modes does sql server support? : sql server DBA
What are the recovery models for a database? : sql server DBA
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 is the diffrence between core dba and apps dba?
What are the different types of indexes available in sql server? : sql server DBA
How do you troubleshoot errors in a sql server agent job? : sql server DBA
Explain materialized views and how they are used.
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
Can you redefine a table online?