Code:
       sqlplus perfstat@servicename

        SQL> select object_name, object_type, status
                 from user_objects;
Make sure the status is valid, if not I would suggest that you drop all and recreate everything as per the docs again and try.

Sam