Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> AUDIT RENAME
Hi All,
If I do
AUDIT RENAME ON DEFAULT; Then this audits statements of the type:
RENAME aaa TO bbb;
But not
ALTER TABLE aaa RENAME TO ccc;
Is this the correct behaviour? (Obviously I can AUDIT ALTER ON DEFAULT too to capture the second statment but that captures other ALTERs that I'm not interested in).
Thanks,
Charlotte
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 22 2005 - 09:45:39 CDT
![]() |
![]() |