select 't1', phone from t1 where phone = '987654321'
union all select 't2', phone from t2 where phone = '987654321'
union all select 't3', phone from t3 where phone = '987654321'
Sqlplus /nolog
Connect sys@prod as sysdba
select status from v$instance;
ALTER DATABASE OPEN;