Oracle Database
Foutregistratie
Zoeken…
Foutregistratie bij schrijven naar database
Maak een Oracle-foutenlogboektabel ERR $ _EXAMPLE voor de bestaande EXAMPLE-tabel:
EXECUTE DBMS_ERRLOG.CREATE_ERROR_LOG('EXAMPLE', NULL, NULL, NULL, TRUE);
Voer de schrijfbewerking uit met SQL:
insert into EXAMPLE (COL1) values ('example')
LOG ERRORS INTO ERR$_EXAMPLE reject limit unlimited;
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow