Blog

COBOL Runtime Error Code – 181 Invalid parameter error (Fatal) -A param

In this post, you’ll learn about the COBOL runtime Error Code 181 and the reason why you are receiving it COBOL Error Code : 181 Reason for this Error in COBOL Invalid parameter error (Fatal) -A parameter which you have used is not one which is recognized by your system. You have probably used a parameter for a run-time system subprogram which is not in…

C#.NET Interview Questions and Answers – Part 3

C#.NET Interview Questions and Answers – Part 3 21. What is the use of Nan values for double and float in C# ? Nan in C# is generally used to represent special values in .NET . For example , in Silverlight and WPF , the values double.Nan is generally used to represent the automatic values. 22. What is the difference between Double and decimal in…

How to fix the Oracle error INS-40921: Virtual IP name contains invalid characters.?

In this post, you’ll learn more about the Oracle ErrorINS-40921: Virtual IP name contains invalid characters. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-40921: Virtual IP name contains invalid characters. Reason for the Error INS-40921: Virtual IP name contains invalid characters. Cause: The name you provided for the virtual IP name contains one…

How to fix the Oracle error INS-35171: Target database memory (stringMB) exceeds at least one of the selected nodes available...

In this post, you’ll learn more about the Oracle ErrorINS-35171: Target database memory (stringMB) exceeds at least one of the selected nodes available shared memory (string MB). with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-35171: Target database memory (stringMB) exceeds at least one of the selected nodes available shared memory (string MB). Reason…

How to fix the Oracle error PGU-41001: unexpected end of input?

In this post, you’ll learn more about the Oracle ErrorPGU-41001: unexpected end of input with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PGU-41001: unexpected end of input Reason for the Error PGU-41001: unexpected end of input Cause: An unexpected end-of-file condition has occurred in the PGAU command stream. How to fix the Error PGU-41001:…

How to fix the Oracle error ORA-27160: process requested to perform operation?

In this post, you’ll learn more about the Oracle ErrorORA-27160: process requested to perform operation with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-27160: process requested to perform operation Reason for the Error ORA-27160: process requested to perform operation The current process was requested to perform an operation by another process. How to fix…

How to fix the Oracle error ORA-27038: created file already exists?

In this post, you’ll learn more about the Oracle ErrorORA-27038: created file already exists with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-27038: created file already exists Reason for the Error ORA-27038: created file already exists trying to create a database file, but file by that name already exists How to fix the Error…

How to fix the Oracle error ORA-14121: MODIFY DEFAULT ATTRIBUTES may not be combined with other operations?

In this post, you’ll learn more about the Oracle ErrorORA-14121: MODIFY DEFAULT ATTRIBUTES may not be combined with other operations with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-14121: MODIFY DEFAULT ATTRIBUTES may not be combined with other operations Reason for the Error ORA-14121: MODIFY DEFAULT ATTRIBUTES may not be combined with other operations…