Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: advanced security, encryption and replication
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