Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Retrieve ORACLE_HOME setting from PL/SQL
Stephan Bressler wrote:
>
>> Maybe you'd care to elaborate why you'd want to do that? I'm having a >> hard >> time figuring out what good it'd do you.
I assume that you don't have OEM in place? In that case SMP_VIEW_TARGET_PROPERTIES could help you:
select target_name, value
from SMP_VIEW_TARGET_PROPERTIES
WHERE name = 'oracle_home';
Sorry, but that's all I can offer.
Holger Received on Mon Oct 25 2004 - 09:08:50 CDT