Oracle

[Oracle] ORA-48128: opening of a symbolic link is disallowed

bbugge 2021. 4. 26. 17:31

// 19c 에서 impdp, expdp 시 발생하는 에러

 

ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-39155: error expanding dump file name "c:\Users\Administrator\dp_conv\conv_metadmp"
ORA-48128: opening of a symbolic link is disallowed

 

SQL> alter system set "_disable_directory_link_check"=TRUE scope=spfile;
SQL> alter system set "_kolfuseslf"=TRUE scope=spfile;

SQL> shutdown immediate;

SQL> startup;