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
Did you look at the oracle doc in this area?
> Did you look at the oracle doc in this area?
I search for it but could not found more than what I already wrote.