Archives
How to fix the Oracle error ORA-02761: File number to be canceled is negative.?
In this post, you’ll learn more about the Oracle ErrorORA-02761: File number to be canceled is negative. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-02761: File number to be canceled is negative. Reason for the Error ORA-02761: File number to be canceled is negative. The file number contained with the sfiov structure is…
How to fix the Oracle error ORA-09745: smscre: vm_allocate error, unable to create shared memory.?
In this post, you’ll learn more about the Oracle ErrorORA-09745: smscre: vm_allocate error, unable to create shared memory. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-09745: smscre: vm_allocate error, unable to create shared memory. Reason for the Error ORA-09745: smscre: vm_allocate error, unable to create shared memory. Error in system call vm_allocate. Failed…
How to fix the Oracle error ORA-23495: serial propagation can not be used for “string”?
In this post, you’ll learn more about the Oracle ErrorORA-23495: serial propagation can not be used for “string” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-23495: serial propagation can not be used for “string” Reason for the Error ORA-23495: serial propagation can not be used for “string” The sites involved may be in…
Win32 COM Error – SPAPI_E_SECTION_NOT_FOUND – 0x800F0101
In this post, you’ll learn more about the Error SPAPI_E_SECTION_NOT_FOUND – 0x800F0101 that is returned when working with the COM-based APIs in Win32 Win32 COM Error SPAPI_E_SECTION_NOT_FOUND – 0x800F0101 Win32 COM Error Error Description The required section was not found in the INF.
IBM FlashSystem V9000 Error – 1032 – 072510
In this post, you’ll learn more about the Error 1032 – 072510that is returned when working with the IBM FlashSystem V9000 IBM FlashSystem V9000 Error Code 1032 Error Description The detected memory size does not match the expected memory size
InterSystems Cache & Ensemble Error 1632 – Cannot calculate Freespace for %1, Database is dismounted
In this blog post, let’s learn about the error message “1632 Cannot calculate Freespace for %1, Database is dismounted” in InterSystems Cache & Ensemble and the description of the error message. Error Message 1632 – Cannot calculate Freespace for %1, Database is dismounted Error Details Cannot calculate Freespace for %1, Database is dismounted
InterSystems Cache & Ensemble Error 5931 – Can only call this method/set this value in OnPreHTTP() befo
In this blog post, let’s learn about the error message “5931 Can only call this method/set this value in OnPreHTTP() befo” in InterSystems Cache & Ensemble and the description of the error message. Error Message 5931 – Can only call this method/set this value in OnPreHTTP() befo Error Details Can only call this method/set this value in OnPreHTTP() before page has started to be displayed
InterSystems Cache & Ensemble Error 8068 – Ngram search is not enabled for this domain
In this blog post, let’s learn about the error message “8068 Ngram search is not enabled for this domain” in InterSystems Cache & Ensemble and the description of the error message. Error Message 8068 – Ngram search is not enabled for this domain Error Details Ngram search is not enabled for this domain
NoSQL Solutions for .NET
Below are list of some the popular NoSQL Solutions available for .NET applications. db4o Redis MemcacheDB RavenDB Lucene.net MongoDB
Java – How to check if a double value is Infinite ?
Problem Statement You need to find out if the given number of type double is Infinite or not. Solution Use the isInfinite method defined in the Double class to find of the given number is a infinite as shown below. The output of the above program is Abundantcode.com Java Tutorials true
InterSystems IRIS SQL Error Code -4 A term expected, beginning with one of t
In this post, you’ll learn about the SQL error code -4 in InterSystems IRIS database the reason why you are receiving the SQL error message when using the InterSystems IRIS data platform Error Code : -4 Reason for the Error code -4 in InterSystems IRIS DBMS A term expected, beginning with one of the following: identifier, constant, aggregate, %ALPHAUP, %EXACT, %MVR, %SQLSTRING, %SQLUPPER, %STRING, %UPPER,…
InterSystems IRIS TSQL Code 16833 SQL Web Assistant: @nrowsperpage must be
In this post, you’ll learn about the SQL error code 16833 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 16833 Reason for the Error code 16833 in InterSystems IRIS DBMS SQL Web Assistant: @nrowsperpage must be a positive number and it cannot be used with @singlerow.