Database Error Messages

ORA-39309

Cannot alter tablespace between bigfile and smallfile.

Cause

DBMS_METADATA_DIFF was comparing two tablespaces, one bigfile, one smallfile. There is no SQL ALTER statement to change a tablespace from smallfile to bigfile or vice versa.


Action

The difference cannot be eliminated with an SQL ALTER statement.