What is a proxy class?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between substr & instr functions?
What are the differences between char and varchar2 in oracle?
Is there an oracle sql query that aggregates multiple rows into one row?
What is a trace file and how is it created in oracle?
How to manage transaction isolation level?
What is recovery manager in Oracle?
Explain the difference between sql and oracle?
How many types of tables supported by oracle?
How to define an oracle cursor variable?
What is flashback in Oracle?
What is raw datatype in oracle?
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.