Issue in oracle database
I am noticing some issue on database after connecting to DB using sys account. Previously everything was visible.
Our DBA team has done some hardening on database after which all this entries are missing even though all the users, datafiles and tablespace are present in the system.
Not sure which permission they have revoked which caused this issue.
1) when I ran below query it doesn't list all the users which are present in the database. Not sure why?
SELECT USERNAME, TABLESPACE_NAME, MAX_BYTES FROM DBA_TS_QUOTAS order by USERNAME;
Also I can see tablespace max_bytes is not set to "-1" (means tablespace quota is not unlimited).