All posts by mpbod

ORA-01070: Using an old version of Oracle for the server

oracle

ORA-01070: Using an old version of Oracle for the server
Cause: Using pre 7.0.10.1 version of oracle for server
Action: Upgrade server to post 7.0.10.1 version

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01062: unable to allocate memory for define buffer

oracle

ORA-01062: unable to allocate memory for define buffer
Cause: Exceeded the maximum buffer size for current plaform
Action: Use piecewise fetch with a smaller buffer size

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01061: cannot start up a V8 server using a V7 client application

oracle

ORA-01061: cannot start up a V8 server using a V7 client application
Cause: You are using an Oracle client application linked with version 7 (or lower) libraries and you attempted to start up a V8 (or higher) server.
Action: Use a client application linked with V8 (or higher) libraries.60

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01060: array binds or executes not allowed

oracle

ORA-01060: array binds or executes not allowed
Cause: The client application attempted to bind an array of cursors or attempted to repeatedly execute against a PL/SQL block with a bind variable of type cursor.
Action: Bind a single cursor or execute the PL/SQL block once.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01059: parse expected before a bind or execute

oracle

ORA-01059: parse expected before a bind or execute
Cause: The client application attempted to bind a variable or execute a cursor opened in a PL/SQL block before the statement was parsed.
Action: Ensure the statement is parsed before a bind or execute.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01058: internal New Upi interface error

oracle

ORA-01058: internal New Upi interface error
Cause: Attempt to delete non existant hstdef extension.
Action: Report as a bug.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01057: invalid or ambiguous block.field reference in user exit

oracle

ORA-01057: invalid or ambiguous block.field reference in user exit
Cause: The reference to a block.field identifier in a user exit is incorrect or ambiguous, probably because it is misspelled or incomplete.
Action: Check syntax and identifier spelling. Then correct the reference.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01054: user storage address cannot be written

oracle

ORA-01054: user storage address cannot be written
Cause: A define, FETCH… INTO or SELECT… INTO, variable or other user area could not be written to by Oracle.
Action: Check that INTO variables and indicators are correctly specified. Then retry the operation.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01053: user storage address cannot be read

oracle

ORA-01053: user storage address cannot be read
Cause: A bind variable or other user area could not be read by Oracle
Action: Check that binds are done correctly on valid user buffers, then retry the operation

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-01052: required destination LOG_ARCHIVE_DUPLEX_DEST is not specified

oracle

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.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/