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: Copy

Re: Copy

From: Jared Still <jkstill_at_cybcon.com>
Date: Sun, 07 Jul 2002 07:38:18 -0800
Message-ID: <F001.00490AE6.20020707073818@fatcity.com>

You'll find the COPY command in the SQLPLUS docs.

It is not a SQL command. It's also been around for quite a few years.

Jared

On Sunday 07 July 2002 05:33, Yechiel Adar wrote:
> I checked the docs for 8.1.6 and 9.0.1.
> I think that the copy command is new in 9i.
> make sure that you are logged on to 9i sqlplus when you issue this command.
>
> Yechiel Adar
> Mehish
> ----- Original Message -----
> From: Ramon E. Estevez
> To: Multiple recipients of list ORACLE-L
> Sent: Friday, July 05, 2002 10:08 PM
> Subject: Copy
>
>
> Hi list,
>
> I am trying to copy one table from a DB 9.0.1 on Linux RH to a DB 8.1.7
> on NT using this statement
>
> COPY FROM RAMON_at_ORLNX TO RAMON_at_IBOR CREATE DATBAL_TMP USING SELECT * FROM
> DATOS_BALANCES;
>
> ERROR at line 1:
> ORA-00900: invalid SQL statement
>
> Do I need a DBLINK, if yes, is it obligatory ?
>
> TIA,
>
>
> Ramon E. Estevez
> com.banilejas_at_codetel.net.do
> 809-565-3121


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 
----------------------------------------
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.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 Sun Jul 07 2002 - 10:38:18 CDT

Original text of this message

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