|
-
Hi PAVB,
As SYS,
SQL> select owner,object_name,status
2 from dba_objects
3 where OWNER = 'SYS' and OBJECT_NAME = 'LT_EXPORT_PKG';
OWNER OBJECT_NAME STATUS
---------- --------------- -------
SYS LT_EXPORT_PKG VALID
As SYSTEM,
SQL> select owner,object_name,status
2 from dba_objects
3 where OWNER = 'SYSTEM' and OBJECT_NAME = 'LT_EXPORT_PKG';
no rows selected
Regards,
divroro12
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|