069 / 58 80 436 10 info@dbaservices.de
ORA-01654 – unable to extend index %s.%s by %s in tablespace %s

1.) Texte aus oerr unter Linux

01654, 00000, „unable to extend index %s.%s by %s in tablespace %s“

// *Cause: Failed to allocate an extent of the required number of blocks for

//         an index segment in the tablespace indicated.

// *Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more

//         files to the tablespace indicated.

2.) Erklärung

Es ist nicht genügend Plattenplatz vorhanden, um einen Index (index %s.%s ) um n Blöcke (by %s) in dem Tablespace (tablespace %s) zu erweitern.

Hinweis: Werden Sätze aus einem Index gelöscht, bleibt der Platz dieser Sätze frei.

3.) Lösungsvorschläge

1. Freiplätze zusammenschieben mit shrink

alter index <xowner.xindex> shrink space;

Statistik neu erstellen mit der Prozedur

exec DBMS_STATS.GATHER_INDEX_STATS (ownname => ‚<xowner>‘           , indname =>    ‚<xindex>‘, estimate_percent => 100);

2. Dem Tablespace weiteren Plattenplatz geben

Sollte die Aktion mit shrink nicht ausreichend sein, so muss eine Datenfile des Tabelspaces vergrößert werden oder der Tablespace um eine weitere Datenfile erweitert werden. Falls ein Filesysystem voll ist, muss auf jeden Fall eine weitere Datenfile auf einem anderen Filesystem angelegt werden.

Haben Sie Fragen?

(erforderlich)
Dieses Feld dient zur Validierung und sollte nicht verändert werden.

NEUSTE BEITRÄGE

ORA-06502 – PL/SQL: numeric or value error%s

1.) Texte aus oerr unter Linux 06502, 00000, „PL/SQL: numeric or value error%s“ // *Cause: An arithmetic, numeric, string, conversion, or constraint error //        occurred. For example, this error occurs if an attempt is made to //         assign the value NULL to a...

ORA-01843 – not a valid mont

01843, 00000, „not a valid month“ // *Cause: A date specified an invalid month.//      Valid months are: January-December, for format code MONTH, and Jan-Dec, for format code MON. // *Action: A date specified an invalid month.// Valid months are: January-December, for...

ORA-12154 – TNS:could not resolve the connect identifier specified

1.) Texte aus oerr unter Linux 12154, 00000, „TNS:could not resolve the connect identifier specified“ // *Cause: A connection to a database or other service was requested using // a connect identifier, and the connect identifier specified could not // be resolved into...

Hochverfügbare Datenbanksysteme? dbaservices!

Neu Isenburg 14. Februar 2014, dbaservices bietet mit “DB 24/7″ einen Premiumdienst für echte Hochverfügbarkeit Ihrer Datenbanken: Daten und deren Verfügbarkeit genießen maximale Priorität. Hochverfügbare Datenbanksysteme? dbaservices! Sie erreichen die dbaservices...