InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
What Is An Oracle Schema? |
|
Answer» A user account and its associated DATA including tables, views, indexes, clusters, sequences,procedures, functions, triggers,packages and database links is known as Oracle SCHEMA. SYSTEM, SCOTT etc are default schema's. We can create a new Schema/User. But we can't DROP default database schema's. A user account and its associated data including tables, views, indexes, clusters, sequences,procedures, functions, triggers,packages and database links is known as Oracle schema. System, SCOTT etc are default schema's. We can create a new Schema/User. But we can't drop default database schema's. |
|
| 102. |
What Are The Different Type Of Segments ? |
|
Answer» DATA Segment(for STORING USER Data), Index Segment (for storing index), ROLLBACK Segment and TEMPORARY Segment. Data Segment(for storing User Data), Index Segment (for storing index), Rollback Segment and Temporary Segment. |
|
| 103. |
What Is Rollback Segment ? |
|
Answer» Database contain one or more ROLLBACK SEGMENTS to ROLL BACK transactions and data recovery. Database contain one or more Rollback Segments to roll back transactions and data recovery. |
|
| 104. |
What Is A Segment? |
|
Answer» A SEGMENT is a GROUP of EXTENTS, each of which has been allocated for a specific data STRUCTURE and all of which are stored in the same table-space. A segment is a group of extents, each of which has been allocated for a specific data structure and all of which are stored in the same table-space. |
|
| 105. |
What Is An Extent? |
|
Answer» An extent is a specific number of consecutive data blocks ALLOCATED for storing a specific TYPE of INFORMATION. An extent is a specific number of consecutive data blocks allocated for storing a specific type of information. |
|
| 106. |
What Are Data Blocks? |
|
Answer» Oracle stores data in data blocks also CALLED as LOGICAL blocks, Oracle blocks or pages. A data BLOCK represents specific NUMBER of bytes of space on disk.
Oracle stores data in data blocks also called as logical blocks, Oracle blocks or pages. A data block represents specific number of bytes of space on disk.
|
|
| 107. |
What Is A Control File? |
|
Answer» Control file is a binary file which STORES Database name, ASSOCIATED data files, redo files, DB creation time and current log sequence NUMBER. WITHOUT control file database cannot be started and can hamper data recovery. Control file is a binary file which stores Database name, associated data files, redo files, DB creation time and current log sequence number. Without control file database cannot be started and can hamper data recovery. |
|
| 108. |
What Is A Tablespace |
|
Answer» Oracle use TABLESPACE for logical data STORAGE. Physically, data will get stored in Datafiles. Datafiles will be connected to tablespace. A tablespace can have multiple datafiles. A tablespace can have objects from different SCHEMA's and a schema can have multiple tablespace's. Database creates "SYSTEM tablespace" by DEFAULT during database CREATION. It contains read only data dictionary tables which contains the information about the database. Oracle use Tablespace for logical data Storage. Physically, data will get stored in Datafiles. Datafiles will be connected to tablespace. A tablespace can have multiple datafiles. A tablespace can have objects from different schema's and a schema can have multiple tablespace's. Database creates "SYSTEM tablespace" by default during database creation. It contains read only data dictionary tables which contains the information about the database. |
|
| 109. |
What Contains Oracle Physical Database Structure? |
|
Answer» It contains
It contains |
|
| 110. |
How Oracle Works? |
Answer»
|
|
| 111. |
What Are The Several Tools For Interacting With The Oracle Database Using Sql? |
|
Answer» There are SEVERAL tools for interfacing with the database using SQL:
There are several tools for interfacing with the database using SQL: |
|
| 112. |
What Is An Oracle Instance? |
|
Answer» When you START, the database INSTANCE comes into picture into system MEMORY. Combination of the SGA and the ORACLE processes is called an Oracle instance. When you start, the database instance comes into picture into system memory. Combination of the SGA and the Oracle processes is called an Oracle instance. |
|
| 113. |
When Oracle Allocates An Sga? |
|
Answer» When Oracle starts, it READS the INITIALIZATION parameter file to determine the VALUES of initialization PARAMETERS. After this, it allocates an SGA and creates background processes. When Oracle starts, it reads the initialization parameter file to determine the values of initialization parameters. After this, it allocates an SGA and creates background processes. |
|
| 114. |
What Is Grid Management Feature? |
|
Answer» The Grid Management feature of Oracle ENTERPRISE Manager 10g provides a single console to manage multiple SYSTEMS TOGETHER as a logical group. The Grid Management feature of Oracle Enterprise Manager 10g provides a single console to manage multiple systems together as a logical group. |
|
| 115. |
What Is Storage Virtualization? |
|
Answer» The Oracle Automatic Storage MANAGEMENT (ASM) is a feature of Oracle Database 10G which provides a virtual layer between the database and storage so that GROUP of disks can be treated as a SINGLE disk group and disks can be dynamically added or removed while keeping databases ONLINE. The Oracle Automatic Storage Management (ASM) is a feature of Oracle Database 10g which provides a virtual layer between the database and storage so that group of disks can be treated as a single disk group and disks can be dynamically added or removed while keeping databases online. |
|
| 116. |
What Is Server Virtualization? |
|
Answer» Oracle Real APPLICATION Clusters 10g (RAC) enables a SINGLE database to RUN across multiple clustered nodes in a grid, pooling the processing resources of several standard machines. Oracle Real Application Clusters 10g (RAC) enables a single database to run across multiple clustered nodes in a grid, pooling the processing resources of several standard machines. |
|
| 117. |
What Are The Computing Components Of Oracle Grid? |
|
Answer» The COMPUTING componenets of ORACLE grid are:
The computing componenets of oracle grid are: |
|
| 118. |
What Is The Difference Between Large Dedicated Server And Oracle Grid? |
|
Answer» Large DEDICATED server:
Oracle Grid:
Large dedicated server: Oracle Grid: |
|
| 119. |
Explain Oracle Grid Architecture? |
|
Answer» Grid computing is a information technology ARCHITECTURE that provides lower cost ENTERPRISE information systems. Using grid computing, INDEPENDENT hardware, and software components can be connected and rejoined on demand to MEET the changing needs of businesses. It also ENABLES the use of smaller individual hardware components. Grid computing is a information technology architecture that provides lower cost enterprise information systems. Using grid computing, independent hardware, and software components can be connected and rejoined on demand to meet the changing needs of businesses. It also enables the use of smaller individual hardware components. |
|
| 120. |
What Is Oracle Database? |
|
Answer» Oracle DATABASE is a relational database MANAGEMENT system (RDBMS) which is USED to STORE and retrieve the large amounts of data. Oracle Database had physical and logical STRUCTURES. Logical structures and physical structures are separated from each other Oracle Database is a relational database management system (RDBMS) which is used to store and retrieve the large amounts of data. Oracle Database had physical and logical structures. Logical structures and physical structures are separated from each other |
|