Oracle7 Server Messages

Contents Index Home Previous Next

00360-00369: DBA Describe Execution

DBA-00360 object to be described does not exist

Cause:The object in a DESCRIBE FUNCTION / PROCEDURE / PACKAGE statement did not exist.
Action:Check that the object name and owner are correct and that the object exists.
DBA-00361 error during describe

Cause:An unexpected error occurred during describe.
Action:Check the following error and correct the problem.
DBA-00362 object name is a package; use DESCRIBE name.<procedure>

Cause:The named object was a package. DESCRIBE does not currently describe an entire package specification.
Action:Specify an entire package.
DBA-00363 procedure or function name not found in the package

Cause:The named package did not contain the procedure of the function specified.
Action:Specify a procedure or function within the package.
DBA-00364 object name is a remote object, cannot further describe

Cause:The specified object name contained a database link or was a synonym that resolved to a name with a database link. Such objects cannot currently be described.
Action:Specify a local object.
DBA-00365 object name is invalid, it may not be described

Cause:The object must have been successfully compiled.
Action:Fix any errors in the object and recompile.
DBA-00366 name name is malformed, it must be of form [[a.]b.]c@dblink

Cause:The name may have at most three parts and a dblink.
Action:Use a well formed object name.


Contents Index Home Previous Next