|
INTERVIEW QUESTIONS
ORACLE
ORACLE ARCHITECTURE
DETAILS
Question: Explain the types of data files used by the oracle RDBMS.
Answer: Online redo log files A control file contains information such as location of redo log files, backup data and redo log information.
The control file is updated to reflect the structure changes every time a datafile or a redo log file is added or dropped from the database. These records are necessary to identify datafiles and redo log files during startup and recovery.
Archive log files Archived log files are redo logs that Oracle fills with redo entries that are rendered inactive and copied to one or more log archives.
Running the database in ARCHIVELOG mode has the following benefits:
* Complete recovery of database from instance and media failure. * Performing online backups. * Transmitting and applying archived redo logs to the standby database. * Multiplexed archive logs to avoid single point of failure on the archive logs. * More recovery options (tablespace-point-in-time recovery)
Initialization files Initialization parameter file is a text file in ASCII which contains information needed to initialize a database and instance.
Control files Control Files contain:
* The physical structure of a database * Database name, * Names and locations of associated databases and online redo log files, Timestamp of database creation, * Current log sequence number * Checkpoint information.
|
|
|
Category |
Oracle Architecture Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9632 users |
Added on |
8/27/2014 |
Views |
69762 |
Rate it! |
|
|
Question:
Explain the types of data files used by the oracle RDBMS.
Answer:
Online redo log files A control file contains information such as location of redo log files, backup data and redo log information.
The control file is updated to reflect the structure changes every time a datafile or a redo log file is added or dropped from the database. These records are necessary to identify datafiles and redo log files during startup and recovery.
Archive log files Archived log files are redo logs that Oracle fills with redo entries that are rendered inactive and copied to one or more log archives.
Running the database in ARCHIVELOG mode has the following benefits:
* Complete recovery of database from instance and media failure. * Performing online backups. * Transmitting and applying archived redo logs to the standby database. * Multiplexed archive logs to avoid single point of failure on the archive logs. * More recovery options (tablespace-point-in-time recovery)
Initialization files Initialization parameter file is a text file in ASCII which contains information needed to initialize a database and instance.
Control files Control Files contain:
* The physical structure of a database * Database name, * Names and locations of associated databases and online redo log files, Timestamp of database creation, * Current log sequence number * Checkpoint information. 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 |
|
Explain the areas of memory used by oracle, i.e. Software code area, system global area (SGA), program global area(PGA), sort area.
|
View Answer
|
|
What are the Back ground processes in Oracle?
|
View Answer
|
|
Explain the categories of oracle processes i.e. user, data writing processes, logging processes and monitoring processes.
|
View Answer
|
|
Physical database structure
|
View Answer
|
|
What is the physical and logical structure of oracle?
|
View Answer
|
|
Explain the methods provided by SQL Loader.
|
View Answer
|
|
What is SQL Loader? Explain the files used by SQL Loader to load file. i.e Loader control file, Input datafile, Log File, Bad File, Discard file
|
View Answer
|
|
Explain SGA memory structures: Shared Pool, Database buffer Cache, Redo log Cache, Large Pool Java Pool.
|
View Answer
|
|
Explain different types of segment. Data segment, Index segment, Rollback segment and temporary segment.
|
View Answer
|
|
What is the function of SMON?
|
View Answer
|
|
Describe Oracle architecture in brief.
|
View Answer
|
|
What is the differnece between materialized view and snapshot
|
View Answer
|
|
What are the Large object types supported by Oracle?
|
View Answer
|
|
What is the diff b/w BTREE INDEX and BITMAP INDEX
|
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 Architecture Interview Questions & Answers - Exam Mode /
Learning Mode
|