|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: Create a statement that will add a member /logs/redo22.log to log file group 2.
Answer: ALTER DATABASE ADD LOGFILE ‘/logs/redo/22.log When adding log files, you should specify the group number or specify all the existing group members. In using the ARCn (archive) process, redo log files are copied to other locations on or off site. This process allows for recovery in case of failure, establishing a standby database, or allows auditing of the database through LogMiner
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 7549 users |
Added on |
7/7/2010 |
Views |
73358 |
Rate it! |
|
|
Question:
Create a statement that will add a member /logs/redo22.log to log file group 2.
Answer:
ALTER DATABASE ADD LOGFILE ‘/logs/redo/22.log When adding log files, you should specify the group number or specify all the existing group members. In using the ARCn (archive) process, redo log files are copied to other locations on or off site. This process allows for recovery in case of failure, establishing a standby database, or allows auditing of the database through LogMiner Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Which parameter is used to limit the number of dirty buffers in the buffer cache, thereby limiting the time required for instance recovery?
|
View Answer
|
|
List the steps needed to rename a redo log file.
|
View Answer
|
|
If you need to have your archive log files named with the log sequence numbers as arch_0000001, arch_0000002, and so on (zero filled, fixed width), what should be the value of the LOG_ARCHIVE_FORMAT parameter?
|
View Answer
|
|
Querying which view will show whether automatic archiving is enabled?
|
View Answer
|
|
What packages are associated with the LogMiner utility?
|
View Answer
|
|
Which two parameters cannot be used together to specify the archive destination?
|
View Answer
|
|
What happens if you issue the following command? ALTER DATABASE ADD LOGFILE (‘/logs/file1’ REUSE, ‘/logs/file2’ REUSE)
|
View Answer
|
|
If you have two redo log groups with four members each, how many disks does Oracle recommend to keep the redo log files?
|
View Answer
|
|
What are the valid status codes in the V$LOGFILE view?
|
View Answer
|
|
How many ARCn processes can be associated with an instance?
|
View Answer
|
|
What will happen if ARCn could not write to a mandatory archive destination?
|
View Answer
|
|
Which file is used to record all changes made to the database and is used only when performing an instance recovery?
|
View Answer
|
|
What is the biggest advantage of having the control files on different disks?
|
View Answer
|
|
Which data dictionary view shows that the database is in ARCHIVELOG mode?
|
View Answer
|
|
The initialization parameter file has LOG_CHECKPOINT_INTERVAL = 60; What does this mean?
|
View Answer
|
|
Which data dictionary view provides the names of the control files?
|
View Answer
|
|
When you create a control file, the database has to be:
|
View Answer
|
|
What piece of information is not available in the control file?
|
View Answer
|
|
What is the best method to rename a control file?
|
View Answer
|
|
Which optional component in the database creation process sets up functions and procedures to store, access, and analyze data needed for Geographical Information Systems (GIS)?
|
View Answer
|