Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> generating a shared library for writing blobs to a file

generating a shared library for writing blobs to a file

From: Adams, Matthew (GEA, 088130) <MATT.ADAMS_at_APPL.GE.COM>
Date: Mon, 11 Mar 2002 11:33:22 -0800
Message-ID: <F001.00424DC2.20020311113322@fatcity.com>


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 - matt.adams_at_appl.ge.com Bad command or file name. Nice typing though.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Adams, Matthew (GEA, 088130)
  INET: MATT.ADAMS_at_APPL.GE.COM

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Mar 11 2002 - 13:33:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US