Create Database Directory on Remote Share/Server
(Doc ID 739772.1)
Last updated on NOVEMBER 19, 2019
Applies to:
Oracle Database Exadata Cloud Machine - Version N/A and laterOracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Cloud Schema Service - Version N/A and later
Generic Windows
Information in this document applies to any platform.
Goal
The purpose of this document is to provide the customers with necessary configuration to create database directory on a remote server . For exmaple:
CREATE OR REPLACE DIRECTORY 'SUBSEADATA_1' AS '<Remote_serverDriveOrNetworkUNC>;
Note: This is not a supported action as per Oracle Documentation :
The operating system directory path named in the Oracle DIRECTORY object should not contain any symbolic links in its components.
Reference: "Rules for Using Directory Objects and BFILEs"
http://docs.oracle.com/database/121/ADLOB/adlob_managing.htm#ADLOB45157
The operating system directory path named in the Oracle DIRECTORY object should not contain any symbolic links in its components.
Reference: "Rules for Using Directory Objects and BFILEs"
http://docs.oracle.com/database/121/ADLOB/adlob_managing.htm#ADLOB45157
However, if it was proven that same error occurred not only in the UNC Env, but also in the Env. with using local hard disk, We Oracle will support the issue.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |