oracle error- ORA-01084: invalid argument in OCI call

Oracle error
oracle, oracle error, oracle blog


ORA-01084: invalid argument in OCI call
Cause: The failing OCI call contains an argument with an invalid value.
Action: Use valid argument values. For more information, see the Programmer's Guide to the Oracle Call Interfaces and the appropriate programming language supplement.








See more oracle error here.

oracle error- ORA-01083: value of parameter "string" is inconsistent with that of other instances

Oracle error
oracle, oracle error, oracle blog


ORA-01083: value of parameter "string" is inconsistent with that of other instances
Cause: The value of the given parameter is required to be the same for all instances in the cluster database configuration. ROW_LOCKING and SERIALIZABLE are 2 examples.
Action: Change the value of the parameter in INIT.ORA file to match that of other cluster database instances.








See more oracle error here.

oracle error- ORA-01082: 'row_locking = always' requires the transaction processing option

Oracle error
oracle, oracle error, oracle blog



ORA-01082: 'row_locking = always' requires the transaction processing option
Cause: "row_locking = always" is specified in INIT.ORA file. This feature is not supported by ORACLE without the transaction processing option.
Action: Remove it from INIT.ORA file or set it to "default" or "intent".










See more oracle error here.