Archives

How to fix the Oracle error RMAN-06798: Revoke succeeded.?

In this post, you’ll learn more about the Oracle ErrorRMAN-06798: Revoke succeeded. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-06798: Revoke succeeded. Reason for the Error RMAN-06798: Revoke succeeded. This is an informational message issued in response to a REVOKE command. How to fix the Error RMAN-06798: Revoke succeeded. ? You can fix…

How to check if the number is positive or negative in C# ?

You can use the > and < operator to check if the number is a positive or negative number in C#. How to check if the number is positive or negative in C# ? If the number is less than zero , it can be considered as negative number. If the number is greater than zero , it is a positive number. Below is a…

COBOL Runtime Error Code – 100 Invalid file operation (Fatal) -You have

In this post, you’ll learn about the COBOL runtime Error Code 100 and the reason why you are receiving it COBOL Error Code : 100 Reason for this Error in COBOL Invalid file operation (Fatal) -You have tried a file operation which violates a general rule of COBOL in some way. The most likely cause of this error is that you have tried a rewrite…

SQL Server Error Code – 1842 the file size, max size cannot be greate

In this blog post, you’ll learn more about the SQL Server Error Code 1842 and the error message description that is shown SQL Server Error Code 1842 SQL Server Error Description for the Code :1842 The file size, max size cannot be greater than 2147483647 in units of a page size. The file growth cannot be greater than 2147483647 in units of both page size…

SQL Server Error Code – 41872 warning: articles with varchar(max), nva

In this blog post, you’ll learn more about the SQL Server Error Code 41872 and the error message description that is shown SQL Server Error Code 41872 SQL Server Error Description for the Code :41872 Warning: Articles with varchar(max), nvarchar(max) and varbinary(max) data type columns are not supported with memory optimized tables on subscribers running SQL Server 2014 or earlier.