This query is running in DB while user type the query
just 'select * from usr1.'
++++++++++++++++++++++++++++++++++++
select object_name synonym_name, object_name, owner object_owner, status, object_type
from sys.all_objects o
where o.owner = :object_owner
and o.object_type in ('TABLE', 'VIEW'...