Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Which, View, to, check, storage, parameter, change, status, since, &date?
Seema,
I don't think you can actually tell what storage parameters have actually been changed from any of the DBA tables, I think this is a case for auditing on an ALTER statement for the tables you are interested in.
You can however tell when the last DDL was performed against a certain table by looking at the LAST_DDL_TIME column in the DBA_OBJECTS view.
HTH Mark
-----Original Message-----
Sent: Monday, August 06, 2001 07:06
To: Multiple recipients of list ORACLE-L
since, &date?
Hi Gurus
Let I have one table TAB_1 having max extent 121.I have changed max extents
230 from 121.Which View will show the table TAB_1 storage parameter has
changed.In DBA_SEGMENTS I can only get storage parameter.But,I want to know
which are the objects which storage parameter changed since 10 days.
Thanks in advance.
-Seema
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Seema Singh INET: oracledbam_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Aug 07 2001 - 05:34:39 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mark Leith INET: mark_at_cool-tools.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |