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 |
Does rowid change in oracle?
What are the differences between date and timestamp in oracle?
How to execute a stored procedure in oracle?
why can't we assign not null constraint as table level constraint
How remove data files before opening a database?
What is data block in Oracle?
What is an Oracle view?
How to recover a dropped table in oracle?
How index is implemented in oracle database?
how to find find & delete duplicate rows from two different tables?
how to clone 9i Database on to 10g Database.
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?