Hi,
I have my Production database running on 11.1.0.7 environment running on Oracle Enterprise Linux 64 bit.
Please help me clarify the doubts on database services
SQL > select name from dba_services;
NAME
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SYS$BACKGROUND
SYS$USERS
seeddataXDB
seeddata
MYCSMR.example.com
CONSUM
CONSUM_SEARCH
MYCSMA.example.com
QUICKSURVEY
QUICKSURVEY.example.com
10 rows selected.
SQL > sho parameter service
NAME TYPE VALUE
------------------------------------ --------------------------------- ------------------------------
service_names string CONSUM, CONSUM_SEARCH, MYCSMA.
example.com, QUICKSURVEY
I see this additional 2 services on dba_services view -> i.e. MYCSMR.example.com & QUICKSURVEY.example.com
Any pointers as to how I delete them from the dba_services view?
Thanks!