What are the various oracle database objects?
No Answer is Posted For this Question
Be the First to Post Answer
How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?
What do you mean by a tablespace?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
What is null value in oracle?
How to drop an index?
how to get count of tables in particular database in Oracle?
Describe Referential Integrity ?
cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..
How to Remove the 3rd highest salary person record from table?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.