which sql command we can use to get a print out from
oracle?
Answers were Sorted based on User's Feedback
Answer / anee desai
set autoprint on; will provide the command for printing.
| Is This Answer Correct ? | 12 Yes | 0 No |
What is the relation of a user account and a schema?
difference between imlicit cursor and explicit cursor ?
What is oracle join syntax?
Do View contain Data ?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
How to view the dropped tables in your recycle bin?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
How many types of tables are there in oracle?
Explain a synonym?
What is Hash Cluster ?
What are the different types of record groups in oracle? Explain each of them
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?