Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: packages need for replication
in sqlplus:
col owner format a10
col object_name format a30
select owner, object_name, object_type, status from dba_objects where
substr(object_name,1,4) = 'DBMS';
Received on Sat Nov 05 2005 - 04:30:59 CST
![]() |
![]() |