PROBLEM:

While adding a datafile to a table space , got the error - ORA-32771: cannot add file to bigfile tablespace

SQL> ALTER TABLESPACE BIGTS add datafile -/dmdata02/oradata/BSDMSIT2/bigts02.dbf- size 1G;
ALTER TABLESPACE BIGTS add datafile -/dmdata02/oradata/BSDMSIT2/bigts02.dbf- size 1G
*
ERROR at line 1:
ORA-32771: cannot add file to bigfile tablespace

SOLUTION:

A bigfile tablespace can contain only one datafile and no other datafile can be added to that.
SQL> select BIGFILE from dba_tablespaces where tablespace_name=-BIGTS-;

BIG
-------- -
YES

TROUBLESHOOTING


Related Topics

TNS-01106: Listener using listener name has already been started
ORA-32774: more than one file was specified for bigfile tablespace
ORA-32773: operation not supported for smallfile tablespace
ORA-02304: invalid object identifier literal while import with CREATE TYPE OID
ORA-32771: cannot add file to bigfile tablespace
ORA-01536: space quota exceeded for tablespace
ORA-30034: Undo tablespace cannot be specified as temporary tablespace
ORA-20101: TABLESPACE is not a ASSM (Automatic Segment Space Management) tablespace
TNS-12542: TNS:address already in use
ORA-16855: transport lag has exceeded specified threshold

You May Also Like

How to keep or delete columns/Variable of a data frame in R
How to find execution history of an sql_id
_optimizer_ignore_hint
Upgrade database using OEM 12C cloud control
Oswatcher tool for collecting server diagnostic information
SQLCL UTILITY IN ORACLE
Shared Pool Advisory in oracle
Useful flashback related commands
How to change sysman password for oracle 12c cloud control
Tablespace monitoring shell script

From This Website

FLASHBACK parameter in DATAPUMP(EXPDP)
How to Downgrade oracle 19C Grid to 12C GRID
How to setup dataguard broker configuration (DG broker) in 12c
How to get the execution plan for a SQL between two AWR snapshots
Query clause in oracle datapump expdp
How to find execution history of an sql_id
How to monitor parallel queries in oracle db
Clone a database using dbca command in oracle 19c -New feature
How to create user in MySQL Database
OGG-01028 partial record at sequence extract abended