dir_symlinks reported in postupgrade_fixups.sql
Dear All,
We are upgrading ORACLE EBS 12.1.3 database from 11gR2 to 19c.
After dbua, we continued with:
postupgrade_fixups.sql
It reported 2 issues:
First one is ignorable as per Doc ID 1964451.1.
Second one is: dir_symlinks,
To find directories objects and paths:
@$ORACLE_HOME/rdbms/admin/utldirsymlink.sql
The following DIRECTORY OBJECTS contain symlinks:
'ECX_UTL_LOG_DIR_OBJ', 'ECX_UTL_XSLT_DIR_OBJ', 'ODPDIR'
select directory_name, directory_path from dba_directories where directory_name in ('ECX_UTL_LOG_DIR_OBJ', 'ECX_UTL_XSLT_DIR_OBJ', 'ODPDIR');
What is the solution for this issue?
Thanks and regards,
Shareef