Blog
How to fix the Oracle error ORA-06510: PL/SQL: unhandled user-defined exception?
In this post, you’ll learn more about the Oracle ErrorORA-06510: PL/SQL: unhandled user-defined exception with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-06510: PL/SQL: unhandled user-defined exception Reason for the Error ORA-06510: PL/SQL: unhandled user-defined exception A user-defined exception was raised by PL/SQL code, but not handled. How to fix the Error ORA-06510: PL/SQL:…
How to fix the Oracle error ORA-06141: NETTCP: no privilege for user?
In this post, you’ll learn more about the Oracle ErrorORA-06141: NETTCP: no privilege for user with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-06141: NETTCP: no privilege for user Reason for the Error ORA-06141: NETTCP: no privilege for user A proxy login connect attempt failed because the SQL*Net TCP/IP server had insufficient privileges to…
SQL Server Error Code – 21860 table ‘%s’ in database ‘%s’ is subscribi
In this blog post, you’ll learn more about the SQL Server Error Code 21860 and the error message description that is shown SQL Server Error Code 21860 SQL Server Error Description for the Code :21860 Table ‘%s’ in database ‘%s’ is subscribing to transactional queued publication and published for merge for uploading changes, this may cause non-convergence between transactional publisher and subscriber.
SQL Server Error Code – 15380 failed to configure user instance on sta
In this blog post, you’ll learn more about the SQL Server Error Code 15380 and the error message description that is shown SQL Server Error Code 15380 SQL Server Error Description for the Code :15380 Failed to configure user instance on startup. Error configuring system database paths in MASTER DB.
SQL Server Error Code – 14827 unable to access remote data archive: er
In this blog post, you’ll learn more about the SQL Server Error Code 14827 and the error message description that is shown SQL Server Error Code 14827 SQL Server Error Description for the Code :14827 Unable to access remote data archive: Error: %d, Severity: %d, State: %d, Line: %d ‘%s’
SQL Server Error Code – 2522 unable to process index %.*ls of table %
In this blog post, you’ll learn more about the SQL Server Error Code 2522 and the error message description that is shown SQL Server Error Code 2522 SQL Server Error Description for the Code :2522 Unable to process index %.*ls of table %.*ls because filegroup %.*ls is invalid.
SQL Server Error Code – 652 the index ?%.*ls? for table ?%.*ls? (row
In this blog post, you’ll learn more about the SQL Server Error Code 652 and the error message description that is shown SQL Server Error Code 652 SQL Server Error Description for the Code :652 The index ?%.*ls? for table ?%.*ls? (RowsetId %I64d) resides on a read-only filegroup (?%.*ls?), which cannot be modified.
InterSystems IRIS TSQL Code 2572 DBCC cannot free DLL ‘%.*ls’. The DLL is
In this post, you’ll learn about the SQL error code 2572 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 2572 Reason for the Error code 2572 in InterSystems IRIS DBMS DBCC cannot free DLL ‘%.*ls’. The DLL is in use.
Finding Factorial of a Number using Function Delegates in C#
Below is a sample code snippet demonstrating the use of function delegates in C# to find the factorial of the number. How to find the factorial of a Number using Function Delegates in C# ?
InterSystems Cache & Ensemble Error 5849 – Routine ‘%1’ is of language type ‘%2’ which is different to
In this blog post, let’s learn about the error message “5849 Routine ‘%1’ is of language type ‘%2’ which is different to “ in InterSystems Cache & Ensemble and the description of the error message. Error Message 5849 – Routine ‘%1’ is of language type ‘%2’ which is different to Error Details Routine ‘%1’ is of language type ‘%2’ which is different to the language…