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
How to change user password in oracle?
How oracle handles dead locks?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What happens to the current transaction if a ddl statement is executed?
Please explain compound trigger in oracle?
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?
When do you get a .pll extension in oracle?
What are the attributes of the cursor?
What is an oracle user account?
How do I recompile a procedure in oracle?
what is the dual table in oracle?
How to pass parameters to procedures in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What is meant by joins?
Hi Can any one tell me what are the API's used in requisition import.