|
|
|
Re: Create Directory Oracle 9i [message #670724 is a reply to message #670722] |
Mon, 23 July 2018 06:18   |
 |
Michel Cadot
Messages: 68755 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
To use a directory at Oracle/SQL level you must:
1/ Create yourself the OS directory at OS level
2/ Create the Oracle directory at SQL level (CREATE DIRECTORY command) which creates a synonym for SQL to access the OS directory
3/ Grant the privileges you want (READ and/or WRITE) to Oracle/DB accounts
Note: SQL can access this OS directory only if OS owner of the instance has the appropriate privileges on this OS directory (not the DB account or the OS user using this account).
[Updated on: Mon, 23 July 2018 06:20] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|