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.
| 1. |
What Is Use Of Log (ver 7) Option In Exp Command? |
|
Answer» The NAME of the FILE which LOG of the EXPORT will be WRITTEN. The name of the file which log of the export will be written. |
|
| 2. |
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. |
|
| 3. |
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. |
|
| 4. |
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. |
|
| 5. |
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. |
|
| 6. |
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. |
|
| 7. |
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. |
|
| 8. |
What Is The Use Of Inctype Option In Exp Command? |
|
Answer» Type EXPORT should be performed COMPLETE,CUMULATIVE,INCREMENTAL Type export should be performed COMPLETE,CUMULATIVE,INCREMENTAL |
|
| 9. |
What Is The Use Of Record Length Option In Exp Command? |
|
Answer» Record length in bytes. |
|
| 10. |
What Is The Use Of Tables Option In Exp Command? |
|
Answer» LIST of TABLES should be EXPORTED. List of tables should be exported. |
|
| 11. |
What Is The Use Of Owner Option In Exp Command? |
|
Answer» LIST of table ACCOUNTS should be EXPORTED. List of table accounts should be exported. |
|
| 12. |
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. |
|
| 13. |
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. |
|
| 14. |
What Is The Use Of Parfile Option In Exp Command? |
|
Answer» NAME of the PARAMETER FILE to be PASSED for EXPORT. Name of the parameter file to be passed for export. |
|
| 15. |
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. |
|
| 16. |
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. |
|
| 17. |
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'. |
|
| 18. |
What Is The Use Of File Option In Exp Command? |
|
Answer» To give the export file name. |
|
| 19. |
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. |
|
| 20. |
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. |
|
| 21. |
What Are The Different Kind Of Export Backups? |
Answer»
|
|
| 22. |
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. |
|
| 23. |
What Is Sga? How It Is Different From Ver 6.0 And Ver 7.0? |
|
Answer» The System Global Area in a Oracle database is the area in memory to FACILITATES the transfer of INFORMATION between users. It holds the most recently requested structural information between users. It holds the most recently requested structural information about the database. The structure is Database buffers, DICTIONARY CACHE, Redo Log Buffer and SHARED SQL pool (ver 7.0 only) area. The System Global Area in a Oracle database is the area in memory to facilitates the transfer of information between users. It holds the most recently requested structural information between users. It holds the most recently requested structural information about the database. The structure is Database buffers, Dictionary cache, Redo Log Buffer and Shared SQL pool (ver 7.0 only) area. |
|
| 24. |
What Is Redo Log File Mirroring? |
|
Answer» Multiplexing Redo LOG FILE CALLED MIRRORING. ( Keeping multiple copies in DIFFERENT disks) Multiplexing Redo log file called Mirroring. ( Keeping multiple copies in different disks) |
|
| 25. |
How Redo Logs Can Be Achieved? |
|
Answer» LGWR PROCESS writes all CHANGE vectors from the redo log BUFFER to ONLINE redo log file sequentially. LGWR process writes all change vectors from the redo log buffer to online redo log file sequentially. |
|
| 26. |
How Will You Monitor Rollback Segment Status? |
|
Answer» By USING DICTIONARY VIEWS CALLED V$rollstat,dba_rollback_segs. By using dictionary views called v$rollstat,dba_rollback_segs. |
|
| 27. |
How Will You Estimate The Space Required By A Non-clustered Tables? |
Answer»
After arriving the calculation, add 10 % additional space to calculate the initial EXTENT size for a working table. After arriving the calculation, add 10 % additional space to calculate the initial extent size for a working table. |
|
| 28. |
How Can We Organize The Tablespaces In Oracle Database To Have Maximum Performance? |
|
Answer» STORE DATA in tablespaces to avoid DISK contension.system tablespace-recursive callsuserdata-users objectsindex tablespace-for indexesrollback segmnets-undo tablespace or MANUAL ROLLBACK segmentsplace application specific data in respective tablespaces.Place all these tablespaces in saperate disks.Try to implement raid-0 (striping) for better performance. Store data in tablespaces to avoid disk contension.system tablespace-recursive callsuserdata-users objectsindex tablespace-for indexesrollback segmnets-undo tablespace or manual rollback segmentsplace application specific data in respective tablespaces.Place all these tablespaces in saperate disks.Try to implement raid-0 (striping) for better performance. |
|
| 29. |
What Are The Factors Causing The Re Parsing Of Sql Statements In Sga? |
Answer»
|
|