PLS-00320: the declaration of the type of this expression is incomplete or malformedThe PLS-00320: the declaration of the type of this expression is incomplete or malformed error occurs when a variable declaration is…Apr 9, 2021Apr 9, 2021
PLS-00302: component must be declaredThe PLS-00302: component must be declared error occurs when the component of an object is used in the PL/SQL code but not declared in the…Apr 8, 2021Apr 8, 2021
PLS-00201: identifier must be declaredThe PLS-00201: identifier must be declared error happens when the identifier is used without being declared in the PL/SQL code. Oracle…Apr 7, 2021Apr 7, 2021
IndentationError: unindent does not match any outer indentation levelThe IndentationError: unindent does not match any outer indentation level error occurs when you use both spaces and tabs to indent in your…Apr 6, 2021Apr 6, 2021