|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: Describe Oracle architecture in brief.
Answer: The Oracle database has:
- Logical layer: The components of the logical layer map the data to these physical components
- Physical layer: The physical layer consists of the files that reside on the disk
Tablespaces and Datafiles The database is divided into one or more logical pieces known as tablespaces. A tablespace is used to logically group data together
The Database Schema: A collection of logical-structure objects, known as schema objects.
These schema objects consist of structures such as: - tables, - clusters, - indexes, - views, - stored procedures, - database triggers, and - sequences.
Segments, Extents, and Data Blocks Within Oracle, the space used to store data is controlled by the use of logical structures. These structures consist of the following:
* Data blocks--A block is the smallest unit of storage in an Oracle database. (contains header information concerning the block itself as well as the data) * Extents--Extents consist of data blocks. * Segments--A segment is a set of extents used to store a particular type of data.
The Oracle Instance has:
* User processes * Oracle background processes * The shared memory
The Oracle Memory Structure contains:
* The System Global Area (SGA) * The Data-Dictionary Cache * The Program Global Area (PGA)
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9054 users |
Added on |
8/27/2014 |
Views |
67294 |
Rate it! |
|
|
Question:
Describe Oracle architecture in brief.
Answer:
The Oracle database has:
- Logical layer: The components of the logical layer map the data to these physical components
- Physical layer: The physical layer consists of the files that reside on the disk
Tablespaces and Datafiles The database is divided into one or more logical pieces known as tablespaces. A tablespace is used to logically group data together
The Database Schema: A collection of logical-structure objects, known as schema objects.
These schema objects consist of structures such as: - tables, - clusters, - indexes, - views, - stored procedures, - database triggers, and - sequences.
Segments, Extents, and Data Blocks Within Oracle, the space used to store data is controlled by the use of logical structures. These structures consist of the following:
* Data blocks--A block is the smallest unit of storage in an Oracle database. (contains header information concerning the block itself as well as the data) * Extents--Extents consist of data blocks. * Segments--A segment is a set of extents used to store a particular type of data.
The Oracle Instance has:
* User processes * Oracle background processes * The shared memory
The Oracle Memory Structure contains:
* The System Global Area (SGA) * The Data-Dictionary Cache * The Program Global Area (PGA) 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 |
|
How to replace not in with not exist?
|
View Answer
|
|
How to use timestamp datatypes?
|
View Answer
|
|
How to combine two function together?
|
View Answer
|
|
Explain about query and reporting.
|
View Answer
|
|
what are phantom rows?
|
View Answer
|
|
What is the difference between procedure and stored procedure?
|
View Answer
|
|
what is pga ?
|
View Answer
|
|
what is pga ?
|
View Answer
|
|
What is component of sga?
|
View Answer
|
|
What is function overloading?an example of function overloading in oracle?
|
View Answer
|
|
I have use three select statement in inside prcedure body both three select statment given no_data_found exception but i handled only one exception in exception section but i want to know which select statment given no_data_found?
|
View Answer
|
|
Diffrence between VIEW and MATERIALIZED VIEW?
|
View Answer
|
|
I would like to know the detail coding and procedure of connecting Oracle and Sql with VB and VB.Net
|
View Answer
|
|
What are Drawback of cursor?
|
View Answer
|
|
What is a basic difference between having and where clause?
|
View Answer
|
|
Why oracle is the best database?
|
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
|