![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions SGA and ORACLE background processes constitute an ORACLE instance. (or) Combination of memory structure and background process. Latest Answer : A system Global Area and Oracle Background Processes together consitute an Instance. ... The System Global Area (SGA) is a shared memory region allocated by ORACLE that contains data and control information for one ORACLE instance. Latest Answer : It is a shared memory region allocated by oracle that contains data and control information for an Oracle Instance. An SGA compromises of Buffer Cache, Redo Log Buffers and Shared Pool Area. ... Database buffers, Redo Log Buffer the Shared Pool and Cursors. Latest Answer : Its a part of shared pool and both comes under sga by default ... Database buffers store the most recently used blocks of database data. It can also contain modified data that has not yet been permanently written to disk. Latest Answer : Buffer Cache Stores the most recently used blocks of data. It can also have modified data that has not permenently written to disk. When a row in a table is updated the foreground server processes reads the datafile information on the disk in to the ... Shared Pool is a portion of the SGA that contains shared memory constructs such as shared SQL areas. Latest Answer : Shared Pool compromises of Library Cache and Dictionary Cache.Library Cache stores and shares sql stmts where as plsql stmts in memory.Dictionary Cache: Oracle continously request and update information in the data dictionary of the db.To maximize the ... A Shared SQL area is required to process every unique SQL statement submitted to a database and contains information such as the parse tree and execution Latest Answer : HiShared SQL areas are shared memory areas; any Oracle process can use a shared SQL area. The use of shared SQL areas reduces memory usage on the database server, thereby increasing system throughput. Shared SQL areas are aged out of the shared ... A Cursor is a handle ( a name or pointer) for the memory associated with a specific statement. Latest Answer : cursor is nothing but it is temprary storage area.In other word cursor is a private sql work area whenever issuing sql and pl/sql statements ,it creates a memory area in server.this memory area is know as cursor area. ... A user process is created and maintained to execute the software code of an application program. It is a shadow process created automatically to facilitate communication Server Process handle requests from connected user process. A server process is in charge of communicating with the user process and interacting with ORACLE carry In a Multi-threaded Server Configuration many user processes share a group of server process.
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||