Question: How to check whether the datafiles are set to AUTOEXTEND and UNLIMITED? We can query the DBA_DATA_FILES view to check whether the data file is in AUTOEXTEND mode. SQL> select tablespace_name, file_name, autoextensible from dba_data_files; To confirm whether the maxsize is set to UNLIMITED we have to check for the maximum possible size, as […]
The post Oracle – How To Check if Autoextensible Datafiles Set To Maxsize Unlimited first appeared on RSSFeedsCloud.