Database Administration (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center