-
Query based Database Tuning
What is query based database tuning?
-
-
Citrus Call
What is Citrus Call?
-
-
UTL File Package
What parameter must be set in init.ora file for utl_file package?
-
-
How to copy the tables from one system to another or from one user to another user?
Means i have 150 tables in one system, i want to copy those tables into another system.
-
-
Virtual Tables
What are the virtual tables used in Oracle?
-
-
-
-
Oracle Explain
In Oracle what is meant by 'Explain'
-
-
Retrive Index Values
Explain how to retrive index values in Oracle SQL?
-
-
How to write a query to retrieve only the months from certain given duration.
I will be getting this duration from the dual table. Provide query for this.Like for example, if suppose I am going to get value from the month of 01-Jan-2006 to 31-Apr-2007 then My result should be only 4 months like Jan, Feb, Mar, Apr.Btu not the whole dates. Only four rows has to be retrieved. This should be retrieved from the dual table but not from other tables.
-
-
-
Oracle Dual
Select round(13.19,1) from dual will return 13.2Select round(13.19,-1) from dual ....what will be the output.....IN ORACLE
Oracle Basics Interview Questions
Ans