Useful shortcuts for vi editor

Showing posts with label ORA-06553. Show all posts
Showing posts with label ORA-06553. Show all posts

Friday 28 April 2017

ORA-06553: PLS-907 Solution

Error
ORA-06553: PLS-907: cannot load library unit aaa (object) 
(referenced by bbb)

Solution
Compile related object (bbb)
SQL> ALTER FUNCTION HR.BBB COMPILE;