Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Stored procedure Question
____________________Reply Separator____________________ Author: "Lance Prais" <lprais_at_ts.checkpoint.com> Date: 2/1/2002 8:35 AM
All,
Currently I run a stored procedure and manually take the results and save them to a xls file. I have few questions:
--> Yes, DBMS_JOBS package
2. Is it possible to save is as an access file?
--> Not that I know of. Try saving the results as a comma delimited file using
UTL_FILE.
3. If it possible to do either of the above. Does anyone have examples that
I could use?
Thank you in advance
Lance
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Lance Prais INET: lprais_at_ts.checkpoint.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: dgoulet_at_vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Feb 01 2002 - 12:10:44 CST
![]() |
![]() |