Home » RDBMS Server » Server Administration » Finding dropped tables
Finding dropped tables [message #171436] Wed, 10 May 2006 00:52 Go to next message
gajini
Messages: 262
Registered: January 2006
Senior Member
Is there any view or method to find,what are all the tables dropped from the database?
Re: Finding dropped tables [message #171442 is a reply to message #171436] Wed, 10 May 2006 01:18 Go to previous messageGo to next message
Frank Naude
Messages: 4580
Registered: April 1998
Senior Member
Starting from Oracle 10g you can use dba_recyclebin.
Re: Finding dropped tables [message #171443 is a reply to message #171436] Wed, 10 May 2006 01:21 Go to previous messageGo to next message
gajini
Messages: 262
Registered: January 2006
Senior Member
In 9i,is there any method?
Re: Finding dropped tables [message #171452 is a reply to message #171443] Wed, 10 May 2006 01:47 Go to previous messageGo to next message
kmsalih
Messages: 197
Registered: March 2006
Senior Member
Using Logminer
Re: Finding dropped tables [message #171453 is a reply to message #171443] Wed, 10 May 2006 01:50 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member

Yes but you have to audit the user. Look into database auditing.

one such example --

AUDIT DROP TABLE ON owner.table_name
BY {SESSION/ACCESS}
WHENEVER {NOT} SUCCESSFUL;


http://www.securityfocus.com/infocus/1689
Re: Finding dropped tables [message #171455 is a reply to message #171453] Wed, 10 May 2006 01:55 Go to previous message
kmsalih
Messages: 197
Registered: March 2006
Senior Member
Whether auditing on tables will result into performance degradation?
Previous Topic: Data restore question
Next Topic: Windows command
Goto Forum:
  


Current Time: Fri Sep 20 10:44:49 CDT 2024