Archives

How to copy array and increase size dynamically in Java ?

Below is a sample code snippet in Java demonstrating the steps to copy the array elements to a new array and increase the size dynamically. The program using the Arrays.copyOf method which lets the developers to create new array with a new size as well as copy the content of the old array to it at the same time. How to copy array and increase…

SQL Server Error Code – 14420 the log shipping primary database %s.%s

In this blog post, you’ll learn more about the SQL Server Error Code 14420 and the error message description that is shown SQL Server Error Code 14420 SQL Server Error Description for the Code :14420 The log shipping primary database %s.%s has backup threshold of %d minutes and has not performed a backup log operation for %d minutes. Check agent log and logshipping monitor information.

How to fix the Oracle error ORA-15127: ASM file name ‘string’ cannot use templates?

In this post, you’ll learn more about the Oracle ErrorORA-15127: ASM file name ‘string’ cannot use templates with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-15127: ASM file name ‘string’ cannot use templates Reason for the Error ORA-15127: ASM file name ‘string’ cannot use templates A fully qualified ASM file name was specified. Such…

How to fix the Oracle error ORA-15307: disk string not discoverable by CSS; diskgroup string has CSS voting files?

In this post, you’ll learn more about the Oracle ErrorORA-15307: disk string not discoverable by CSS; diskgroup string has CSS voting files with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-15307: disk string not discoverable by CSS; diskgroup string has CSS voting files Reason for the Error ORA-15307: disk string not discoverable by CSS;…

How to fix the Oracle error ORA-19624: operation failed, retry possible?

In this post, you’ll learn more about the Oracle ErrorORA-19624: operation failed, retry possible with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-19624: operation failed, retry possible Reason for the Error ORA-19624: operation failed, retry possible A backup, restore or image copy operation failed with an I/O error. If the source of the I/O…

How to fix the Oracle error ORA-22850: duplicate LOB storage option specificed?

In this post, you’ll learn more about the Oracle ErrorORA-22850: duplicate LOB storage option specificed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-22850: duplicate LOB storage option specificed Reason for the Error ORA-22850: duplicate LOB storage option specificed A LOB storage option (CHUNK, PCTVERSION, CACHE, NOCACHE, TABLESPACE, STORAGE, INDEX, SECUREFULE/BASICFILE, [A]SYNC) was specified…

How to fix the Oracle error QSM-01097: Materialized view with grouping sets has too long key?

In this post, you’ll learn more about the Oracle ErrorQSM-01097: Materialized view with grouping sets has too long key with the details on why you receive this error and the possible solution to fix it. Oracle Error Description QSM-01097: Materialized view with grouping sets has too long key Reason for the Error QSM-01097: Materialized view with grouping sets has too long key Materialized view with…