DBMS_LOB and Virtual Directories

From: mgumbs <mgumbsNOmgSPAM_at_hotmail.com.invalid>
Date: Fri, 22 Oct 1999 03:47:39 -0700
Message-ID: <0a0133f8.467b872e_at_usw-ex0101-008.remarq.com>



Hi,

I have created an app using DBMS_LOB. To read and transfer BFILES, you have to create a directory in Oracle using...

    Create Directory VIRTUAL_DIR for "c:\temp";

You then use this VIRTUAL_DIR to access the files in c:\temp. This works fine in 2-tier mode but when i try in 3-tier mode over the web, it complains about not finding the file i referenced.

I then assumed that the mapping has to be in relation to the middle tier (server) directory structure. Changed it, still didn't work. I then changed it to match the client structure, still failed.

Question is does the virtual directory mapping work in 3-tier mode? Any replies by email as well please.

HELP! ;-( Mark

  • Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * [Quoted] The fastest and easiest way to search and participate in Usenet - Free!
Received on Fri Oct 22 1999 - 12:47:39 CEST

Original text of this message