Ora-00600 [724]

siematic

Member
Hi ...

ich have problems with an application witch i developed with delphi 7. is use doa 4.062 on a win_xp client with an oracle 9.201 client software. the database version is 9.206. the error that was logged in the oracle alert logfile is an ora-00600 [729],[space leak]. the error occurs only when the user logs off from the database. a rollback is done before. there is no error message on the client. the size of the leak is not bigger than 10 k and changes with every single error message. this problem happens only with clients witch are connected for a longer time (> 1 h) to oracle and have done lot of sql select statements. users that use the application just once a day or close the app after a short time, do not cause this error.

do u have any suggestions what i can do to avoid this error. i know that this is a internal error of oracle but maybe anybody had the same error knows a solution.

yours

Lars Guse
 
The best way to tackle this is probably to contact your Oracle support representative about this. They will either be able to supply a fix for the specific server leak, or will be able to suggest an event for your server instance parameter file to suppress the leak exception (assuming that it is not significant).
 
Back
Top