Oracle General (1809)
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 5753what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
2 11209In 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 8155what is meant by physical order and logical order in clustered index and non clustered index.
2 7928Is 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 4576A 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 5326WHAT 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 7071According 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 4647
Differentiate between post-database commit and post-form commit?
can you convert or reverse engineer a fmx back to a fmb file?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What is the difference between restoring a database and recovering a database?
Give the different types of rollback segments.
State all possible different index configurations a table can possibly have?
which gives Oracle R12 Financial training in delhi please give me answer its urgent?
What are the limitations of check constraint?
How to count groups returned with the group by clause in oracle?
Can sub procedure/function be called recursively?
How to unlock the sample user account in oracle?
What are the attributes of cursor?
please explain.. DB architecture ...
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
You have taken import of a table in a database. You have got the integrity constraint violation error. How you are going to resolve it.