Archives

SQL Server Error Code – 20705 cannot set @conflict_logging to ‘both’ b

In this blog post, you’ll learn more about the SQL Server Error Code 20705 and the error message description that is shown SQL Server Error Code 20705 SQL Server Error Description for the Code :20705 Cannot set @conflict_logging to ‘both’ because publication ‘%s’ has a compatibility level lower than 90. Set @publication_compatibility_level to ’90RTM’ when creating the publication or use sp_changemergepublication to set publication_compatibility_level to…

SQL Server Error Code – 41823 could not perform the operation because

In this blog post, you’ll learn more about the SQL Server Error Code 41823 and the error message description that is shown SQL Server Error Code 41823 SQL Server Error Description for the Code :41823 Could not perform the operation because the database has reached its quota for in-memory tables. This error may be transient. Please retry the operation. See ‘http://go.microsoft.com/fwlink/?LinkID=623028’ for more information.

How to fix the Oracle error ORA-12010: cannot create materialized view log on table owned by SYS?

In this post, you’ll learn more about the Oracle ErrorORA-12010: cannot create materialized view log on table owned by SYS with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-12010: cannot create materialized view log on table owned by SYS Reason for the Error ORA-12010: cannot create materialized view log on table owned by SYS…

How to fix the Oracle error ORA-16456: switchover to standby in progress or completed?

In this post, you’ll learn more about the Oracle ErrorORA-16456: switchover to standby in progress or completed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-16456: switchover to standby in progress or completed Reason for the Error ORA-16456: switchover to standby in progress or completed The requested operation was not allowed because a switchover…

How to fix the Oracle error ORA-22906: cannot perform DML on expression or on nested table view column?

In this post, you’ll learn more about the Oracle ErrorORA-22906: cannot perform DML on expression or on nested table view column with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-22906: cannot perform DML on expression or on nested table view column Reason for the Error ORA-22906: cannot perform DML on expression or on nested…