length of a long raw column

From: Thomas Kober <t.kober_at_bigfoot.de>
Date: 2000/05/23
Message-ID: <392A470C.3823B000_at_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 CEST

Original text of this message