This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- See http://wp.me/pojaY-8G (German) | |
DROP TABLE servererror_log | |
/ | |
CREATE TABLE servererror_log ( | |
error_datetime TIMESTAMP, | |
, error_user VARCHAR2(30) | |
, error_stack VARCHAR2(2000) | |
, error_backtrace VARCHAR2(4000) | |
, captured_sql VARCHAR2(4000)) | |
/ |
NewerOlder