Oracle Interview Questions
Questions Answers Views Company eMail

What does a Control file Contain ?

2 7168

What is the use of Control File ?

3 5225

What is a Data Dictionary ?

5 6607

What is an Integrity Constrains ?

3 5992

Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint ?

2 6317

Describe the different type of Integrity Constraints supported by ORACLE ?

2 7249

What is difference between UNIQUE constraint and PRIMARY KEY constraint ?

3 5966

Describe Referential Integrity ?

1 4479

What are the Referential actions supported by FOREIGN KEY integrity constraint ?

1 4886

What is self-referential integrity constraint ?

SunGard,

2 13527

What are the Limitations of a CHECK Constraint ?

5 17444

What is the maximum number of CHECK constraints that can be defined on a column ?

3 7772

In Oracle 9i what does "i" Stands for?

MBT,

36 51664

what are the disadvantages of hierarchial database over RDBMS?

TCS,

1 12071

Can we create more than one constraint to column ?

6 9222


Un-Answered Questions { Oracle }

How to speed up webrick?

577


22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100

1590


How to view the tablespaces in the current database?

546


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1553


What is the maximum number of triggers that can be applied to a single table?

548






What is the placeholder column?

1


If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?

1785


What are four common errors found in an alert .log?

273


What are snapshots? What are materialized views & where do we use them? What is a materialized view?

1


How to end the current transaction in oracle?

541


Can we protect our pl/sql source code?

562


Explain the use of inctype option in exp command.

578


What are the main functions of dba?

264


what is the scripts in data base?

1591


How can you determine the space left in a file system?

341