Do the following from your RDBMS database:
SELECT
'Automatic storage management (ASM)' NAME,
DECODE(COUNT(*), 0, 'No', 'Yes') VALUE
FROM
V$ASM_CLIENT
WHERE
ROWNUM = 1
Do the following from your RDBMS database:
SELECT
'Automatic storage management (ASM)' NAME,
DECODE(COUNT(*), 0, 'No', 'Yes') VALUE
FROM
V$ASM_CLIENT
WHERE
ROWNUM = 1