We are planning on using the DBMS_XDB package to expose documents as WebDAV
folders and files.
This works fine in our DEV environment, but now we want to go to PROD.

1) How do we control WHO can access the folders?
What measure do we need to take to allow only specific USERS to access the
WebDAV folders? Would we need to create a schema that the users know the
password to? (assuming the users would need to know this password in order
to map the WebDAV folder). Currently we only allows to have EXTERNAL
authenticated accounts on PROD. Is it possible to use these account for
WebDAV?

2) How do we control WHAT the users can do with the folders?
We don't want to allow the user to drop files into the the WebDAV folders.


I have sifted through the oracle manuals, but there is so much that does
not apply. I'm sure my requirement is simple so my hope is that somebody
can point me to the relevant parts of the documentation.

Thanks,
Mike

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to