Archives

How to fix the Oracle error ORA-40102: invalid input string for data mining operation string?

In this post, you’ll learn more about the Oracle ErrorORA-40102: invalid input string for data mining operation string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-40102: invalid input string for data mining operation string Reason for the Error ORA-40102: invalid input string for data mining operation string The input parameter is either null…

How to fix the Oracle error ORA-28122: can not update SYS_DEFAULT policy group?

In this post, you’ll learn more about the Oracle ErrorORA-28122: can not update SYS_DEFAULT policy group with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-28122: can not update SYS_DEFAULT policy group Reason for the Error ORA-28122: can not update SYS_DEFAULT policy group An attempt was made to execute either DBMS_RLS.CREATE_POLICY_GROUP or DBMS_RLS.DELETE_POLICY_GROUP using SYS_DEFAULT…

How to fix the Oracle error ORA-12168: TNS:Unable to contact LDAP Directory Server?

In this post, you’ll learn more about the Oracle ErrorORA-12168: TNS:Unable to contact LDAP Directory Server with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-12168: TNS:Unable to contact LDAP Directory Server Reason for the Error ORA-12168: TNS:Unable to contact LDAP Directory Server Cannot contact LDAP directory server to get Oracle Net configuration. How to…

InterSystems IRIS TSQL Code 3023 Backup and file manipulation operations

In this post, you’ll learn about the SQL error code 3023 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 3023 Reason for the Error code 3023 in InterSystems IRIS DBMS Backup and file manipulation operations (such as ALTER DATABASE ADD FILE) on a database must be serialized. Reissue the statement…

InterSystems IRIS General Error Code – 5136

In this post, you’ll learn about the General error code 5136 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5136 Reason for the Error code 5136 in InterSystems IRIS DBMS You can not have an MV enabled class with a property ‘%1’ list/array collection of objects that includes classname.

How to Get the string from AppResources file in Windows Phone 8 ?

If you want to retrieve the value from the AppResources file in Windows Phone 8 , you can use one of the below options. How to Get the string from AppResources file in Windows Phone 8 ? 1. Using the AppResources.<Property> Assume that the string in the AppResources file is ApplicationTitle and the which contains the value “Abundantcode for Windows Phone development” . , you…