1

To enable sql trace under Oracle you would typically run the following via sqlplus after login:

ALTER SESSION SET SQL_TRACE=TRUE

On Oracle 19 RDS this results in the following:

Error report - ORA-01031: insufficient privileges

How is the sql trace mechanism enabled under AWS RDS?

0

You must log in to answer this question.

Browse other questions tagged .