Database Administration (MOSC)

MOSC Banner

Issue in oracle database

edited Apr 28, 2017 5:01AM in Database Administration (MOSC) 9 commentsAnswered

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).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center