Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

change audit tablespace

don123Jan 6 2019 — edited Jan 7 2019

I have created a separate tablespace for audit and tried to change, but there is error.

CREATE tablespace audtbs datafile '/data/PMS/audtbs01.dbf' size 1G autoextend on;

BEGIN

DBMS_AUDIT_MGMT.set_audit_trail_location(audit_trail_type=>DBMS_AUDIT_MGMT.AUDIT_TRAIL_AUD_STD, audit_trail_location_value => 'AUDTBS');

END;

Error report -

ORA-01403: no data found

ORA-06512: at "SYS.DBMS_AUDIT_MGMT", line 1496

ORA-06512: at line 2

01403. 00000 -  "no data found"

*Cause:    No data was found from the objects.

*Action:   There was no data from the objects which may be due to end of fetch.

This post has been answered by Stefan Abraham on Jan 7 2019
Jump to Answer
Comments
Post Details
Added on Jan 6 2019
11 comments
960 views