Blog

How to fix the Oracle error ORA-06111: NETTCP: disconnect failure?

In this post, you’ll learn more about the Oracle ErrorORA-06111: NETTCP: disconnect failure with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-06111: NETTCP: disconnect failure Reason for the Error ORA-06111: NETTCP: disconnect failure Error occurred while closing a socket. How to fix the Error ORA-06111: NETTCP: disconnect failure ? You can fix this error…

How to fix the error ORA-00241: operation disallowed: control file inconsistent with data dictionary?

In this post, you’ll learn more about the Oracle ErrorORA-00241: operation disallowed: control file inconsistent with data dictionary with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-00241: operation disallowed: control file inconsistent with data dictionary Reason for the Error ORA-00241: operation disallowed: control file inconsistent with data dictionary The control file was either recently…

SQL Server Error Code – 19464 the wsfc cluster network control api ret

In this blog post, you’ll learn more about the SQL Server Error Code 19464 and the error message description that is shown SQL Server Error Code 19464 SQL Server Error Description for the Code :19464 The WSFC cluster network control API returned an invalid IP address. The WSFC service might have invalid data in its database or it is a not supported version.

Preventing the Orientation from being changed in Windows Phone App

The PhoneApplicationPage has the property Supported Orientation which is used to restrict the orientation of the page in a Windows Phone App. It accepts the values Portrait Landscape PortraitOrLandScape How to Prevent the Orientation from being changed in Windows Phone App? Setting the Supported Orientation to Portrait, Landscape will restrict the orientation from being changed when the windows phone device is rotated. If the Supported…