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

Home -> Community -> Usenet -> c.d.o.server -> Re: Inserting/selecting LONG RAW data (PL/SQL)

Re: Inserting/selecting LONG RAW data (PL/SQL)

From: John S. Jones <jsj7_at_flash.net>
Date: Wed, 11 Aug 1999 02:23:26 GMT
Message-ID: <y85s3.619$M7.5268@news.flash.net>


Other DBA's/Developers/Instructors I've asked about this problem (inserting) say:

  1. You can only do this via OCI calls or tricky ODBC.
  2. If you are using Oracle8 or higher, use LOB's and the DBMS_LOBS package.

Good Luck,

John S. Jones
OCP - Oracle Certified DBA
InfoSphere, Inc.
Fort Worth, Texas



Opinions expressed here are mine and do not necessarily reflect those of InfoSphere, Inc.

huh <huhhy_at_rocketmail.com> wrote in message news:7om0i0$r4a$1_at_ns.felk.cvut.cz...
> Hi,
>
> Can someone suggest me how to insert LONG RAW data using
> pure PL/SQL?
>
> How can I check (see) data stored in LONG RAW column?
> Is it possible via SELECT statement?
> Is it possible to find a length of data stored in LONG RAW
> column (using PL/SQL)?
>
> TIA
>
> --
> Thank you for keeping >anti-spam< habit:
> not including my address in your reply.
>
>
Received on Tue Aug 10 1999 - 21:23:26 CDT

Original text of this message

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