How many objectname will be created for a single table drop
function? Why 'flashback' query giving error "ORA-38312:
original name is used by an existing object" while getting
the table?
No Answer is Posted For this Question
Be the First to Post Answer
what are the diffeenes between oracle 9i,oracle 10g
what is integrity constrains?
What is the difference between a hot backup and a cold backup in oracle?
Why cursor variables are easier to use than cursors?
Explain what are the uses of rollback segment?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What is recovery manager in Oracle?
what is the use of composite key constraint?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
what is cartesian product?
Difference between open_form and call_form in oracle.
How to insert a record into a table?