Database Administration (MOSC)

MOSC Banner

ORA-1654 BIGDATAFILE

edited Sep 21, 2018 9:52AM in Database Administration (MOSC) 2 commentsAnswered

oracle : 12.2.0.1

os : Aix Power 7.2

RAC 4 node

Issue : ALert log shows

:ORA-1688: unable to extend table OASTOLTP.ORDL partition ORDL_0 by 29952 in tablespace ORDL_0 [IOPDB_PDB]

:ORA-1654: unable to extend index OASTOLTP.IORDL by 3200 in tablespace IORDL_0 [IOPDB_PDB]

error shows in all 4 nodes.

These 2 tablespaces are bigfile tablespaces

TABLESPACE_NAME                DATAFILE_SZ ALLOC_SIZE   PCT_USED FREE_SPACE

------------------------------ ----------- ---------- ---------- ----------

IORDL_0                         132.173828 131.713867      99.65        .46

ORDL_0                        807.0625  800.71875  99.21   6.34

Checked creation script

CREATE BIGFILE TABLESPACE "ORDL_0" DATAFILE

  SIZE 866576760832

  AUTOEXTEND ON NEXT 866576760832 MAXSIZE 33554431M

  NOLOGGING ONLINE PERMANENT BLOCKSIZE 8192

  EXTENT MANAGEMENT LOCAL UNIFORM SIZE 245366784 DEFAULT

NOCOMPRESS  SEGMENT SPACE MANAGEMENT AUTO

  CREATE BIGFILE TABLESPACE "IORDL_0" DATAFILE

  SIZE 141920567296

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center