Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Respecting DISABLE_DIRECTORY_LINK_CHECK parameter during external table creation in Oracle18C

NagababuAMar 18 2019 — edited Jun 24 2019

For importing data, we analysed several options. After going through all options, to meet our need and to have good performance, we found external table is the only best option.

During external table creation, we pass 'DISABLE_DIRECTORY_LINK_CHECK' as part of access parameters list. This parameter is used to disable checking of file paths as symbolic links. This parameter was respected till Oracle12C. Now it has become a showstopping issue for us after we upgraded to Oracle 18C. Because from Oracle 18C onwards, this parameter is no more respected due to security reasons. This is throwing us exceptions when used on RAC envirnonments.

***Moderator note (Timo) removed MOS content as it's not allowed to disclose this kind of information here!***
   

Please let me know in case there are any workarounds to overcome this showstopping issue. For our case, we need a way to overcome this issue on RAC environment. Thank you in advance!

Regards

--Nagababu

Comments
Post Details
Added on Mar 18 2019
5 comments
3,086 views