oracle error- ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified

Oracle error
oracle, oracle error, oracle blog
ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified

Cause: A valid destination for parameter LOG_ARCHIVE_DUPLEX_DEST was not specified when parameter LOG_ARCHIVE_MIN_SUCCEED_DEST was set to two.
Action: Either specify a value for parameter LOG_ARCHIVE_DUPLEX_DEST, or reduce the value for parameter LOG_ARCHIVE_MIN_SUCCEED_DEST to one.


See more oracle error here.

oracle error- ORA-01037: maximum cursor memory exceeded

Oracle error
oracle, oracle error, oracle blog


ORA-01037: maximum cursor memory exceeded

Cause: Attempting to process a complex sql statement which consumed all available memory of the cursor.
Action: Simplify the complex sql statement.


See more oracle error here.

oracle error- ORA-01036: illegal variable name/number

Oracle error
oracle, oracle error, oracle blog



ORA-01036: illegal variable name/number
Cause: Unable to find bind context on user side
Action: Make sure that the variable being bound is in the sql statement.

See more oracle error here.