Detecting unused schema [message #307064] |
Mon, 17 March 2008 14:44 |
DrNeko
Messages: 17 Registered: January 2007 Location: NJ
|
Junior Member |
|
|
Is there a way to detect unused schemas? In my test environment, some schemas were created temporary for testing purposes, and a number of them are obsolete. Is there a way to determine which ones haven't been uses for the past 12 months? Thank you.
|
|
|
|
Re: Detecting unused schema [message #307312 is a reply to message #307064] |
Tue, 18 March 2008 07:56 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
You can use the MONITORING USAGE clause for indexes to determine when they were last used.
You can use Auditing to determine the last select on tables, but all of these needed to be set up beforehand
|
|
|
|