Archives

SQL Server Error Code – 10129 cannot create %s_msg on view “%.*ls” bec

In this blog post, you’ll learn more about the SQL Server Error Code 10129 and the error message description that is shown SQL Server Error Code 10129 SQL Server Error Description for the Code :10129 Cannot create %S_MSG on view “%.*ls” because it references the inline or multistatement table-valued function “%.*ls”. Consider expanding the function definition by hand in the view definition, or not indexing…

How to fix the error ORA-00125: connection refused; invalid presentation?

In this post, you’ll learn more about the Oracle ErrorORA-00125: connection refused; invalid presentation with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-00125: connection refused; invalid presentation Reason for the Error ORA-00125: connection refused; invalid presentation The PRESENTATION in the CONNECT_DATA of the TNS address DESCRIPTION is not correct or is not supported. How…