What is Library Cache in Oracle?
Is java required for oracle client?
What is save point in oracle database?
What happens if you set the sga too low in oracle?
Explain the truncate in oracle?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How to end the current transaction in oracle?
Explain the use of inctype option in exp command.
write a query that displays every Friday in a year with date?
how may join possible between (requisition with purchase order)
Explain an integrity constrains?
What to do if dba lost the system password?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?