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 / girish k
1. HOT and COLD Backups
2. COLD Backup
3. NO
4. NO
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what functionality does oracle provide to secure sensitive information?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What is replication? : sql server DBA
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
what is grd?
how can you schedule a job in database?
what is a user-defined lock?
How to start SQL Server in minimal configuration mode?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
how can a session indicate its interest in receiving alerts?
What are the different ways you can create databases in sql server? : sql server DBA
Can you redefine a table online?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?