SuppressErrorURL

This property shows or suppresses the Oracle Database Error Messages URL for the specific error with more information on its cause and resolution.

Declaration

// C#
public static bool SuppressErrorURL { get; set; }

Property Type

System.Boolean

Remarks

The default value is false.

When set to true, ODP.NET exception messages will only contain an error code, for example, ORA-12345, and a brief description. This is the same behavior as earlier ODP.NET versions.

When set to false, ODP.NET exception messages will include the error code, description, and an URL to the Oracle Database Error Messages website for the particular error code. This specific error code web page includes more information, such as the possible error cause and actions to resolve it.

The error URLs are not appended for ODP specific errors (ORA-50000 - ORA 50999)