| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: instance_name as unprivileged user
yong321_at_yahoo.com wrote:
> DA Morgan wrote:
>
>>Just being picky here but Oracle has deprecated USERENV and recommends
>>using, instead, SYS_CONTEXT. The query would be either:
>>
>>SELECT sys_context('USERENV', 'INSTANCE') FROM dual;
>>or
>>SELECT sys_context('USERENV', 'INSTANCE_NAME') FROM dual;
>>--
>>Daniel A. Morgan
>>http://www.psoug.org
>>damorgan_at_x.washington.edu
>>(replace x with u to respond)
Correct. But except in a RAC environment ... instance will always be 1 and there is no need to care beyond that. But your point is well made.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Wed Dec 21 2005 - 15:05:38 CST
![]() |
![]() |