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: help newbie fromatted ASCII text into cell

Re: help newbie fromatted ASCII text into cell

From: Andrew <myfam_at_surfeu.fi>
Date: 21 Sep 2004 09:27:45 -0700
Message-ID: <c5826e91.0409210827.2bb18bd7@posting.google.com>


pratap_fin_at_rediffmail.com (Pratap) wrote in message news:<830861d2.0409210212.76572d53_at_posting.google.com>...
> insert into t values (
> 'host=a.b.c # host name
> port=123 # port
> increment=1^2 # increment'
> );
>
> select * from t;
>
> A
> -----------------------------------
> host=a.b.c # host name
> port=123 # port
> increment=1^2 # increment
>
> Regards,
>
> Pratap

Thanks guys, works for me now, I am using sqlplus. Received on Tue Sep 21 2004 - 11:27:45 CDT

Original text of this message

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