profiler
When using profiler i SQL-developer 3.2 (Hierachical profiler)
SQL-developer insists on creating a directory called PLSHPROF_DIR.
(Later in the creation of a profile, you are supposed (as sys) to create a
DIRECTORY_PATH to the file-system for this (PLSHPROF_DIR) and besides
grant read and write permission to this directory).
This seems to be a bit complicated in my case, because I already have a lot of
usable directories equipped with the sufficient permissions;
but it is not possible to use these Directories from SQL-developer.
Now I have to wait for my dba to permit me using PLSHPROF_DIR and the worst thing is
I have to run through this (create/grant PLSHPROF_DIR) procedure for every user on my
databases which is a bit tedious, as I already have usable directories.
regards Karsten