Archives

Win32 COM Error – XACT_S_SOMENORETAIN 0x0004D003

In this post, you’ll learn more about the Error XACT_S_SOMENORETAIN 0x0004D003 that is returned when working with the COM-based APIs in Win32 Win32 COM Error XACT_S_SOMENORETAIN 0x0004D003 Win32 COM Error Error Description The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics

Java – How to convert a double value to string ?

Problem Statement You need to convert a double value to string in your java program. Solution Use the toString() method defined in the Double class to convert a double value to string in java. The output of the above program is Abundantcode.com Java Tutorials 25.0

How to fix the Oracle error ORA-10261: Limit the size of the PGA heap?

In this post, you’ll learn more about the Oracle ErrorORA-10261: Limit the size of the PGA heap with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-10261: Limit the size of the PGA heap Reason for the Error ORA-10261: Limit the size of the PGA heap the limit is one kilobyte times the level of…