// 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;
'Oracle' 카테고리의 다른 글
[Oracle] 마이그레이션 전 Object 생성 DDL 구문 확인 script (0) | 2021.06.07 |
---|---|
[Oracle] window 환경에서 한글 깨짐 (client NLS_LANG 설정) (0) | 2021.04.26 |
[Oracle] ORA-39352: Wrong number of TRANSPORT_DATAFILES (0) | 2021.04.26 |
[Oracle] Error in invoking target 'agent nmhs' of makefile (0) | 2021.04.19 |
[Oracle] Oracle grid rac 설치 시 root.sh 에러 (CRS-4046, CRS-4000, CLSRSC-331) (0) | 2021.03.12 |