I have a PL/SQL package in an Oracle 10g database and I want to write a function that returns the name of the schema that the package (and hence the function) is defined in. Anyone know how to do this?
|
|
This will work as long as the PL/SQL object doesn't have AUTHID CURRENT_USER. |
||
|
|
|
There is probably an easier way but you could use |
||
|
|
