select sys_context('userenv','service_name') from dual
select sys_context('userenv','instance_name') from dual
to get all available service_name s: (needs privileged access)
select value from v$parameter where name = 'service_names';
for more info on the sys_context, read here
No comments:
Post a Comment
comments where you are promoting your business will be marked as SPAM :o)