Archives

How to fix the Oracle error ORA-15043: ASM disk “string” is not a diskgroup member?

In this post, you’ll learn more about the Oracle ErrorORA-15043: ASM disk “string” is not a diskgroup member with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-15043: ASM disk “string” is not a diskgroup member Reason for the Error ORA-15043: ASM disk “string” is not a diskgroup member The specified disk has been removed…

How to fix the Oracle error ORA-31026: unable to allocate additional memory while string?

In this post, you’ll learn more about the Oracle ErrorORA-31026: unable to allocate additional memory while string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-31026: unable to allocate additional memory while string Reason for the Error ORA-31026: unable to allocate additional memory while string A dynamic memory allocation failure occurred. How to fix…

How to fix the Oracle error ORA-39161: Full database jobs require privileges?

In this post, you’ll learn more about the Oracle ErrorORA-39161: Full database jobs require privileges with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-39161: Full database jobs require privileges Reason for the Error ORA-39161: Full database jobs require privileges Either an attempt to perform a full database export without the EXP_FULL_DATABASE role or an…

How to fix the Oracle error INS-00006: No resource bundle is associated to the Resource instance?

In this post, you’ll learn more about the Oracle ErrorINS-00006: No resource bundle is associated to the Resource instance with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-00006: No resource bundle is associated to the Resource instance Reason for the Error INS-00006: No resource bundle is associated to the Resource instance Cause: Specified resource…

C Program to find the factorial of a number using Recursive function

Problem Write a program in C to find the factorial of a number using recursion and display the result. How to find the factorial of a number using recursion in C ? The Formula to find the factorial of a number (n) is (n!) = 1*2*3*4….n Here’s a C program to demonstrate this. Output Abundantcode.com Coding samples Enter a Number : 5 Factorial of 5…

InterSystems IRIS General Error Code – 2050

In this post, you’ll learn about the General error code 2050 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 2050 Reason for the Error code 2050 in InterSystems IRIS DBMS Mirror configuration not loaded

InterSystems IRIS TSQL Code 4004 Unicode data in a Unicode-only collation

In this post, you’ll learn about the SQL error code 4004 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 4004 Reason for the Error code 4004 in InterSystems IRIS DBMS Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or…

IBM DB2 Error Code -20469 – row or column access control cannot be

In this post, you’ll learn about the IBM DB2 Error -20469 and the reason why you are receiving it IBM DB2 Error Code : -20469 Reason for this Error in DB2 ROW OR COLUMN ACCESS CONTROL CANNOT BE ACTIVATED FOR TABLE table-name FOR REASON reason-code. object-type object-name IS NOT IN A VALID STATE FOR ACTIVATING ACCESS CONTROL FOR THIS TABLE