in reply to doubt in binmode
Most likely you didn't tell Oracle that you want the data stored as a binary blob. Have you verified that the data was stored correctly in the database? Using binmode never hurts, so you should always use it.
I recommend you ask your Oracle DBA about your database and how to talk to it and how to verify what data gets stored in the database.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: doubt in binmode
by mdsaleemj (Initiate) on Jun 29, 2010 at 04:52 UTC | |
by afoken (Chancellor) on Jun 30, 2010 at 04:18 UTC | |
by mdsaleemj (Initiate) on Jun 30, 2010 at 13:46 UTC |