Archives

C Program to find if a character is a Vowel or Consonant

Problem Write a program in C to check whether a given character is a vowel or consonant. How to check if a character is a vowel or consonant in C Language ? In English , the alphabets A, E, I, O and U are vowels and the rest of the characters are consonants. Here’s a program that takes an input character from the user and…

InterSystems IRIS General Error Code – 6370

In this post, you’ll learn about the General error code 6370 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6370 Reason for the Error code 6370 in InterSystems IRIS DBMS Duplicate specification of SOAPCLASSNAME for class %1.

COBOL Runtime Error Code – 172 Recursive non-MF PERFORM is illegal (Fat

In this post, you’ll learn about the COBOL runtime Error Code 172 and the reason why you are receiving it COBOL Error Code : 172 Reason for this Error in COBOL Recursive non-MF PERFORM is illegal (Fatal) -You have tried full recursion of a PERFORM statement in a program that was submitted to your COBOL system with the OSVS parameter of the PERFORM-TYPE directive specified….

How to fix the Oracle error ORA-06953: Not enough virtual memory?

In this post, you’ll learn more about the Oracle ErrorORA-06953: Not enough virtual memory with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-06953: Not enough virtual memory Reason for the Error ORA-06953: Not enough virtual memory Not enough memory available. How to fix the Error ORA-06953: Not enough virtual memory ? You can fix…

How to fix the Oracle error ORA-19684: block media recovery failed because database is suspended?

In this post, you’ll learn more about the Oracle ErrorORA-19684: block media recovery failed because database is suspended with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-19684: block media recovery failed because database is suspended Reason for the Error ORA-19684: block media recovery failed because database is suspended Database is suspended, probably by an…

How to fix the Oracle error ORA-30161: A system error occurred during the OCIFile function call?

In this post, you’ll learn more about the Oracle ErrorORA-30161: A system error occurred during the OCIFile function call with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-30161: A system error occurred during the OCIFile function call Reason for the Error ORA-30161: A system error occurred during the OCIFile function call A system error…