Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Shell script to generate .CSV file

639485May 19 2009 — edited May 20 2009
Hi All,

I have table called EMPLOYEE. It contains Empno, Ename,Sal,JOB column.
I want to write a shell script which generates flat file.( with two column names)
Create a flat file with the following name :
Employee_YYYYMMDD.csv
Field separator to use : " ; "

e.g. EMPNO ; ENAME

can any please help me to write a script to generate ".csv" file.

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2009
Added on May 19 2009
3 comments
8,286 views