Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DB - Oracle Fehlermeldung

Empfohlene Antworten

Veröffentlicht

Hey Leude, ich bekomm bei nem Joinen von 3 Tabellen folgende Fehlermeldung:

ORA-12801:error signaled in parallel query server P032

ORA-01652: unable to extend temp segment by 128 in tablespace ADV_TEMP_04

woas is des?

Die Datenbank will sortieren (passiert z.B. bei ORDER BY, DISTINCT oder einem HASH JOIN) und muss Teile davon auslagern weil sie nicht mehr in den Speicher passen.

Dazu gibt es unter Oracle einen TEMP Tablespace, welcher am ehesten mit der Windowsauslagerungsdatei zu vergleichen ist.

Und eben dieser TS ist nicht groß genug.

Du kannst ihn jetzt entweder vergrößern (lassen) oder auch mal probieren den Join ohne Parallel Query auszuführen.

Dim

  • Autor

Also mein Statement sieht so aus:

select

m.day_id,m.t_orgmon,m.orgapt_id,m.destapt_id,m.t_al_all,m.t_tr_cls,m.trtype,s.s_cls,a.t_bkgmon

from

zz_p1.dm_market m, zz_p1.dm_abhist a, zz_p1.dm_seg_infos s

where

m.t_orgmon = a .t_orgmon and

a.t_orgmon = s.t_orgmon and

m.orgapt_id = a.t_orgapt_id and

a.t_orgapt_id = s.t_orgapt_id and

m.destapt_id = a.t_dstapt_id and

a.t_dstapt_id = s.t_dstapt_id and

m.t_al_all = a.t_al_all and

a.t_al_all = s.t_al_all;

Was ist ein parallel query und en distinct oder so hab ich ja gar net.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.