Year: 2024

How to fix the Oracle error ORA-17613: Failed to initialize Oracle Disk Manager library: string?

In this post, you’ll learn more about the Oracle ErrorORA-17613: Failed to initialize Oracle Disk Manager library: string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-17613: Failed to initialize Oracle Disk Manager library: string Reason for the Error ORA-17613: Failed to initialize Oracle Disk Manager library: string ODM initialization for the thread failed…

InterSystems IRIS TSQL Code 11036 The rowset was using optimistic concurre

In this post, you’ll learn about the SQL error code 11036 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 11036 Reason for the Error code 11036 in InterSystems IRIS DBMS The rowset was using optimistic concurrency and the value of a column has been changed after the containing row was…

InterSystems IRIS General Error Code – 1655

In this post, you’ll learn about the General error code 1655 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 1655 Reason for the Error code 1655 in InterSystems IRIS DBMS Invalid Data Move name %1

Windows System Error Code 4332 – ERROR_CLEANER_SLOT_NOT_SET (0x10EC)]

In this post, you’ll learn about the Windows System Error ERROR_CLEANER_SLOT_NOT_SET (0x10EC)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 4332 ERROR_CLEANER_SLOT_NOT_SET (0x10EC)] Why do you receive the System Error Error Code 4332 ERROR_CLEANER_SLOT_NOT_SET (0x10EC)] in Windows? A cleaner slot is not reserved.

Json.NET & Oxygene – How to Serialize a Collection?

Do you want to serialize an collection in your Remobjects Oxygene.NET application?. Json.NET supports this functionality with ease. The Collection can be an Array , Dictionary or List. You need to simply pass collection to the JsonConvert.SerializeObject static method which would serialize the collection and return you the Json string. How to Serialize a Collection in Oxygene.NET using Json.NET library ? For example , assume…