I am not sure if what you want is something to stop CF being brought down
(ie crashing) or it just returning errors.  If it's just errors, try this:

<cftry>

<cfcatch type="database">
    ... do whatever you want in here ...
</cfcatch>
</cftry>

Otherwise, check your Oracle and CF installs...

Paul

-----Original Message-----
From: Chris Norloff <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: 12 June 2001 16:49
Subject: Protect CF from SQL/Oracle errors?


>I've got a Solaris server with CF 4.5.2 that's being brought down by
multiple "Oracle Error Code = 936 . missing expression" errors in the SQL
statements passed to Oracle.  It's a Development box, so it's going to get
lots of errors.
>
>Maybe the Developers could ease up on this, but I sure would like to
protect the CF server.
>
>Any ideas?
>
>thx
>Chris Norloff
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to