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


Please Help Members By Posting Answers For Below Questions

What is the difference between hot backup and cold backup in oracle?

530


How to use subqueries with the in operator using oracle?

624


What exactly do quotation marks around the table name do?

556


What is a relational database management system?

690


What is the fastest query method to fetch data from the table?

875






What is the best way to do multi-row insert in oracle?

569


What is oracle host variable?

542


How to create a table in a specific tablespace?

551


What are a query and state the different types of queries and their uses?

522


Which is better Oracle or MS SQL? Why?

5469


What is a package in oracle?

575


What happens if the imported table already exists?

555


I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.

1868


What are the parameters that we can pass through a stored procedure?

568


What is a named program unit?

595