How to create lov dynamically at runtime & attach to text field?
No Answer is Posted For this Question
Be the First to Post Answer
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Explain the types of exception?
What are a query and state the different types of queries and their uses?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
Give the various rollback segment states.
What is Parallel Server ?
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
How to display the hierarchy of employee and managers without using connect by prior.
How would you change old and new values in an insert, delete and update triggers?
How to define an anonymous procedure without variables?
what is query and types of query
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.