PATH_PREFIX only change path in directories and not for libraries!
I have a PDB where this directory DIR_TEST_DIR ('./testdir') is added.
Additionally I created a LIBRARY testlib.so with this directory DIR_TEST_DIR.
When I clone this PDB with using PATH_PREFIX='/data/PDB_NEW' the directory path will be changed correctly into '/data/pdb_new/./testdir', but the Librarpath doesn't changed. It is still './testdir/testlib.so'.
"create pluggable database PDB_NEW from PDB1 path_prefix='/data/pdb_new';"
What can I do that Library-Path doesn't ignore the PATH_PREFIX?
Thanks in advance