There is only one active UNDO tablespace per CDB, and it's
common to all PDBs.
Create a tablespace in a root CDB
SQL> create tablespace cdb_tools datafile
'/u01/app/oracle/oradata/cdb1/cdb_tools01.dbf' size 10m;
Tablespace created.
Tablespace created.
Create a permanent tablespace in a PDB
SQL> show con_name
CON_NAME
------------------------------
PDB2
CON_NAME
------------------------------
PDB2
SQL> create tablespace pdb2_tools datafile
'/u01/app/oracle/oradata/cdb1/pdb2/pdb2_tools01.dbf' size 5m;
Tablespace created.
Tablespace created.
No comments:
Post a Comment