Results 1 to 3 of 3

Thread: How to create ASCII file in oracle with out using UTL package

  1. #1

    Unhappy How to create ASCII file in oracle with out using UTL package

    Hi All,

    I have been given task of creating an ASCII file with out using UTL package.

    I need to dump data from one of the oracle table and dump the same in the ASCII file.

    Any help on the above is much appreciated.

    Regards,
    Srini.


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: How to create ASCII file in oracle with out using UTL package

    Try to use the Export utility.


  3. #3
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: How to create ASCII file in oracle with out using UTL package

    Quote Originally Posted by srinivasa.dinesh View Post
    Hi All,

    I have been given task of creating an ASCII file with out using UTL package.

    I need to dump data from one of the oracle table and dump the same in the ASCII file.

    Any help on the above is much appreciated.

    Regards,
    Srini.

    u can use this also
    set pagesize 0
    set pause off
    set heading off
    spool ASCIIFILE
    select ename||','||eno||','||hiredate||','||sal from emp;
    spool off


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact