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

Home -> Community -> Usenet -> c.d.o.misc -> Re: P.S.

Re: P.S.

From: Skaldrom Y. Sarg <_at_[nospam}fear.ch>
Date: 1998/01/17
Message-ID: <69q6s5$nv7$1@news.eunet.ch>#1/1

i've read the following on ORACLE underground FAQ (http://www.onwe.co.za/frank/faq2.htm), but i haven't tested it yet:

] You can use the SQL*Plus COPY command instead of snapshots if you need
] to copy LONG and LONG
] RAW variables from one location to another. Eg:

]

] COPY TO SCOTT/TIGER_at_REMOTE -
] CREATE IMAGE_TABLE USING -
] SELECT IMAGE_NO, IMAGE -
] FROM IMAGES;
what works for 'snapshots' shoud work for ordinary tables. perhaps it helps....
Received on Sat Jan 17 1998 - 00:00:00 CST

Original text of this message

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