Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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

This is a discussion on How to create ASCII file in oracle with out using UTL package within the Oracle forums, part of the Databases category; 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 ...

Go Back   Geeks Talk > Databases > Oracle
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-29-2008
Junior Member
 
Join Date: Jan 2008
Location: Geneva Switzerland
Posts: 11
Thanks: 4
Thanked 2 Times in 2 Posts
srinivasa.dinesh is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-04-2008
Moderator
 
Join Date: Jun 2007
Location: Bangalore,India
Posts: 1,853
Thanks: 9
Thanked 168 Times in 142 Posts
debasisdas has a spectacular aura aboutdebasisdas has a spectacular aura about
Re: How to create ASCII file in oracle with out using UTL package

Try to use the Export utility.
Reply With Quote
The Following User Says Thank You to debasisdas For This Useful Post:
  #3 (permalink)  
Old 02-05-2008
Expert Member
 
Join Date: Apr 2007
Location: Bangalore
Posts: 515
Thanks: 29
Thanked 63 Times in 61 Posts
susarlasireesha will become famous soon enough
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
Reply With Quote
The Following User Says Thank You to susarlasireesha For This Useful Post:
Reply

  Geeks Talk > Databases > Oracle

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Package oracle.jdbc.driver does not exist Geek_Guest Oracle 4 03-30-2009 08:46 AM
Oracle Package.function Yajnas Oracle 5 01-12-2009 02:16 AM
I am not able to get output after I create package Geek_Guest Java 2 10-24-2007 12:58 AM
Today's package includes both StarPort Professional which will allow you to create vi JobHelper Geeks Lounge 0 02-19-2007 07:40 AM
Oracle package question always_rgsm Oracle 5 01-23-2007 08:35 AM


All times are GMT -4. The time now is 12:08 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved