This is a discussion on Problems catching Overflow 1426 jdbc within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hi, during an simple INSERT into table in a stored function, a ORA 1426 is raised. Thats OK, I ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, during an simple INSERT into table in a stored function, a ORA 1426 is raised. Thats OK, I already identified the column that is exceeded. I am surprised about the fact, that if I trigger my stored function from sqlplus, my pl/sql routine catches the exception and returns properly. The same trigger from out an java-application via jdbc, seems not to catch the overflow, does not end and I retrieve sqlexception because of closed connection later on. Snippet from pl/sql: [...] EXCEPTION WHEN OTHERS THEN BEGIN ROLLBACK; SP_LogError('SF_DO_SOMETHING ['||depotID_i||']',SQLERRM, SQLCODE); commit; RETURN FAILED; END; END SF_DO_SOMETHING; Oracle: 10.1.0.5.0 Java: java version "1.5.0_12" Thanks for hints in advance! CARSTEN |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Bug 1426] New: Bluetooth SDP never loads when Iopen a .cap file | bugzilla-daemon@wireshark.org | Wireshark bugs | 5 | 10-04-2008 09:52 PM |
| [SECURITY] [DSA 1426-1] New qt-x11-free packagesfix several vulnerabilities | Moritz Muehlenhoff | Bugtraq Full-disclosure | 0 | 07-02-2008 09:02 AM |
| [SECURITY] [DSA 1426-1] New qt-x11-free packages fix several vulnerabilities | Moritz Muehlenhoff | Bugtraq | 0 | 07-01-2008 08:25 PM |
| BUG #1426: pg_restore SIGSEGV on 7.2.2 dump | Alan Pevec | pgsql Bugs | 1 | 04-10-2008 09:28 AM |
| Problems with JDBC | okai | SQL Server | 1 | 02-28-2008 06:16 PM |