Oracle DBA, How To, Error, Cause and Action

ORA-02309: atomic NULL violation

ORA-02309: atomic NULL violation


Cause:


An attempt was made to acess the attributes of a NULL object instance.



Action:


Ensure that the object instance is non-NULL before accessing.

No comments:

Post a Comment

Thanks for your comment.