Blog
Java – How to convert Long to other primitive numeric data types ?
Problem Statement You need convert a long value to other numeric data types in java. Solution Use the Long wrapper class which exposes methods like byteValue , shortValue , intValue etc. Below is a sample code snipper demonstrating the usage of the same. The output for the above program is Abundantcode.com Java Tutorials 76 76 76.0
Win32 COM Error – FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS – 0x803100BE
In this post, you’ll learn more about the Error FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS – 0x803100BE that is returned when working with the COM-based APIs in Win32 Win32 COM Error FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS – 0x803100BE Win32 COM Error Error Description BitLocker Drive Encryption cannot be applied to this drive because the Group Policy setting for Enhanced Boot Configuration Data contains invalid data. Please have your system administrator resolve this invalid configuration…
How to fix the Oracle error INS-32022: Grid infrastructure software for a cluster installations must not be under an Oracle...
In this post, you’ll learn more about the Oracle ErrorINS-32022: Grid infrastructure software for a cluster installations must not be under an Oracle base directory. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-32022: Grid infrastructure software for a cluster installations must not be under an Oracle base directory. Reason for the Error INS-32022:…
How to fix the Oracle error PGA-21012: invalid LU name length (number), valid range is number:number?
In this post, you’ll learn more about the Oracle ErrorPGA-21012: invalid LU name length (number), valid range is number:number with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PGA-21012: invalid LU name length (number), valid range is number:number Reason for the Error PGA-21012: invalid LU name length (number), valid range is number:number Cause: The LU…
How to fix the Oracle error TNS-12699: Native service internal error?
In this post, you’ll learn more about the Oracle ErrorTNS-12699: Native service internal error with the details on why you receive this error and the possible solution to fix it. Oracle Error Description TNS-12699: Native service internal error Reason for the Error TNS-12699: Native service internal error Cause: An internal error occurred in the native services component. How to fix the Error TNS-12699: Native service…
How to fix the Oracle error PRCN-02062: The specified hostname or address {0} cannot be resolved.?
In this post, you’ll learn more about the Oracle ErrorPRCN-02062: The specified hostname or address {0} cannot be resolved. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PRCN-02062: The specified hostname or address {0} cannot be resolved. Reason for the Error PRCN-02062: The specified hostname or address {0} cannot be resolved. Cause: An invalid…
How to fix the Oracle error QSM-00783: the specified value string contains an invalid date for parameter string?
In this post, you’ll learn more about the Oracle ErrorQSM-00783: the specified value string contains an invalid date for parameter string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description QSM-00783: the specified value string contains an invalid date for parameter string Reason for the Error QSM-00783: the specified value string contains an invalid date…
How to fix the Oracle error CRS-01704: Initialization of the required component string failed; details at string in string?
In this post, you’ll learn more about the Oracle ErrorCRS-01704: Initialization of the required component string failed; 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-01704: Initialization of the required component string failed; details at string in string Reason for the Error CRS-01704: Initialization of the required component string…
How to fix the Oracle error SQL*Loader-00303: Non-hex character encountered where hex char expected?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00303: Non-hex character encountered where hex char expected with the details on why you receive this error and the possible solution to fix it. Oracle Error Description SQL*Loader-00303: Non-hex character encountered where hex char expected Reason for the Error SQL*Loader-00303: Non-hex character encountered where hex char expected A non-hex character was found in a hexadecimal string….
How to fix the Oracle error ORA-64003: an unsupported operation was invoked?
In this post, you’ll learn more about the Oracle ErrorORA-64003: an unsupported operation was invoked with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-64003: an unsupported operation was invoked Reason for the Error ORA-64003: an unsupported operation was invoked The current DBFS API operation is unsupported by a provider. How to fix the Error…
How to fix the Oracle error ORA-24079: invalid name string, names with AQ$_ prefix are not valid for string?
In this post, you’ll learn more about the Oracle ErrorORA-24079: invalid name string, names with AQ$_ prefix are not valid for string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-24079: invalid name string, names with AQ$_ prefix are not valid for string Reason for the Error ORA-24079: invalid name string, names with AQ$_…
SQL Server Error Code – 33517 the column ‘%.*ls’ of the object ‘%.*ls’
In this blog post, you’ll learn more about the SQL Server Error Code 33517 and the error message description that is shown SQL Server Error Code 33517 SQL Server Error Description for the Code :33517 The column ‘%.*ls’ of the object ‘%.*ls’ is encrypted. The currently installed edition of SQL Server does not support encrypted columns. Either remove the encryption from the column or upgrade…