Re: table to output "into outfile"
Posted by:
Bill Karwin
Date: September 09, 2006 12:50PM
Use an absolute pathname to the file in the INTO OUTFILE clause.
Or don't use INTO OUTFILE at all. Run the query, fetch the results, and write it to a file of your choosing, using application code.
Regards,
Bill K.
Edited 1 time(s). Last edit at 09/09/2006 12:52PM by Bill Karwin.
Subject
Written By
Posted
September 09, 2006 10:22AM
Re: table to output "into outfile"
September 09, 2006 12:50PM
November 27, 2006 07:58PM
November 29, 2006 01:57PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.