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: advanced security, encryption and replication

Re: advanced security, encryption and replication

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Mon, 06 Mar 2006 21:00:13 +0100
Message-ID: <dui3k6$gm$1@news5.zwoll1.ov.home.nl>


dr wrote:
> we're on 9.2.04 and about to implement advanced security. we are also
> about to explore replication to a distant site. from a days worth of
> manual reading and googling, i can't tell if replicated data packets
> can be encrypted. can anyone share their experience with needing to
> both encrypt and replicate data? thanks in advanced.
>

Yes. Very easily, too. Start the Net Manager, Local tree, and select Advanced Security.
3rd Tab, Encryption - take your pick.

Manually, alter this in your server side sqlnet.ora:

SQLNET.ENCRYPTION_SERVER = required
SQLNET.CRYPTO_SEED = 1234567890  <<<< anything 10 - 70 characters
SQLNET.ENCRYPTION_TYPES_SERVER= (RC4_256)

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Mon Mar 06 2006 - 14:00:13 CST

Original text of this message

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