Oracle DBA, How To, Error, Cause and Action

ORA-06031: NETDNT: connect failed, unrecognized object name

ORA-06031: NETDNT: connect failed, unrecognized object name


Cause:


Host string contains reference to object (which doesn't exist): @d:- => object is ORDN; when is VMS, the object is ORDN.COM when is UNIX, the object is ORDN @d:::"task=" => object is ; when is VMS, the object is .COM when is UNIX, the object is



Action:


Retry with correct object name or create the required object on host node

No comments:

Post a Comment

Thanks for your comment.