Blog

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-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…

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….

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.

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 Cache & Ensemble Error 945 – Import of audit events to namespace ‘%1’ is prohibited

In this blog post, let’s learn about the error message “945 Import of audit events to namespace ‘%1’ is prohibited” in InterSystems Cache & Ensemble and the description of the error message. Error Message 945 – Import of audit events to namespace ‘%1’ is prohibited Error Details Import of audit events to namespace ‘%1’ is prohibited

Hydra Error 384 Cannot modify non simple view.

In this blog post, let’s learn about the error message “384 Cannot modify non simple view.” in Hydra and the description of the error. Error Message 384 Cannot modify non simple view. Error Details This statement attempts to modify (insert, delete, or update) rows in a view which does not have an appropriate INSTEAD OF trigger defined. Starting with version 9.40, you can define an…