Apr 25, 2002 #1 lemmor Technical User Joined Nov 23, 2003 Messages 7 Location PH Hello everybody !!! Can anybody tell me on how to solve a savepoint command error. This happens when i save a record into the form. Thank you very much
Hello everybody !!! Can anybody tell me on how to solve a savepoint command error. This happens when i save a record into the form. Thank you very much
Apr 25, 2002 #2 sem Programmer Joined Jun 3, 2000 Messages 4,709 Location UA Could you be more specific? Error code or more detailed text? Upvote 0 Downvote
Apr 28, 2002 Thread starter #3 lemmor Technical User Joined Nov 23, 2003 Messages 7 Location PH The oracle error is Frm:40512 "Unable to issue savepoint command". This error usually happens after saving the 3rd record into the form. Thanks Upvote 0 Downvote
The oracle error is Frm:40512 "Unable to issue savepoint command". This error usually happens after saving the 3rd record into the form. Thanks
Apr 28, 2002 #4 sem Programmer Joined Jun 3, 2000 Messages 4,709 Location UA If you work on Oracle 7.3 (directly or via db_link) - try to increase the SAVEPOINTS parameter in the init.ora file. Upvote 0 Downvote
If you work on Oracle 7.3 (directly or via db_link) - try to increase the SAVEPOINTS parameter in the init.ora file.
Apr 29, 2002 #5 oracle8 MIS Joined Sep 30, 2000 Messages 69 Location PH I'm using ORACLE 8.05, what is the syntax in adding SAVEPOINTS parameter in the init.ora file. Upvote 0 Downvote
Apr 29, 2002 #6 sem Programmer Joined Jun 3, 2000 Messages 4,709 Location UA SAVEPOINTS is not longer used on 7.3+, so the problem is probably in something else. Try to get full message with display_error. Upvote 0 Downvote
SAVEPOINTS is not longer used on 7.3+, so the problem is probably in something else. Try to get full message with display_error.
Jun 26, 2002 #8 tirumal Technical User Joined May 6, 2003 Messages 1 Location IN I am using Oracle 8.0.5. Can i know what is the Disconnection time for a user Upvote 0 Downvote