Blog

InterSystems IRIS General Error Code – 5164

In this post, you’ll learn about the General error code 5164 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5164 Reason for the Error code 5164 in InterSystems IRIS DBMS Key attribute keyword ‘%1’ is invalid

Auto Property Initializers in C# 6.0

The .NET Framework 3.0 introduced the auto-implemented properties which was quite useful but it had one drawback . This did not have an option to specify the default value to the property . Here’s an example of the auto-implemented property in C#. If you had to specify the default value to property , you must either initialize the value in the constructor or by specifying…

How to fix the Oracle error PLW-05001: previous use of ‘string’ (at line string) conflicts with this use?

In this post, you’ll learn more about the Oracle ErrorPLW-05001: previous use of ‘string’ (at line string) conflicts with this use with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PLW-05001: previous use of ‘string’ (at line string) conflicts with this use Reason for the Error PLW-05001: previous use of ‘string’ (at line string) conflicts…

How to fix the Oracle error DIA-49428: No such directory or directory not accessible [string]?

In this post, you’ll learn more about the Oracle ErrorDIA-49428: No such directory or directory not accessible [string] with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DIA-49428: No such directory or directory not accessible [string] Reason for the Error DIA-49428: No such directory or directory not accessible [string] The specified directory does not exist…

How to fix the Oracle error ORA-31196: XML nodes over string in size cannot be printed?

In this post, you’ll learn more about the Oracle ErrorORA-31196: XML nodes over string in size cannot be printed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-31196: XML nodes over string in size cannot be printed Reason for the Error ORA-31196: XML nodes over string in size cannot be printed An attempt was…

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

In this post, you’ll learn more about the Oracle ErrorORA-14165: MODIFY DEFAULT ATTRIBUTES FOR PARTITION 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-14165: MODIFY DEFAULT ATTRIBUTES FOR PARTITION may not be combined with other operations Reason for the Error ORA-14165: MODIFY DEFAULT ATTRIBUTES FOR PARTITION may…

How to fix the Oracle error ORA-01277: file ‘string’ already exists?

In this post, you’ll learn more about the Oracle ErrorORA-01277: file ‘string’ already exists with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-01277: file ‘string’ already exists Reason for the Error ORA-01277: file ‘string’ already exists An ALTER DATABASE BACKUP CONTROLFILE TO TRACE AS ‘filename’ command specified a file name which is already in…