Database Administration (MOSC)

MOSC Banner

統合監査にて監査設定後に追加されたオブジェクトを対象にする方法

edited Jul 14, 2021 10:43AM in Database Administration (MOSC) 1 commentAnswered

統合監査にて監査設定後に追加されたオブジェクトを対象にする方法をご存じの方はいらっしゃいますでしょうか?

統合監査では、以下のようにオブジェクトを対象にしたポリシーを作成します。

create audit policy aaa_pol actions select on aaa.table_b;

こうした場合、そのあとにaaaスキーマで、table_cを作ったとしても監査されません。

テーブルが追加されたことを検知して監査されるようにしたいのですが良い方法はありますでしょうか?

Does anyone know how to target objects added after audit setup in integrated audit?

In unified auditing, you create a policy for objects as follows:

create audit policy aaa_pol actions select on aaa.table_b;

In such a case, even if you create table_c in the aaa schema after that, it will not be audited.

I would like to detect that a table has been added and have it audited. Is there a good way?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center