Код: Выделить всё
select
u.username
from
all_users u
where
exists(
select
1
from
all_objects o
where
o.owner = u.username)
union all
select
'PUBLIC'
from
dual
order by
1
Убедительная просьба, хотя бы просто добавить условие
Код: Выделить всё
and rownum = 1
Версия сервера: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
Версия приложения: dbForge Studio for Oracle 3.1.219.1