I am new to oracle. I work on oracle database 12c version. I have to find out if the tablespace autoextend status was disabled for previous week.But i can able to view current autoextend status for a tablespace. Is there any direct approach to find the tablespace autoextend status using database views?
Below output shows the current tablespace autoextensible status.
Sample output:
SQL> select TABLESPACE_NAME,AUTOEXTENSIBLE from dba_data_files;
TABLESPACE_NAME AUT
------------------------------ ---
SYSTEM NO
SYSTEM YES
SYSAUX YES
UNDOTBS1 YES
USERS NO
USERS NO
USERS YES
EXAMPLE YES
Expected
Autoextensible status - yes or no for previous week