79178036

Date: 2024-11-11 14:34:09
Score: 3.5
Natty:
Report link

Please provide also the output of

lsnrctl services

and the output of the query

SELECT 
    i.INSTANCE_NAME AS SID, 
    s.NAME AS SERVICE_NAME
FROM 
    V$INSTANCE i
JOIN 
    V$SERVICES s ON s.INST_ID = i.INSTANCE_NUMBER;
Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jan Suchanek