Archives

How to fix the Oracle error ORA-38905: DML error logging is not supported for LONG column “string”?

In this post, you’ll learn more about the Oracle ErrorORA-38905: DML error logging is not supported for LONG column “string” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-38905: DML error logging is not supported for LONG column “string” Reason for the Error ORA-38905: DML error logging is not supported for LONG column “string”…

How to fix the Oracle error SQL*Loader-00910: Error binding input variables for upi: [number]?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00910: Error binding input variables for upi: [number] with the details on why you receive this error and the possible solution to fix it. Oracle Error Description SQL*Loader-00910: Error binding input variables for upi: [number] Reason for the Error SQL*Loader-00910: Error binding input variables for upi: [number] Header message. How to fix the Error SQL*Loader-00910: Error…

How to fix the Oracle error CLSMDNS-02006: invalid flags.?

In this post, you’ll learn more about the Oracle ErrorCLSMDNS-02006: invalid flags. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description CLSMDNS-02006: invalid flags. Reason for the Error CLSMDNS-02006: invalid flags. This error is internal and should not ordinarily be seen by the user. How to fix the Error CLSMDNS-02006: invalid flags. ? You can…

How to fix the Oracle error DRG-11446: supplied knowledge base file string not installed?

In this post, you’ll learn more about the Oracle ErrorDRG-11446: supplied knowledge base file string not installed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-11446: supplied knowledge base file string not installed Reason for the Error DRG-11446: supplied knowledge base file string not installed Cause: Either using Oracle Express edition or supplied Knowledge…

How to fix the Oracle error DRG-11875: Access Scheme Is Not Allowed?

In this post, you’ll learn more about the Oracle ErrorDRG-11875: Access Scheme Is Not Allowed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-11875: Access Scheme Is Not Allowed Reason for the Error DRG-11875: Access Scheme Is Not Allowed Cause: Telling client things are ok USER_AGENT_ERROR How to fix the Error DRG-11875: Access Scheme…

Raima RDM Error -14548 eDDL_ALTERCOL

In this blog post, let’s learn about the error message “-14548 eDDL_ALTERCOL” in Raima RDM and the description of the error message. Error Message -14548 – eDDL_ALTERCOL Error Details Invalid ALTER COLUMN spec

Creating a Canvas Control with Children in Silverlight using XAML

Below is a sample code snippet for creating a Canvas Control with Children in Silverlight 5 using XAML. Canvas Control with Children in Silverlight 5 using XAML <Canvas x:Name=”ACCanvas” xmlns=”http://schemas.microsoft.com/client/2007″ xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Background=”Green” Width=”400″ Height=”300″ > <Ellipse x:Name=”ACEllipse” Fill=”Red” Stroke=”Pink” Width=”200″ Height=”200″/> </Canvas>

Windows System Error Code 714 – ERROR_PREDEFINED_HANDLE (0x2CA)]

In this post, you’ll learn about the Windows System Error ERROR_PREDEFINED_HANDLE (0x2CA)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 714 ERROR_PREDEFINED_HANDLE (0x2CA)] Why do you receive the System Error Error Code 714 ERROR_PREDEFINED_HANDLE (0x2CA)] in Windows? The specified registry key is referenced by a predefined handle.

Windows System Error Code 1742 – RPC_S_MAX_CALLS_TOO_SMALL (0x6CE)]

In this post, you’ll learn about the Windows System Error RPC_S_MAX_CALLS_TOO_SMALL (0x6CE)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1742 RPC_S_MAX_CALLS_TOO_SMALL (0x6CE)] Why do you receive the System Error Error Code 1742 RPC_S_MAX_CALLS_TOO_SMALL (0x6CE)] in Windows? The maximum number of calls is too small.