RE: How to retrieve binary fields from ORACLE and write it to a file outside

2001-06-04 Thread Sterin, Ilya

You would do the same thing as LOB, set LongReadLen, LongTruncOK and fetch.
The only difference, is (I haven't dealt with Long Raw in a long while) I
believe it's hex encoded when stored and you will have to use pack() to
unencode it.

Ilya Sterin

-Original Message-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 06/04/2001 1:03 PM
Subject: How to retrieve binary fields from ORACLE and write it to a file
outside

I an trying to retrieve a bitmap fields from ORACLE. The data type is
LONG
RAW, not LOB. How can I do that in perl?
Thank you.



How to retrieve binary fields from ORACLE and write it to a file outside

2001-06-04 Thread Juwei . Zhang

I an trying to retrieve a bitmap fields from ORACLE. The data type is LONG
RAW, not LOB. How can I do that in perl?
Thank you.