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
Server 2008 R2 - Can't connect to a remote app through rdweb
Restoring information store Exchange 2003
Symantec Corporate ver. 8, antivirus server service will not start
Hide/Unhide Objects through VBA
Sending 'Test' Messages
Updating JAVA Control Panel settings.
create a for each loop for javascript in c#
How to print a form in a report one record at a time
search and replace
Servlet Issue in Moving from Unix to Linux