Oracle General (1803)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
2 5898what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
2 11323In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
4 8375what is meant by physical order and logical order in clustered index and non clustered index.
2 8053Is it possible to join two tables, that are in two different users (e.g. SCOTT and HR etc.),but im same database (e.g. ORCL)? If yes, then how it is possible? Explain with step by step procedure.
IBM,
1 4663A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?
IBM,
1 5413WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
3 7232According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
2 4763
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What are the differences between char and varchar2 in oracle?
Mention what are the benefits of oracle rac?
How is rman better than user-managed backup recovery process?
what are bitmap indexes? How does they work?
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
How can you find dead processes?
How to check the server version in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
How to use subqueries with the in operator using oracle?
How to define a procedure inside another procedure?
List five most important parameter in 9i affecting performance?
What are the attributes that are found in a cursor?
What are the different windows events activated at runtime ?
Please explain oracle data types with examples?