SV-219826r533019_rule
V-219826
SRG-APP-000516-DB-000363
O121-BP-021400
CAT II
10
Document all authorized connections from the database to remote databases in the System Security Plan.
Remove all unauthorized remote database connection definitions from the database.
From SQL*Plus:
drop database link [link name];
OR
drop public database link [link name];
Review remote database connection definitions periodically and confirm their use is still required and authorized.
From SQL*Plus:
select owner||': '||db_link from dba_db_links;
If no records are returned from the first SQL statement, this check is not a finding.
Confirm the public and fixed user database links listed are documented in the System Security Plan, are authorized by the ISSO, and are used for replication or operational system requirements.
If any are not, this is a finding.
V-219826
False
O121-BP-021400
From SQL*Plus:
select owner||': '||db_link from dba_db_links;
If no records are returned from the first SQL statement, this check is not a finding.
Confirm the public and fixed user database links listed are documented in the System Security Plan, are authorized by the ISSO, and are used for replication or operational system requirements.
If any are not, this is a finding.
M
4059