how to clone 9i Database on to 10g Database.
No Answer is Posted For this Question
Be the First to Post Answer
What is an Index ?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
How to create an oracle database manually?
Why we choose emp number as primarykey?
Explain the use of show option in imp command.
How data locks are respected in oracle?
Define oracle database
how do u setup a replication site?
Can a formula column referred to columns in higher group ?
Explain rename?
How to use "out" parameter properly?
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.