Blog

How to fix the Oracle error ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects?

In this post, you’ll learn more about the Oracle ErrorORA-14760: ADD PARTITION is not permitted on Interval partitioned objects with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects Reason for the Error ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects ALTER TABLE ADD…

How to fix the Oracle error ORA-01002: fetch out of sequence?

In this post, you’ll learn more about the Oracle ErrorORA-01002: fetch out of sequence with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-01002: fetch out of sequence Reason for the Error ORA-01002: fetch out of sequence This error means that a fetch has been attempted from a cursor which is no longer valid. Note…

SQL Server Error Code – 10139 cannot create %s_msg on view ‘%.*ls’ bec

In this blog post, you’ll learn more about the SQL Server Error Code 10139 and the error message description that is shown SQL Server Error Code 10139 SQL Server Error Description for the Code :10139 Cannot create %S_MSG on view ‘%.*ls’ because the view uses an implicit conversion from string to datetime or smalldatetime. Use an explicit CONVERT with a deterministic style value.