Skip to Main Content

SQL & PL/SQL

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!

Exporting a tables data in .dbf format

wild fireJun 16 2014 — edited Jun 16 2014

Hi All,

       I Have a requirement that i need to fetch a tables output in dbf format.

consider

select empno,ename,sal,dept from emp;

where all the columns to be fetched in .dbf format.

and sal column should have a default format as 100.00 with 2 decimal's.

Waiting for your valuable reply,

With Regards,

Balaji .P.K

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2014
Added on Jun 16 2014
6 comments
538 views