Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Whats the bcp (SQL Server) substitute in Oracle??
riteshjain82_at_gmail.com wrote:
> Robert Klemme wrote:
> > > Yeah but the thing is that we are not allowed to use any of these tools > or utilities. We have to write a procedure for this. > Also, i think that SQL Loader can only be used to load data in tables > from flat files, while i need to create flat files from tables. Please > correct me if i am wrong?? >
Aside from the fact that the utilities do not do the job you are looking to get accomplished, why can you not use utilities? Why must this be done in a procedure? It seems to me you were able to use vendor-supplied utilities like bcp with SQL Server. Why the limitation with Oracle?
Anyway, the link below shows how to use a stored procedure to perform this task:
HTH,
Brian
-- =================================================================== Brian Peasland dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Wed Aug 02 2006 - 09:37:56 CDT
![]() |
![]() |