Prerequisites
The prerequisites are as follows:
- The database user must have the following configured:
CREATE SESSIONSELECT ON SYS.V_$PARAMETER
For example,
create user testdbuser identified by password123 / grant create session to testdbuser / grant select on sys.v_$parameter to testdbuser / - The
tnsnames.orafile must have a SID and SERVICE name TNS entry.