Archives

How to fix the Oracle error PRCD-01211: Cannot start RAC One Node database {0} because a failure has occurred while...

In this post, you’ll learn more about the Oracle ErrorPRCD-01211: Cannot start RAC One Node database {0} because a failure has occurred while trying to clean up an earlier failed online relocation with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PRCD-01211: Cannot start RAC One Node database {0} because a failure has occurred while…

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…

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…