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.
| 651. |
What Is The Difference Between On-validate-field Trigger And A Post-change Trigger ? |
|
Answer» When you changes the EXISTING VALUE to null, the On-validate field trigger will FIRE post change trigger will not fire. At the time of execute-query post-change trigger will fire, on-validate field trigger will not fire. When you changes the Existing value to null, the On-validate field trigger will fire post change trigger will not fire. At the time of execute-query post-change trigger will fire, on-validate field trigger will not fire. |
|
| 652. |
What Are The Different Methods Of Backing Up Oracle Database ? |
| Answer» | |
| 653. |
What Is The Use Of Consistent (ver 7) Option In Exp Command ? |
|
Answer» A flag to INDICATE WHETHER a read consistent VERSION of all the exported OBJECTS should be MAINTAINED. A flag to indicate whether a read consistent version of all the exported objects should be maintained. |
|
| 654. |
What Is The Use Of Constraints Option In Exp Command ? |
|
Answer» A flag to INDICATE WHETHER CONSTRAINTS on table NEED to be exported. A flag to indicate whether constraints on table need to be exported. |
|
| 655. |
What Is The Use Of Show Option In Imp Command ? |
|
Answer» A FLAG to INDICATE whether file CONTENT should be DISPLAYED or not. A flag to indicate whether file content should be displayed or not. |
|
| 656. |
What Is The Use Of Full Option In Exp Command ? |
|
Answer» A flag to INDICATE whether full databse export should be PERFORMED. A flag to indicate whether full databse export should be performed. |
|
| 657. |
What Is The Use Of Grant Option In Imp Command ? |
|
Answer» A FLAG to indicate WHETHER GRANTS on database OBJECTS will be imported. A flag to indicate whether grants on database objects will be imported. |
|
| 658. |
What Is The Use Of Grant Option In Exp Command? |
|
Answer» A flag to indicate WHETHER GRANTS on databse objects will be EXPORTED or not. VALUE is 'Y' or 'N'. A flag to indicate whether grants on databse objects will be exported or not. Value is 'Y' or 'N'. |
|
| 659. |
What Is The Use Of Indexes Option In Imp Command ? |
|
Answer» A flag to indicate WHETHER import should import index on TABLES or not. A flag to indicate whether import should import index on tables or not. |
|
| 660. |
What Is The Use Of Indexes Option In Exp Command ? |
|
Answer» A FLAG to INDICATE WHETHER indexes on TABLES will be EXPORTED. A flag to indicate whether indexes on tables will be exported. |
|
| 661. |
What Is The Use Of Rows Option In Imp Command ? |
|
Answer» A flag to INDICATE whether rows should be imported. If this is SET to 'N' then only DDL for database OBJECTS will be EXECUTED. A flag to indicate whether rows should be imported. If this is set to 'N' then only DDL for database objects will be executed. |
|
| 662. |
What Is The Use Of Analyse ( Ver 7) Option In Exp Command ? |
|
Answer» A flag to indicate whether STATISTICAL INFORMATION about the exported objects should be WRITTEN to export DUMP file. A flag to indicate whether statistical information about the exported objects should be written to export dump file. |
|
| 663. |
What Is The Use Of Ignore Option In Imp Command ? |
|
Answer» A FLAG to indicate whether the IMPORT should ignore errors ENCOUNTER when ISSUING CREATE commands. A flag to indicate whether the import should ignore errors encounter when issuing CREATE commands. |
|
| 664. |
What Is Meant By Free Extent ? |
|
Answer» A free EXTENT is a collection of CONTINUOUS free blocks in TABLESPACE. When a segment is dropped its EXTENTS are reallocated and are MARKED as free. A free extent is a collection of continuous free blocks in tablespace. When a segment is dropped its extents are reallocated and are marked as free. |
|
| 665. |
How Will You Monitor The Space Allocation ? |
|
Answer» By QUERYING DBA_SEGMENT table/view. By querying DBA_SEGMENT table/view. |
|
| 666. |
How Will You Estimate The Space Required By A Non-clustered Tables? |
Answer»
|
|
| 667. |
What Is Meant By Redo Log Buffer ? |
|
Answer» Changes made to entries are written to the on-line redo log files. So that they can be used in roll FORWARD operations during database RECOVERIES. Before writing them into the redo log files, they will FIRST BROUGHT to redo log buffers in SGA and LGWR will write into files FREQUENTLY. LOG_BUFFER parameter will decide the size. Changes made to entries are written to the on-line redo log files. So that they can be used in roll forward operations during database recoveries. Before writing them into the redo log files, they will first brought to redo log buffers in SGA and LGWR will write into files frequently. LOG_BUFFER parameter will decide the size. |
|
| 668. |
What Is Cold Backup? What Are The Elements Of It? |
|
Answer» Cold BACKUP is taking backup of all PHYSICAL FILES after NORMAL shutdown of database. We need to take.
Cold backup is taking backup of all physical files after normal shutdown of database. We need to take. |
|
| 669. |
How Will You Create Multiple Rollback Segments In A Database ? |
|
Answer» Create a database which implicitly creates a SYSTEM Rollback Segment in a SYSTEM tablespace. Create a Second Rollback Segment NAME R0 in the SYSTEM tablespace. Make NEW rollback segment available (After shutdown, modify init.ora file and START database) Create other tablespaces (RBS) for rollback segments. Deactivate Rollback Segment R0 and activate the newly CREATED rollback segments. Create a database which implicitly creates a SYSTEM Rollback Segment in a SYSTEM tablespace. Create a Second Rollback Segment name R0 in the SYSTEM tablespace. Make new rollback segment available (After shutdown, modify init.ora file and Start database) Create other tablespaces (RBS) for rollback segments. Deactivate Rollback Segment R0 and activate the newly created rollback segments. |
|
| 670. |
What Is Database Buffers ? |
|
Answer» Database buffers are cache in the SGA USED to hold the data blocks that are read from the data segments in the database such as tables, indexes and CLUSTERS DB_BLOCK_BUFFERS parameter in INIT.ORA DECIDES the size. Database buffers are cache in the SGA used to hold the data blocks that are read from the data segments in the database such as tables, indexes and clusters DB_BLOCK_BUFFERS parameter in INIT.ORA decides the size. |
|
| 671. |
What Is A Control File ? |
|
Answer» Database OVERALL physical architecture is maintained in a file called CONTROL file. It will be USED to maintain INTERNAL consistency and guide recovery operations. Multiple copies of control files are ADVISABLE. Database overall physical architecture is maintained in a file called control file. It will be used to maintain internal consistency and guide recovery operations. Multiple copies of control files are advisable. |
|
| 672. |
What Is Dictionary Cache ? |
|
Answer» DICTIONARY CACHE is information about the databse OBJECTS stored in a DATA dictionary table. Dictionary cache is information about the databse objects stored in a data dictionary table. |
|
| 673. |
How Does Space Allocation Table Place Within A Block ? |
| Answer» | |
| 674. |
What Is The Use Of Compress Option In Exp Command ? |
|
Answer» FLAG to indicate whether EXPORT should COMPRESS FRAGMENTED segments into single extents. Flag to indicate whether export should compress fragmented segments into single extents. |
|
| 675. |
What Is The Use Of Rows Option In Exp Command ? |
|
Answer» Flag to INDICATE whether table ROWS should be EXPORTED. If 'N' only DDL statements for the DATABASE objects will be CREATED. Flag to indicate whether table rows should be exported. If 'N' only DDL statements for the database objects will be created. |
|
| 676. |
What Is The Use Of Record Option In Exp Command? |
|
Answer» For Incremental exports, the flag INDIRECTS WHETHER a record will be STORES data dictionary tables recording the export. For Incremental exports, the flag indirects whether a record will be stores data dictionary tables recording the export. |
|
| 677. |
How Free Extents Are Managed In Ver 6.0 And Ver 7.0 ? |
Answer»
|
|
| 678. |
What Are The Different Kind Of Export Backups? |
| Answer» | |
| 679. |
What Is A Rollback Segment Entry ? |
|
Answer» It is the SET of before IMAGE data blocks that contain rows that are MODIFIED by a transaction. Each Rollback Segment entry must be completed within one rollback segment. A single rollback segment can have multiple rollback segment ENTRIES. It is the set of before image data blocks that contain rows that are modified by a transaction. Each Rollback Segment entry must be completed within one rollback segment. A single rollback segment can have multiple rollback segment entries. |
|
| 680. |
What Is A Logical Backup? |
|
Answer» Logical BACKUP involves reading a set of database records and writing them into a file. Export utility is USED for taking backup and IMPORT utility is used to RECOVER from backup. Logical backup involves reading a set of database records and writing them into a file. Export utility is used for taking backup and Import utility is used to recover from backup. |
|
| 681. |
What Is Meant By Recursive Hints ? |
|
Answer» NUMBER of times processes repeatedly query the dictionary table is called RECURSIVE HINTS. It is due to the data dictionary cache is too small. By INCREASING the SHARED_POOL_SIZE PARAMETER we can optimize the size of Data Dictionary Cache. Number of times processes repeatedly query the dictionary table is called recursive hints. It is due to the data dictionary cache is too small. By increasing the SHARED_POOL_SIZE parameter we can optimize the size of Data Dictionary Cache. |
|
| 682. |
Which Parameter In Storage Clause Will Reduce No. Of Rows Per Block? |
|
Answer» PCTFREE PARAMETER. ROW size also reduces no of rows PER block. PCTFREE parameter. Row size also reduces no of rows per block. |
|
| 683. |
What Is Meant By Redo Log File Mirroring ? How It Can Be Achieved? |
|
Answer» Process of having a COPY of redo LOG files is called mirroring. This can be achieved by creating GROUP of log files together, so that LGWR will AUTOMATICALLY WRITES them to all the members of the current on-line redo log group. If any one group fails then database automatically switch over to next group. It degrades performance. Process of having a copy of redo log files is called mirroring. This can be achieved by creating group of log files together, so that LGWR will automatically writes them to all the members of the current on-line redo log group. If any one group fails then database automatically switch over to next group. It degrades performance. |
|
| 684. |
How Will You Monitor Rollback Segment Status ? |
|
Answer» Querying the DBA_ROLLBACK_SEGS view
Querying the DBA_ROLLBACK_SEGS view |
|
| 685. |
What Is The Use Of Record Length Option In Exp Command ? |
|
Answer» Record length in bytes. |
|
| 686. |
Why Query Fails Sometimes ? |
|
Answer» ROLLBACK SEGMENT DYNAMICALLY EXTENT to handle larger transactions entry loads. A single transaction may wipeout all available free space in the Rollback Segment TABLESPACE. This prevents other user using Rollback segments. Rollback segment dynamically extent to handle larger transactions entry loads. A single transaction may wipeout all available free space in the Rollback Segment Tablespace. This prevents other user using Rollback segments. |
|
| 687. |
How Will You Force Database To Use Particular Rollback Segment ? |
|
Answer» SET TRANSACTION USE ROLLBACK SEGMENT rbs_name. SET TRANSACTION USE ROLLBACK SEGMENT rbs_name. |
|
| 688. |
What Is Advantage Of Having Disk Shadowing/ Mirroring ? |
|
Answer» Shadow set of DISKS save as a backup in the event of disk failure. In most Operating System if any disk failure occurs it automatically switchover to PLACE of failed disk. Improved performance because most OS support VOLUME shadowing can direct file I/O request to use the shadow set of files instead of the main set of files. This reduces I/O load on the main set of disks. Shadow set of disks save as a backup in the event of disk failure. In most Operating System if any disk failure occurs it automatically switchover to place of failed disk. Improved performance because most OS support volume shadowing can direct file I/O request to use the shadow set of files instead of the main set of files. This reduces I/O load on the main set of disks. |
|
| 689. |
How To Implement The Multiple Control Files For An Existing Database ? |
|
Answer» SHUTDOWN the database Copy one of the existing CONTROL FILE to new location Edit CONFIG ora file by adding new control file. name RESTART the database. Shutdown the database Copy one of the existing control file to new location Edit Config ora file by adding new control file. name Restart the database. |
|
| 690. |
List The Optional Flexible Architecture (ofa) Of Oracle Database? Or How Can We Organize The Tablespaces In Oracle Database To Have Maximum Performance ? |
Answer»
|
|
| 691. |
What Is Hot Backup And How It Can Be Taken? |
|
Answer» TAKING BACKUP of archive log files when database is open. For this the ARCHIVELOG mode should be enabled. The FOLLOWING files need to be backed up. All data files. All Archive log, redo log files. All control files. Taking backup of archive log files when database is open. For this the ARCHIVELOG mode should be enabled. The following files need to be backed up. All data files. All Archive log, redo log files. All control files. |
|
| 692. |
What Is A Shared Sql Pool? |
|
Answer» The DATA DICTIONARY CACHE is stored in an area in SGA called the Shared SQL Pool. This will allow sharing of parsed SQL statements among concurrent USERS. The data dictionary cache is stored in an area in SGA called the Shared SQL Pool. This will allow sharing of parsed SQL statements among concurrent users. |
|
| 693. |
What Is The Use Of File Option In Imp Command ? |
|
Answer» The NAME of the FILE from which IMPORT should be PERFORMED. The name of the file from which import should be performed. |
|
| 694. |
What Is The Use Of Inctype Option In Exp Command ? |
|
Answer» Type export should be performed COMPLETE,CUMULATIVE,INCREMENTAL. List the sequence of events when a large transaction that EXCEEDS beyond its optimal value when an entry wraps and causes the rollback segment toexpand into ANOTION Completes. E. will be written. Type export should be performed COMPLETE,CUMULATIVE,INCREMENTAL. List the sequence of events when a large transaction that exceeds beyond its optimal value when an entry wraps and causes the rollback segment toexpand into anotion Completes. e. will be written. |
|
| 695. |
What Is The Significance Of Having Storage Clause ? |
|
Answer» We can plan the storage for a table as how much initial EXTENTS are REQUIRED, how much can be extended next, how much % should leave FREE for MANAGING row updations etc., We can plan the storage for a table as how much initial extents are required, how much can be extended next, how much % should leave free for managing row updations etc., |
|
| 696. |
What Are Disadvantages Of Having Raw Devices ? |
|
Answer» We should depend on export/import utility for BACKUP/recovery (fully reliable) The tar COMMAND cannot be used for physical file backup, instead we can USE DD command which is LESS flexible and has limited recoveries. We should depend on export/import utility for backup/recovery (fully reliable) The tar command cannot be used for physical file backup, instead we can use dd command which is less flexible and has limited recoveries. |
|
| 697. |
It Is Possible To Use Raw Devices As Data Files And What Is The Advantages Over File. System Files ? |
|
Answer» YES. The advantages over FILE system FILES. I/O will be improved because Oracle is bye-passing the kernnel which writing into DISK. Disk CORRUPTION will be very less. Yes. The advantages over file system files. I/O will be improved because Oracle is bye-passing the kernnel which writing into disk. Disk Corruption will be very less. |
|
| 698. |
To Display The Page No. For Each Page On A Report What Would Be The Source & Logical Page No. Or & Of Physical Page No.? |
|
Answer» & physical page no. |
|
| 699. |
What Are The Default Extensions Of The Files Created By Forms Modules? |
| Answer» | |