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: Help with loading data from PostgreSQL into Oracle

Re: Help with loading data from PostgreSQL into Oracle

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Fri, 17 Jun 2005 15:36:47 +0200
Message-ID: <02e501c57341$9e3c5630$1a03310a@IBME1D11967173>


set scan off

HTH
Dimitre Radoulov

>I need some help getting data from PostgreSQL to load into Oracle. I
> have extracted the PostgreSQL data into a file as insert statements.
> However, I am having a problem I'm not sure how to handle. Sqlplus is
> interpreting some of the data that is in the strings. How can I turn
> this off? Forgive me if this is trivial, but it has been several
> years since I've done much work with Oracle.
>
> Here are some examples of what is going on.
>
> insert into table x values (1,'map: abcdefg');
> sqlplus asks for a value for map:
>
> insert into table y values ('test values','this & that');
> sqlplus ask for a value for that.
>
> How can I stop this? I need sqlplus to load the data as given and not
> try to "interpret it".
>
> thanks,
>
> chris
> --
> http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 17 2005 - 09:42:00 CDT

Original text of this message

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