Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Oracle Text and URL_DATASTORE

0 views
Skip to first unread message

Chris Seidel

unread,
Sep 5, 2008, 9:56:34 AM9/5/08
to
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


hpuxrac

unread,
Sep 5, 2008, 8:49:14 PM9/5/08
to

Did you look at the oracle doc in this area?

Chris Seidel

unread,
Sep 7, 2008, 7:38:49 AM9/7/08
to
hpuxrac wrote:

> Did you look at the oracle doc in this area?

I search for it but could not found more than what I already wrote.


0 new messages