Database - RAC/Scalability (MOSC)

MOSC Banner

ORA-04091: Tabelle TEST_C wird gerade geändert, Trigger/Funktion sieht dies möglicherweise nicht

edited Sep 1, 2017 10:04AM in Database - RAC/Scalability (MOSC) 4 commentsAnswered ✓

Hello everyone,

since last day we've got a very "interesting" failure from our application / database.

In order to recreate the failure, the process is as following:

SQL> create TABLE test_c (l number)

  2  /

Tabelle wurde erstellt.

SQL> create TABLE test_d (l number)

2  /

Tabelle wurde erstellt.

SQL>

SQL> INSERT INTO test_d

  2  VALUES (1)

3  /

1 Zeile wurde erstellt.

SQL>

SQL> INSERT INTO test_c

  2      SELECT /*+ parallel (d 8)*/

  3            d.l

  4        FROM test_d d, test_d e

  5  /

INSERT INTO test_c

*

FEHLER in Zeile 1:

ORA-12801: Fehler in parallelem Abfrage-Server P00D, instance database1:testdb1

(1) angezeigt

ORA-04091: Tabelle TEST_SCHEMA.TEST_C wird gerade geändert,

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