HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?
Answer Posted / karthik
In SQL Prompt:
-------------
set lines 100 pages 100;
set colsep"|"
spool c:\Datas.xls;
select * from emp
/
spool off;
In Excel Sheet, use Text to Column->Delimeter to replace
the "|" pipe symbol
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the difference between restoring and recovering?
Why do we use bulk collect in oracle?
What is PL/SQL ?
What is clustered table in Oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is the difference between $oracle_base and $oracle_home?
What is null value in oracle?
What is ordinary table in oracle?
How to use in conditions in oracle?
Write a syntax for update query in oracle?
what is the difference between substr and instr function in oracle?
Explain overloading. Can functions be overloaded?
How to install oracle database 10g xe?
how can we store any pdf file in oracle
What is oracle database client?