DBA Hub

📋Steps in this guide1/1

Find active services in db

--- It will show all the registered services for the database.

oracle configurationintermediate
by OracleDba
19 views
1

Find active services in db

Code/Command (click line numbers to comment):

1
2
3
4
5
--- It will show all the registered services for the database.
col NETWORK_NAME for a25
set pagesize 299
set lines 299
select NAME,INST_ID,NETWORK_NAME,CREATION_DATE,GOAL,GLOBAL from GV$ACTIVE_SERVICES where name not like 'SYS$%';

Comments (0)

Please to add comments

No comments yet. Be the first to comment!