Monday, 9 January 2012

ORA-01041: internal error. hostdef extension doesn t exist

ORA-01041: internal error. hostdef extension doesn t exist

Cause: Pointer to hstdef extension in hstdef is null.

Action: Report as a bug

ORA-01040: invalid character in password; logon denied

ORA-01040: invalid character in password; logon denied

Cause: There are multibyte characters in the password or some characters in the password are not in US7ASCII range.

Action: Resubmit password with valid characters.

ORA-01039: insufficient privileges on underlying objects of the view

ORA-01039: insufficient privileges on underlying objects of the view

Cause: Attempting to explain plan on other people s view without the necessary privileges on the underlying objects of the view.

Action: Get necessary privileges or do not perform the offending operation.

ORA-01038: cannot write database file version string with ORACLE version string

ORA-01038: cannot write database file version string with ORACLE version string

Cause: Attempting to write datafile headers in an old format. The new format can not be used until after the database has been verified as being compatible with this software version.

Action: Open the database to advance to the new file formats, then repeat the operation. If the operation is required before the database can be opened, then use the previous software release to do the operation.

ORA-01037: maximum cursor memory exceeded

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.

ORA-01036: illegal variable name or number

ORA-01036: illegal variable name or number

Cause: Unable to find bind context on user side

Action: Make sure that the variable being bound is in the sql statement.

ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege

ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege

Cause: Logins are disallowed because an instance started in restricted mode. Only users with RESTRICTED SESSION system privilege can log on.

Action: Request that Oracle be restarted without the restricted option or obtain the RESTRICTED SESSION system privilege.