kasundha
Member
OE 12.8
_user table used to control user access.
archival access granted to the archiving user.
I archived audit logs from live db to archival db using following commands,
Archive audit logs from Live DB.
Proutil <db name> -C auditarchive “07/21/2024 23:59:59.999+05:30” -checkseal -nodelete -directory /auditarchive/dumpauditarchive -U <userid> -P “password”
Load archived audit logs to archival db.
Proutil <archival db name> -C auditload /auditarchive/dumpauditarchive -checkseal -U <userid-P “password”
=================
Only users' login and logout data are archived. DB schema changes were not archived... any comment..?
_user table used to control user access.
archival access granted to the archiving user.
I archived audit logs from live db to archival db using following commands,
Archive audit logs from Live DB.
Proutil <db name> -C auditarchive “07/21/2024 23:59:59.999+05:30” -checkseal -nodelete -directory /auditarchive/dumpauditarchive -U <userid> -P “password”
Load archived audit logs to archival db.
Proutil <archival db name> -C auditload /auditarchive/dumpauditarchive -checkseal -U <userid-P “password”
=================
Only users' login and logout data are archived. DB schema changes were not archived... any comment..?