SV-219720r401224_rule
V-219720
SRG-APP-000516-DB-000363
O112-BP-023700
CAT II
10
Create and assign dedicated tablespaces for the storage of data by each application using the CREATE TABLESPACE command.
Run the SQL query:
select distinct owner, tablespace_name
from dba_SEGMENTS
where owner not in
(<list of non-applicable accounts>)
order by tablespace_name;
(With respect to the list of special accounts that are excluded from this requirement, it is expected that the DBA will maintain the list to suit local circumstances, adding special accounts as necessary and removing any that are not supposed to be in use in the Oracle deployment that is under review.)
Review the list of returned table owners with the tablespace used.
If any of the owners listed are not default Oracle accounts and use the SYSTEM or any other tablespace not dedicated for the application’s use, this is a Finding.
Look for multiple applications that may share a tablespace.
If no records were returned, ask the DBA if any applications use this database.
If no applications use the database, this is not a Finding.
If there are applications that do use the database or if the application uses the SYS or other default account and SYSTEM tablespace to store its objects, this is a Finding.
V-219720
False
O112-BP-023700
Run the SQL query:
select distinct owner, tablespace_name
from dba_SEGMENTS
where owner not in
(<list of non-applicable accounts>)
order by tablespace_name;
(With respect to the list of special accounts that are excluded from this requirement, it is expected that the DBA will maintain the list to suit local circumstances, adding special accounts as necessary and removing any that are not supposed to be in use in the Oracle deployment that is under review.)
Review the list of returned table owners with the tablespace used.
If any of the owners listed are not default Oracle accounts and use the SYSTEM or any other tablespace not dedicated for the application’s use, this is a Finding.
Look for multiple applications that may share a tablespace.
If no records were returned, ask the DBA if any applications use this database.
If no applications use the database, this is not a Finding.
If there are applications that do use the database or if the application uses the SYS or other default account and SYSTEM tablespace to store its objects, this is a Finding.
M
4057