Blog

How to fix the Oracle error ORA-14119: specified partition bound is too long?

In this post, you’ll learn more about the Oracle ErrorORA-14119: specified partition bound is too long with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-14119: specified partition bound is too long Reason for the Error ORA-14119: specified partition bound is too long Length of a linear key representation of a high bound of a…

Delphi – E2002 File type not allowed here

File types are not permitted as value arguments or as the file type’s base type. They can’t be used as function return types, and you can’t assign them; nevertheless, those mistakes will result in a different error message. The issue is that T is a value argument of type Text, which is a file type in this case. Remember that whatever you write to a…

Java – How to create BigDecimal from string value ?

Problem Statement You want to create a BigDecimal value from a string type in Java. Solution Use the BigDecimal class and pass the string value in the constructor to create the BigDecimal value as shown below. The output of the above program is Abundantcode.com Java Tutorials 198654586.297292792

Raima RDM Error -14553 eDDL_NOLOBKEYS

In this blog post, let’s learn about the error message “-14553 eDDL_NOLOBKEYS” in Raima RDM and the description of the error message. Error Message -14553 – eDDL_NOLOBKEYS Error Details Large object columns cannot be keyed

How to fix the Oracle error DRG-10550: illegal syntax for index, preference, source or section name?

In this post, you’ll learn more about the Oracle ErrorDRG-10550: illegal syntax for index, preference, source or section name with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-10550: illegal syntax for index, preference, source or section name Reason for the Error DRG-10550: illegal syntax for index, preference, source or section name Cause: name may…