Originally posted by ronnie
the developers know the sys/system passwords.
Big problem... But that's another thread.

Code:
select owner, segment_name 
from dba_segments
where tablespace_name = 'SYSTEM'
and owner not in ('SYS','SYSTEM')