Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Security: EAL4 and Database Links

Re: Security: EAL4 and Database Links

From: <sybrandb_at_hccnet.nl>
Date: Wed, 23 May 2007 19:24:47 +0200
Message-ID: <84u85359hqkslr1t4bj9gci2vpc7gh2uop@4ax.com>


On 23 May 2007 09:28:03 -0700, "bernard (bernard_at_bosvark.com)" <bosvark2000_at_googlemail.com> wrote:

>In my quest to comply with EAL4 evaluationsI came across the following
>in the Oracle Documentation and got confused, I hope that someone
>might understand this better than me:
>
>>[DB.AC-6] Each database link must be defined such that users who refer to the link are connected to an identically named normal user account in the secondary or remote database, that is the database link must be defined without reference to a single normal user account to which all users referencing the link would otherwise be connected.
>
>Does this mean one should only use CURRENT_USER Database Links as
>described in Metalink Note:264872.1? Or does it mean something else?
>
>I appreciate your help.

This means the database link needs to be set up as create database link foo using 'bar'
instead of
create database link foo connect to scott identified by tiger using 'bar'

Guess this text comes from one of their lawyers.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Wed May 23 2007 - 12:24:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US