Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: An attempt was made to execute a stored procedure without sufficient privileges.
Action: Obtain the necessary privileges through direct grants of the privileges, not through roles.
Cause: An attempt was made to resume the execution of a stored procedure using the existing state, which has become invalid or inconsistent because the stored procedure has been altered or dropped.
Action: Attempt the action again. This action should cause the existing state of all packages to be reinitialized.
Cause: An attempt was made to execute a stored procedure to service a remote procedure call stub that specifies a timestamp or signature that is different from the current timestamp or signature of the procedure.
Action: Recompile the caller to obtain the new timestamp.
For more information about obtaining a timestamp, see the index entry on "timestamp conflict resolution method" in Oracle8 Server Distributed Systems.
Cause: An attempt was made to execute a stored procedure that has errors. For stored procedures, the problem could be syntax or references to other, non-existent procedures. For views, the problem could be a reference in the view's defining query to a non-existent table.
Action: Fix the errors and create referenced objects as necessary.
Cause: An attempt was made to execute a stored procedure that has been invalidated.
Action: Recompile the procedure and its dependents.
Cause: An attempt was made to execute a stored procedure that has been altered or dropped.
Action: Recompile the procedure's dependents.
Cause: An attempt was made to execute an object that is not a package, procedure, or function.
Action: Check that a correct name is used.
Cause: An attempt was made to execute a package, procedure, or function that does not exist.
Action: Check the name in the command.
Cause: An error occurred when attempting to execute a stored procedure.
Action: Refer to the accompanying messages and fix the error mentioned. Try the procedure again after proper reinitialization of any application's state.