|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: Which clauses in the CREATE DATABASE command specify limits for the database?
Answer: The control file size depends on the following limits (MAXLOGFILES, MAXLOGMEMBERS, MAXLOGHISTORY, MAXDATAFILES, MAXINSTANCES), because Oracle pre-allocates space in the control file.
MAXLOGFILES - specifies the maximum number of redo log groups that can ever be created in the database.
MAXLOGMEMBERS – specifies the maximum number of redo log members (copies of the redo logs) for each redo log group.
MAXLOGHISTORY – is used only with Parallel Server configuration. It specifies the maximum number of archived redo log files for automatic media recovery.
MAXDATAFILES – specifies the maximum number of data files that can be created in this database. Data files are created when you create a tablespace, or add more space to a tablespace by adding a data file.
MAXINSTANCES – specifies the maximum number of instances that can simultaneously mount and open this database.
If you want to change any of these limits after the database is created, you must re-create the control file.
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6750 users |
Added on |
7/7/2010 |
Views |
72451 |
Rate it! |
|
|
Question:
Which clauses in the CREATE DATABASE command specify limits for the database?
Answer:
The control file size depends on the following limits (MAXLOGFILES, MAXLOGMEMBERS, MAXLOGHISTORY, MAXDATAFILES, MAXINSTANCES), because Oracle pre-allocates space in the control file.
MAXLOGFILES - specifies the maximum number of redo log groups that can ever be created in the database.
MAXLOGMEMBERS – specifies the maximum number of redo log members (copies of the redo logs) for each redo log group.
MAXLOGHISTORY – is used only with Parallel Server configuration. It specifies the maximum number of archived redo log files for automatic media recovery.
MAXDATAFILES – specifies the maximum number of data files that can be created in this database. Data files are created when you create a tablespace, or add more space to a tablespace by adding a data file.
MAXINSTANCES – specifies the maximum number of instances that can simultaneously mount and open this database.
If you want to change any of these limits after the database is created, you must re-create the control file.
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 clauses in the CREATE DATABASE command specify limits for the database?
|
View Answer
|
|
What is the prefix for dynamic performance views?
|
View Answer
|
|
Which data dictionary view provides information on the version of the database and installed components?
|
View Answer
|
|
What is the default password for the SYS user?
|
View Answer
|
|
Who owns the data dictionary?
|
View Answer
|
|
How many data files can be specified in the DATAFILE clause when creating a database?
|
View Answer
|
|
Which event trigger from the following cannot be created at the database level?
|
View Answer
|
|
How do you correct a procedure that has become invalid when one of the tables it is referring to was altered to drop a constraint?
|
View Answer
|
|
Which data dictionary view shows information about the status of a procedure?
|
View Answer
|
|
Which prefix for the data dictionary views indicate that the contents of the view belong to the current user?
|
View Answer
|
|
Which script creates the data dictionary views?
|
View Answer
|
|
When creating a database, where does Oracle find information about the control files that need to be created?
|
View Answer
|
|
What does OFA stand for?
|
View Answer
|
|
Which initialization parameter cannot be changed after creating the database?
|
View Answer
|
|
Which command should be issued before you can execute the CREATE DATABASE command?
|
View Answer
|
|
You have specified the LOGFILE clause in the CREATE DATABASE command as follows. What happens if the size of the log file redo0101.log, which already exists, is 10MB?
|
View Answer
|
|
. What is the recommended configuration for control files?
|
View Answer
|
|
Which environment variable or registry entry variable is used to represent the instance name?
|
View Answer
|
|
How many control files are required to create a database?
|
View Answer
|
|
Which DB administration tools are included in the DBA Studio Pack?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Oracle Interview Questions & Answers - Exam Mode /
Learning Mode
|