how to clone 9i Database on to 10g Database.
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to disable the parameter from while running the report ?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
How to use existing values in update statements using oracle?
What is an oracle user account?
What happens to indexes if you drop a table?
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How to create a single index for multiple columns?
how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?
How to use attributes of the implicit cursor in oracle?
How to set a transaction to be read only in oracle?
How to divide query output into groups in oracle?