----- Original Message ----- From: "Rod Macpherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 10:37 AM Subject: Re: [JBoss-user] jboss backup management: howto?
>>Noticed the same thing. WebLogic has a watch-dog that does a SELECT * FROM FOO where you supply the table name (e.g., DUAL) and if it fails the connection is re-established. This is a critical feature for databases that tear down connections prior to backup.<< Unfortunately, that approach is not fool-proof. The connection can drop at any time, i.e., in the time between when the watchdog last verified it and the time when you want to use it. As far as I know, there is no way to guarantee that your next SQL will make it to the database. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
