+ All Categories
Home > Education > Oracle developer training

Oracle developer training

Date post: 05-Aug-2015
Category:
Author: kumarrahul09
View: 124 times
Download: 0 times
Share this document with a friend
Embed Size (px)
Popular Tags:
of 12 /12
WELCOME IN THE REATIVE WORLD OF ORACLE ORACLE DEVELOPER TRAINING PROGRAM AT CETPA INFO TECH
Transcript

1. WELCOME IN THE REATIVE WORLD OF ORACLEORACLE DEVELOPER TRAINING PROGRAM AT CETPA INFO TECH 2. An Oracle database systemidentified by an alphanumeric system identifier or SIDcomprises at least one instance of the application, along with data storage. An instanceidentified persistently by an instantiation number (or activation id: SYS.V_$DATABASE.ACTIVATION#)comprises a set of operating-system processes and memory- structures that interact with the storage. (Typical processes include PMON (the process monitor) and SMON (the system monitor).) Oracle documentation can refer to an active database instance as a "shared memory realm". 3. Users of Oracle databases refer to the server-side memory- structure as the SGA (System Global Area). The SGA typically holds cache information such as data-buffers, SQL commands, and user information. In addition to storage, the database consists of online redo logs (or logs), which hold transactional history. Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for the physical-standby forms of data replication using Oracle Data Guard. 4. Users of Oracle databases refer to the server-side memory- structure as the SGA (System Global Area). The SGA typically holds cache information such as data-buffers, SQL commands, and user information. In addition to storage, the database consists of online redo logs (or logs), which hold transactional history. Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for the physical-standby forms of data replication using Oracle Data Guard. 5. If the Oracle database administrator has implemented Oracle RAC (Real Application Clusters), then multiple instances, usually on different servers, attach to a central storage array. This scenario offers advantages such as better performance, scalability and redundancy. However, support becomes more complex, and many sites do not use RAC. In version 10g, grid computing introduced shared resources where an instance can use (for example) CPU resources from another node (computer) in the grid. 6. CETPA Roorkee #200, Purvawali, 2nd Floor (Opp. Railway Ticket Agency) Railway Road, Ganeshpur, Roorkee - 247667 Contact Us: +91-9219602769, 01332- 270218 Fax - 1332 - 274960CETPA Noida D-58, Sector-2, Red FM Lane, Noida -201301, Uttar Pradesh Contact Us: 0120-3839555, +91- 9212172602CETPA Lucknow #401 A, 4th Floor, Lekhraj Khazana, Faizabad Road , Indira Nagar, Lucknow - 226016 Uttar Pradesh Contact: +91-9258017974, 0522-6590802CETPA Dehradun 105, Mohit Vihar, Near Kamla Palace, GMS Road, Dehradun-248001,UK Contact: +91-9219602771, 0135-6006070


Recommended