069 / 58 80 436 10 info@dbaservices.de
ORA-0165

a)    Texte aus oerr unter Linux

01653, 00000, „unable to extend table %s.%s by %s in tablespace %s“
// *Cause:  Failed to allocate an extent of the required number of blocks for
//          a table segment in the tablespace indicated.
// *Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
//          files to the tablespace indicated.

b) Erklärung
Eine Tabelle kann nicht erweitert werden, weil nicht mehr genügend freier Platz in dem betreffenden Tablespace vorhanden ist.

c) Lösung

Es sollte zunächst überprüft werden, ob der betreffende Tablespace als Autoextend konfiguriert ist.
select file_name, autoextensible from dba_data_files where tablespace_name=’Tablespace_Name der Fehlermeldung‘
Falls der Tablespace nicht auf auf autoextend steht, wird diese gesetzt.
alter database datafile ‚<File_name>‘ autoextend on maxsize <??>GB;
Soweit der Tablespace auf autoextend steht, wird  die aktuelle Größe des Tablespaces und die Maxsize ermittelt.
select bytes/(1024*1024*1024)“Tablespace_Size_GB“, maxbytes/(1024*1024*1024)“Tabespace_max_Size_GB“,  from dba_data_files where tablespace_name=’Tablespace_Name der Fehlermeldung‘
und gegebenenfalls die Maxsize hochsetzen.
select bytes/(1024*1024*1024)“Tablespace_Size_GB“, maxbytes/(1024*1024*1024)“Tabespace_max_Size_GB“,  from dba_data_files where tablespace_name=’Tablespace_Name der Fehlermeldung‘
alter database datafile ‚<File_name>‘ autoextend on maxsize <neuer Wert>

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...