What is the sql SELECT statement to list all service names in the database?
777867Jan 7 2011 — edited Jan 19 2011What is the sql SELECT statement to list all service names in the database?
I tried
SELECT name FROM dba_services
But, a long with valid services, it also list few other records which are not services names.