Dears,
I am using Oracle 12cR1 on Linux.
I am connecting to CDB$ROOT as sys.
When I:
select * from cdb_users;
sometimes (on different sessions) it returns info for all the users (including all PDBs) and sometimes it returns only users for con_id 1
I am not able to identify when this behavior is happening sometimes I exit the sqlplus sessions and log in again, it will give results from all PDBs and sometimes only from con_id=1 only!
Any one else is facing this?