Object Type Schema Object Name Sequence Line Position --------------- ----------------- ------------------------------ -------- -------- -------- Text ------------------------------------------------------------------------------------------------------------------------------------------------- FUNCTION SCOTT2 BAD_FUNCTION 1 2 1 PLS-00201: identifier 'SDLFJ' must be declared FUNCTION SCOTT2 BAD_FUNCTION 2 2 1 PL/SQL: Statement ignored PACKAGE SCOTT2 BAD_PACKAGE 1 1 24 PLS-00103: Encountered the symbol "BEGIN" when expecting one of the following: end function package pragma private procedure subtype type use form current cursor PACKAGE SCOTT2 BAD_PACKAGE 2 3 4 PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: end not pragma final instantiable order overriding static member constructor map PROCEDURE SCOTT2 BAD_PROC 1 2 1 PLS-00221: 'NUMBER' is not a procedure or is undefined PROCEDURE SCOTT2 BAD_PROC 2 2 1 PL/SQL: Statement ignored VIEW SCOTT ANOTHER_VIEW 1 0 0 ORA-00942: table or view does not exist VIEW SCOTT BAD_VIEW 1 0 0 ORA-00942: table or view does not exist VIEW SCOTT2 ANOTHER 1 0 0 ORA-00942: table or view does not exist 9 rows selected.