which sql command we can use to get a print out from
oracle?
Answer Posted / jamalvalli
set autoprint off/on it is Sql*plus Command
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain a private synonyms?
How to define a data field as not null?
What is the difference between Delete, Truncate and Drop in Oracle?
What is the difference between translate and replace?
what are steps for interface? where is exchange rate defined in which table?
Explain a data segment?
What are nested tables?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
What is the difference between a user and a schema in oracle?
What happens if recursive calls get out of control?
What is the difference between substr and instr?
what is normalisation?what are its uses?
what is reindexing?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How do I limit the number of rows returned by an oracle query after ordering?