Year: 2024

How to fix the Oracle error ORA-01757: Must specify an object number?

In this post, you’ll learn more about the Oracle ErrorORA-01757: Must specify an object number with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-01757: Must specify an object number Reason for the Error ORA-01757: Must specify an object number Expecting an object number but something else was specified. How to fix the Error ORA-01757:…

How to fix the error ORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings?

In this post, you’ll learn more about the Oracle ErrorORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings Reason for the Error ORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings…

SQL Server Error Code – 8188 there is already a sql type for assembly

In this blog post, you’ll learn more about the SQL Server Error Code 8188 and the error message description that is shown SQL Server Error Code 8188 SQL Server Error Description for the Code :8188 There is already a SQL type for assembly type “%.*ls” on assembly “%.*ls”. Only one SQL type can be mapped to a given assembly type. CREATE TYPE fails.

InterSystems IRIS General Error Code – 841

In this post, you’ll learn about the General error code 841 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 841 Reason for the Error code 841 in InterSystems IRIS DBMS Cannot delete default user %1.

Json.NET & Oxygene – How to Deserialize an Object ?

One of the ways to Deserialize an object to JSON string in Oxygene in the Json.NET is using the DeSerializeObject method defined in the JsonConvert method. How to Deserialize an Object in Oxygene using Json.NET ? Below is a sample code snippet demonstrating how you can deserialize an object from Json string to Oxygene object using Json.NET. It takes the json string that contains the…