Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:Bulkcopy

Re:Bulkcopy

From: <dgoulet_at_vicr.com>
Date: Mon, 21 May 2001 09:38:21 -0700
Message-ID: <F001.0030962D.20010521094108@fatcity.com>

Lee,

    Copy is a SQL*Plus command as in

copy from <username>/<password>@<database> -

     to <username>/<password>@<database> - create/append/replace <table_name> -
using select <column1>, <column2>, <etc...> -

      from <table_name_at_source>;

The arraysize and copycommit parameters control how often a commit is done. BTW: use dashes at the end of each line to continue as a carriage return without the dash constitutes the end of the command.

Dick Goulet

____________________Reply Separator____________________
Author: Robertson Lee - lerobe <lerobe_at_acxiom.co.uk>
Date:       5/21/2001 9:15 AM

All,  

Anyone heard of this utility for Oracle ?. Someone mentioned it today and I didn't have a clue. They said it would be in $ORACLE_HOME/bin. Nothing there !!  

Regards  

Lee  

The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<META content="MSHTML 5.00.2920.0" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN

class=203411216-21052001>All,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN

class=203411216-21052001></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=203411216-21052001>Anyone heard of this

utility for Oracle ?. Someone mentioned it today and I didn't have a clue. They said it would be in $ORACLE_HOME/bin. Nothing there !!</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN

class=203411216-21052001></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN

class=203411216-21052001>Regards</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN

class=203411216-21052001></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN

class=203411216-21052001>Lee</SPAN></FONT></DIV>
<P><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"></P>
<DIV>&nbsp;</DIV><CODE><FONT SIZE=3><BR>
<BR>

The information contained in this communication is<BR> confidential, is intended only for the use of the recipient<BR> named above, and may be legally privileged. If the reader <BR> of this message is not the intended recipient, you are<BR> hereby notified that any dissemination, distribution or<BR> copying of this communication is strictly prohibited. <BR> If you have received this communication in error, please <BR> re-send this communication to the sender and delete the <BR> original message or any copy of it from your computer<BR> system.<BR>
</FONT></CODE></BODY></HTML>

-- 
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 Mon May 21 2001 - 11:38:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US