What are the basic element of Base configuration of an
oracle Database ?

Answers were Sorted based on User's Feedback



What are the basic element of Base configuration of an oracle Database ?..

Answer / sawant

It consists of

one or more data files.

one or more control files.

two or more redo log files.

The Database contains

multiple users/schemas

one or more rollback segments

one or more tablespaces

Data dictionary tables

User objects (table,indexes,views etc.,)

The server that access the database consists of

SGA (Database buffer, Dictionary Cache Buffers,
Redo log buffers, Shared SQL pool)

SMON (System MONito)

PMON (Process MONitor)

LGWR (LoG Write)

DBWR (Data Base Write)

ARCH (ARCHiver)

CKPT (Check Point)

RECO

Dispatcher

User Process with associated PGS

Is This Answer Correct ?    0 Yes 0 No

What are the basic element of Base configuration of an oracle Database ?..

Answer / nishi

It consists of - one or more data files

- one or more control files

- two or more redo log files

The database contains - Multiple users/schema's

- one or more rollback segments

- one or more tablespaces

- Data dictionary tables

User objects (table, indexes, views etc.)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is oracle thin client?

0 Answers  


How to update values on multiple rows in oracle?

0 Answers  


Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here

2 Answers  


types of indexes and the rationale behind choosing a particular index for a situation.

0 Answers  


how to produce numbers from 1 to 10 using dual table

4 Answers   Genpact,


What is Virtual Private Database in Oracle?

0 Answers   MCN Solutions,


How to define an oracle sub procedure?

0 Answers  


i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?

2 Answers   Microsoft,


What is a user role in oracle?

0 Answers  


how may join possible between (requisition with purchase order)

0 Answers  


What is an Extent ?

3 Answers  


Give the different types of rollback segments.

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)