Has anybody used the document
150107.1 How To Unload LOBs to a File in Oracle 8 (SCR 1276)
to generate a shared library to unload blobs to a file?
The compile line given (to generate the library) is
make -f $ORACLE_HOME/rdbms/demo/demo_rdbms.mk extproc_with_context \
SHARED_LIBNAME=lob2file80.so OBJS=lob2file80.o
However, the demo_rdbms.mk file does not know about the
exproc_with_context target (at least in version 8.0.5.1 on
HP-UX).
Reading on metalink, I came across a forum message which implied
that the 'extproc_with_context' is correct for 8.1.X and that for
8.0.X, it should be 'extproc_callback'.
Can anybody confirm this or have done this successfully?
----
Matt Adams - GE Appliances - [EMAIL PROTECTED]
Bad command or file name. Nice typing though.
