Oracle Text and URL_DATASTORE

From: Chris Seidel <cseidel_at_arcor.de>
Date: Fri, 5 Sep 2008 15:56:34 +0200
Message-ID: <48c13a92$0$11090$9b4e6d93@newsspool1.arcor-online.net>


Hi,

is it possible to use HTTP BASIC AUTH with an URL_DATASTORE? If so, which attributes I have to set?

I only found this example:

begin

 ctx_ddl.create_preference('my_url','URL_DATASTORE');
 ctx_ddl.set_attribute('my_url','HTTP_PROXY','www-proxy.us.oracle.com');
 ctx_ddl.set_attribute('my_url','NO_PROXY','us.oracle.com');
 ctx_ddl.set_attribute('my_url','Timeout','300');
end;

Thank you Received on Fri Sep 05 2008 - 08:56:34 CDT

Original text of this message