conditional compile depending on schema name
Hello,
on a 11g database is it possible to have conditional compilation depending on the schema name?
-----
Background:
I have some procedures and functions in my package that have entries in the package header for unit testing purpose only. I down't want them exposed in the production system. I know, that in the production environment the schema will be different from my development system.
bye
TPD