ORA-00604

Error: ORA-00604: error occurred at recursive SQL level string

Causa: An error occurred while processing a recursive SQL statement (a statement applying to internal dictionary tables).

Acción: If the situation described in the next error on the stack can be corrected, do so; otherwise contact Oracle Support Services.

COMENTARIOS:

por santila | 09/01/2009 09:41:28

RE: ORA-00604

I have this error:
ORA-00604: error occurred at recursive SQL level
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: ORA-00604: error occurred at recursive SQL level
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OleDbException (0x80004005): ORA-00604: error occurred at recursive SQL level ]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
System.Data.OleDb.OleDbConnection.InitializeProvider() +57
System.Data.OleDb.OleDbConnection.Open() +203
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
PIRS.Variables.Carga_Combo_OleDB(DropDownList pcboCombo, OleDbConnection pcnConexion, String pstrQuery, String pstrTextField, String pstrValueField, Boolean pblnLinking, Boolean pblnNone, String pstrItemOptional) +72
PIRS.Sugerencias.cmdFilter_Click(Object sender, EventArgs e) +693
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
Someone can tell me how determinate what means and how to fix this? Thanks