Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Erstellen, hinzufügen oder Split Oracle Database Partition schlägt fehl mit ORA-14080 Fehler

Oracle table partitioning is important for optimum performance of the database, as it allows Oracle to process the specific and independat partition or part that is smaller in size, instead of entire full table or database. Oracle-Tabelle Partitionierung ist wichtig für eine optimale Performance der Datenbank, wie es Oracle erlaubt die Bearbeitung der spezifischen und independat Partition oder ein Teil, der kleiner ist in der Größe, statt ganzer vollständige Tabelle oder Datenbank. However, when you want to create a new partition to a table by adding or splitting partition, administrator may encounter errors such as Allerdings, wenn Sie wollen, erstellen Sie eine neue Partition in einer Tabelle durch Hinzufügen oder Splitting-Partition, Administrator kann Begegnung Fehler wie ORA-14074 . Other than that, Oracle error ORA-14080 can also happen, if you’re not careful enough with the following symptom: Andere als die, Oracle Fehler ORA-14080 kann auch passieren, wenn man nicht vorsichtig genug mit den folgenden Symptom:

ORA-14080: partition cannot be split along the specified high bound ORA-14080: Partition kann nicht aufgeteilt werden entlang der angegebenen hohen gebunden

The cause for ORA-14080 error is due to Oracle user attempted to split a partition along a bound which either collates higher than that of the partition to be split or lower than that of a partition immediately preceding the one to be split. Die Ursache für ORA-14080 Fehler ist darauf zurückzuführen, Oracle-Anwender versucht, eine Partition Split entlang einer gebunden, die sich entweder sammelt höher als die der Partition zu trennen oder niedriger als die einer Partition unmittelbar vor dem zu gespalten. In other word, the value that is been specified to split between the partition is incorrect, and part or all of the range of the partition values has been assigned or located in an existing partition defined in the database. Mit anderen Worten, der Wert, den spezifizierten zur Spaltung zwischen der Partition falsch ist, und einen Teil oder die Gesamtheit des Bereichs der Partition Werte zugewiesen wurde oder in eine vorhandene Partition in der Datenbank.

To solve the problem, the solution or workaround will be to ensure that the bound along which a partition is to be split collates lower than that of the partition to be split and higher that that of a partition immediately preceding the one to be split. Um das Problem zu lösen, die Lösung oder Workaround wird, um sicherzustellen, dass die gebundene entlang der einer Partition wird gespalten sammelt niedriger als die der Partition auf gespalten werden und höher, dass das von einer Partition unmittelbar vor dem zu gespalten. The partition wants to be added or split must has value that are less than its closest higher value partition, yet has value that higher than the upper limit for its closest lower value partition. Die Partition will hinzugefügt werden müssen oder getrennt hat einen Wert, die weniger als ihre engsten höheren Wert Partition, aber das hat einen Wert höher als die obere Grenze für seine engsten niedrigeren Wert Partition.

For example, 3 partitions existed with high value as below: Zum Beispiel gab es 3 Partitionen mit hoher Wertschöpfung wie folgt:

Partition Name High Value Partition Name hohen Wert
————– ———- ----- ----
p1 20 P1 20
p2 40 P2 40
p3 60 P3 60

If you want to add a new partition by splitting with p3 partition, you cannot specify the value of 70 or 30, as both are out of bound. Wenn Sie wollen, fügen Sie eine neue Partition durch Teilung mit p3-Partition, können Sie angeben, nicht den Wert von 70 oder 30, da beide aus gebunden. Specify 30 if you want to split the partition of p3. 30 Geben Sie, wenn Sie möchten, teilen Sie die Partition auf P3. For 70, you have to simply create or add new partition in alter table SQL statement command. Für 70, müssen Sie einfach erstellen oder neue Partition in ALTER TABLE-Anweisung SQL-Befehl.

Oracle database administrator can use the following command to retrieve a chart like above to help determine the possible wrong value that cause the error: Oracle-Datenbank-Administrator können Sie den folgenden Befehl verwenden, um eine Grafik wie oben zu helfen, festzustellen, die möglichen falschen Wert, der Ursache des Fehlers:

SELECT partition_name, high_value SELECT Partitionsname, high_value
FROM dba_tab_partitions AUS dba_tab_partitions
WHERE table_name = ‘table_name’ WHERE table_name = 'table_name'
ORDER BY partition_name ORDER BY-Partitionsname

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.

Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren .



Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Sie können diese Tags: <a href= title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

New Articles Neue Artikel

Incoming Search Terms for the Article Eingehender Suchbegriffe für den Artikel

ORA-14080 ORA-14080 - -- ORA-14080: partition cannot be split along the specified high bound ORA-14080: Partition kann nicht aufgeteilt werden entlang der angegebenen hohen gebunden - -- oracle add partition Oracle-Add-Partition - -- create partition oracle Oracle-Partition erstellen - -- oracle partition Oracle-Partition - -- split partition oracle Split-Partition Oracle - -- split oracle Split-Orakel - -- add partition oracle Add Partition Oracle - -- oracle split partition Oracle Split-Partition - -- oracle split Oracle-Split - -- Split Partition in Oracle Split-Partition in Oracle - -- oracle create partition Oracle-Partition erstellen - -- create partition in oracle Partition erstellen "in einem Oracle - -- oracle add partitions Oracle-Partitionen hinzufügen - -- split partition Split-Partition - -- oracle partition split Oracle Partition Split - -- split oracle partition Split-Oracle-Partition - -- adding partitions in oracle Hinzufügen von Partitionen in Oracle - -- splitting a partition in oracle Aufteilung einer Partition in Oracle - -- oracle split partitions Oracle-Partitionen aufgeteilt - -- partition cannot be split along the specified high bound Partition kann nicht aufgeteilt werden entlang der angegebenen hohen gebunden - -- database partition Datenbank-Partition - -- oracle create partitions Oracle-Partitionen erstellen - -- db partitioning DB-Partitionierung - -- oracle partition create Oracle-Partition erstellen - -- alter table split partition ALTER TABLE-Split-Partition - -- database partitioning Datenbank-Partitionierung - -- split in oracle Aufsplittung in Oracle - -- splitting partition in oracle Splitting-Partition in Oracle - -- oracle partitions Oracle-Partitionen - -- Oracle alter table split initial extent Oracle ALTER TABLE Split ursprünglichen Umfang - -- split partition examples Split-Partition Beispiele - -- split partitions in oracle Split-Partitionen in Oracle - -- add partition & oracle Add Partition & Oracle - -- oracle SPLIT PARTITION lock Oracle SPLIT PARTITION Sperre - -- splitting partitions Splitting-Partitionen - -- \"partition cannot be split along the specified high bound\" \ "Partition kann nicht aufgeteilt werden entlang der angegebenen hohen gebunden \" - -- oracle add partition Oracle-Add-Partition - -- dba_tab_partitions ora-00942 dba_tab_partitions Ora-00942 - -- table oracle partition split Tabelle Oracle Partition Split - -- add partition + oracle Add Partition + Oracle - -- add partitions in oracle database Add-Partitionen in Oracle-Datenbank - -- adding a partition oracle Hinzufügen einer Partition Oracle - -- oracle+split partition Oracle + Split-Partition - -- partition split Split-Partition - -- partitions in oracle Partitionen in Oracle - -- creating partitions in Oracle Schaffung von Partitionen in Oracle - -- split partition +oracle Split-Partition + Oracle - -- create partition + oracle Partition erstellen + Oracle - -- how to add partitions in oracle wie Sie Partitionen in Oracle - --