Tablespace usage
Hi,
Im seeing the details of table spaces used in a DB, noticed that *'USERS'* is a tablespace used for posting transactions.
I suppose USERS is a tablespace used by database. Is there any impact on such a setting.
SQL> select banner from V$VERSION;
BANNER
-----------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
SELECT default_tablespace FROM DBA_USERS WHERE username = 'TEST'
DEFAULT_TABLESPACE
------------------------------
USERS