Microsoft
Software
Hardware
Network
Question : BFILE to BLOB
Hi
I am using Oracle XE and have a table that contains a BLOB column. For some reason I need a type casting function like TO_CHAR that gives my BFILE as a BLOB in my Query. E.g.
SELECT TO_BLOB(myBFILEcol) from mytable;
Is there a way doing so?
Answer : BFILE to BLOB
The docs have some sample code that you should be able to turn into a function that returns a BLOB.
http://download.oracle.com
/docs/cd/B
10500_01/a
ppdev.920/
a96591/adl
12bfl.htm#
871056
Or
http://download.oracle.com
/docs/cd/B
10500_01/a
ppdev.920/
a96591/adl
12bfl.htm#
879707
Random Solutions
Make comments to articles PHP
How do I edit a Navigation Menu Created in JavaScript?
What's the fastest way to do a wherein query in linq2sql
Number format in oracle
rsync help
Two Inner Joins in One Query
Linux - auto log in to web site
Migrating Exchange from SBS2003 to Exchange Standard 2010
How do I create a looping to add values in columns?
php reply always the same