Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Re: Re: Re: DBD::Oracle - RAW datatypes

by cjensen (Sexton)
on Oct 20, 2001 at 03:41 UTC ( [id://120176]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: DBD::Oracle - RAW datatypes
in thread DBD::Oracle - RAW datatypes

Yes, ora_field is the column name.
  • Comment on Re: Re: Re: Re: Re: DBD::Oracle - RAW datatypes

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: DBD::Oracle - RAW datatypes
by Anonymous Monk on Oct 26, 2001 at 05:03 UTC
    <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> I tried using the ora_type, ora_field, bind_param_inout, etc. The data is still doubling...

    When inspecting the actual files that are returned in the result set, I noticed, in addition to the size doubling, that the format is being returned in hex, not binary. I know that RAW datatypes are stored as hex values, but have been assuming that Oracle would convert the hex back to binary on the way out. So, I tried using the HEXTORAW(raw_column_name) function in my select statement. My result set still gets returned as hex...

    Any other suggestions?...
    </body> </html>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://120176]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found