<<Previous Next>>
Oracle - What are layers in
Oracle Architecture? - Feb 23, 2010 at 11:00 PM by Rajmeet
Ghai
What are layers in Oracle Architecture?
Oracle Application Development Framework has a MVC(Model View
Controller) architecture. There are three layers:
- Model- Handles interaction with data sources. Model is based
on JSR-227.
- View- Handles the user interface. It used HTML and Java
components. This layer can be web and client based.
- Controller- Handles application flow between model and view.
This is to say, it manages the flow between the web pages.
Oracle - What
are layers in Oracle Architecture? - April 10, 2009 at
11:00 AM
What are layers in Oracle
Architecture?
The Oracle database has a logical layer and
a physical layer. The physical layer consists of the files that
reside on the disk and logical layer map the data to these files of
physical layer.
Also read
Describe Oracle architecture in brief, What is the function of
SMON?, Explain different types of segment, Explain SGA memory
structures..............
Describe the Oracle backup, i.e. archive log mode, cold and hot
backups, incremental backups..............
What is configure command and recovery catalog?, What are
different types of backup? (Hot, Cold, logical, Physical)?, Whats
the Concept of Flashback Query in Oracle (10g in particular) and how
is it beneficial?...............
The information in data dictionary can be accessed through data
dictionary views as they are not directly accessible............
Database buffer cache is a component of SGA. It has the
responsibility to cache most recent accessed data. It keeps the
transaction in the buffer cache till it is written on the
disk.............
|