Archives

How to fix the Oracle error ORA-22167: given trim size [string] must be less than or equal to [string]?

In this post, you’ll learn more about the Oracle ErrorORA-22167: given trim size [string] must be less than or equal to [string] with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-22167: given trim size [string] must be less than or equal to [string] Reason for the Error ORA-22167: given trim size [string] must be…

How to fix the Oracle error ORA-40282: invalid cost matrix?

In this post, you’ll learn more about the Oracle ErrorORA-40282: invalid cost matrix with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-40282: invalid cost matrix Reason for the Error ORA-40282: invalid cost matrix Cost matrix specification is invalid. How to fix the Error ORA-40282: invalid cost matrix ? You can fix this error in…

How to fix the Oracle error CRS-01018: The Cluster Ready Service on this node terminated because the OCR configuration on...

In this post, you’ll learn more about the Oracle ErrorCRS-01018: The Cluster Ready Service on this node terminated because the OCR configuration on this node is invalid. Details at string in string. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description CRS-01018: The Cluster Ready Service on this node terminated because the OCR configuration on…

How to fix the Oracle error LFI-00103: Seek operation failed.?

In this post, you’ll learn more about the Oracle ErrorLFI-00103: Seek operation failed. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description LFI-00103: Seek operation failed. Reason for the Error LFI-00103: Seek operation failed. The buffer seek operation failed. Probably due to incorrect parameters or flags. How to fix the Error LFI-00103: Seek operation failed….

How to fix the Oracle error NNL-00546: Displays delete request statistics?

In this post, you’ll learn more about the Oracle ErrorNNL-00546: Displays delete request statistics with the details on why you receive this error and the possible solution to fix it. Oracle Error Description NNL-00546: Displays delete request statistics Reason for the Error NNL-00546: Displays delete request statistics Cause: Control program help text. How to fix the Error NNL-00546: Displays delete request statistics ? You can…

How to fix the Oracle error DRG-10102: mandatory argument missing: string?

In this post, you’ll learn more about the Oracle ErrorDRG-10102: mandatory argument missing: string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-10102: mandatory argument missing: string Reason for the Error DRG-10102: mandatory argument missing: string Cause: this argument is mandatory How to fix the Error DRG-10102: mandatory argument missing: string ? You can…

How to fix the Oracle error PGU-00149: invalid SERVEROUTPUT switch?

In this post, you’ll learn more about the Oracle ErrorPGU-00149: invalid SERVEROUTPUT switch with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PGU-00149: invalid SERVEROUTPUT switch Reason for the Error PGU-00149: invalid SERVEROUTPUT switch Cause: An invalid option was specified for the SET SERVEROUTPUT command. How to fix the Error PGU-00149: invalid SERVEROUTPUT switch ?…

C Program to find the size of primitive datatypes

Problem Write a program in C to find and display the size of the primitive datatypes likes int , float , double and char using the sizeof function. How to find the size of primitive datatypes in C? Output Size of int: 4 bytes                            Size of float: 4 bytes                              Size of double: 8 bytes                              Size of char: 1 byte

SQL Server Error Code – 22931 source table ‘%s.%s’ does not exist in t

In this blog post, you’ll learn more about the SQL Server Error Code 22931 and the error message description that is shown SQL Server Error Code 22931 SQL Server Error Description for the Code :22931 Source table ‘%s.%s’ does not exist in the current database. Ensure that the correct database context is set. Specify a valid schema and table name for the database.

How to fix the Oracle error DIA-48160: invalid input for ADR product id?

In this post, you’ll learn more about the Oracle ErrorDIA-48160: invalid input for ADR product id with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DIA-48160: invalid input for ADR product id Reason for the Error DIA-48160: invalid input for ADR product id An invalid input was passed in for the ADR product id. The…