DEVFYI - Developer Resource - FYI

ORACLE Interview Questions and Answers

Part:   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106  

(Continued from previous part...)

Oracel Interview Question Only (2)

  • What are the differences between database designing and database modeling?
  • If the large table contains thousands of records and the application is accessing 35% of the table which method to use: index searching or full table scan?
  • In which situation whether peak time or off peak time you will execute the ANALYZE TABLE command. Why?
  • How to check to memory gap once the SGA is started in Restricted mode?
  • All the users are complaining that their application is hanging. How you will resolve this situation in OLTP?
  • If the SQL * Plus hangs for a long time, what is the reason?
  • Shall we create procedures to fetch more than one record?
  • How do you increase the performance of %LIKE operator?
  • You are regularly changing the package body part. How will you create or what will you do before creating that package?
  • How can you see the source code of the package?
  • Dual table explain. Is any data internally storing in dual table. Lot of users are accessing select sysdate from dual and they getting some millisecond differences. If we execute SELECT SYSDATE FROM EMP; what error will we get. Why?
  • In exception handling we have some NOT_FOUND and OTHERS. In inner layer we have some NOT_FOUND and OTHERS. While executing which one whether outer layer or inner layer will check first?
  • What is mutated trigger, is it the problem of locks. In single user mode we got mutated error, as a DBA how you will resolve it?
  • Schema A has some objects and created one procedure and granted to Schema B. Schema B has the same objects like schema A. Schema B executed the procedure like inserting some records. In this case where the data will be stored whether in Schema A or Schema B?
  • What is bulk SQL?
  • How to do the scheduled task/jobs in Unix platform?
  • If the entire disk is corrupted how will you and what are the steps to recover the database?
  • How will you monitor rollback segment status?
  • List the sequence of events when a large transaction that exceeds beyond its optimal value when an entry wraps and causes the rollback segment to expand into another extend?
  • What is redo log file mirroring?
  • How can we plan storage for very large tables
  • When will be a segment released ?
  • What are disadvantages of having raw devices?
  • List the factors that can affect the accuracy of the estima?
  • What is the difference between $$DATE$$ & $$DBDATE$$$$DBDATE$$ retrieves the current database date$$date$$ retrieves the current operating system
  • How to prevent unauthorized use of privileges granted to a Role ?
  • What is a deadlock and Explain?
  • What are the basic element of base configuration of an Oracle database?
  • What is an index and How it is implemented in Oracle database?
  • What is the use of redo log information?
  • What is a schema?
  • What is Parallel Server?
  • What is a database instance and Explain?
  • What is a datafile?
  • What is a temporary segment?
  • What are the uses of rollback segment

Part:   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106  

ORACLE Interview Questions and Answers