You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

how to enable supplemental logging?

edited Apr 16, 2022 7:56AM in Autonomous Database 7 comments

Content

how do I enable supplemental logging in an Oracle Cloud database (ATP)?

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
ORA-01031: insufficient privileges
01031. 00000 -  "insufficient privileges"

I know that Amazon RDS for Oracle provides rdsadmin_util functions for doing some system-type functions like this e.g.

    rdsadmin.rdsadmin_util.alter_supplemental_logging(p_action => 'ADD');
    rdsadmin.rdsadmin_util.set_configuration(name  => 'archivelog retention hours', value => '24');

I am hoping that Oracle Cloud provides something similar, but so far I have been finding nothing.

Version

19

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!