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

Home -> Community -> Usenet -> c.d.o.tools -> length of a long raw column

length of a long raw column

From: Thomas Kober <t.kober_at_bigfoot.de>
Date: 2000/05/23
Message-ID: <392A4A4C.F89BFAFF@bigfoot.de>#1/1

Hi Oracle PL/SQL experts,

how do i examine the length of a long raw column with PL/SQL and sqlplus?

Example:
create table foobar (id number, foo long raw); insert into foobar values (1, '010101');

select length(foo) from foobar

              *
ERROR at line 1:
ORA-00932: inconsistent datatypes

Can Oracle PL/SQL experts there help me?

Thanks
Thomas Received on Tue May 23 2000 - 00:00:00 CDT

Original text of this message

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