ERROR at line 1: ORA-03297: file contains used data beyond requested RESIZE value
Hello,
I have got tablespace "X". Size of data file this tablespace is 435GB, dba_tablespace_usage_metrics view shows only 8% usage for this tablespace.
When i try resize datafile using command
alter database datafile 'D:\Oracle\oradata\orcl\X.DBF' resize 200G; then below error is occurred
ORA-03297: file contains used data beyond requested RESIZE value
How can i shrink/resize this tablespace?
Best regards,
Mateusz