-
Book Overview & Buying
-
Table Of Contents
Oracle 11g Anti-hacker's Cookbook
By :
In Oracle you also have the possibility to use SSL based encrypted transmission between clients and servers. In this recipe we will introduce Oracle wallets. As its name suggests, an Oracle wallet is a container that can hold certificates, keys, and passwords. These are used primarily for network security operations and in implementing transparent data encryption, a subject that we will cover in Chapter 3, Securing Data at Rest.
In this recipe we will use nodeorcl1 and nodeorcl5.
In this recipe we will introduce Oracle wallets created and managed with the orapki utility.
As the user root the create directories for wallets and assign oracle as the owner on the nodeorcl1 and nodeorcl5 hosts:
[root@nodeorcl1 ~]# mkdir -p /security/wallets/ssl [root@nodeorcl1 ~]# chown -R oracle:oinstall /security/wallets/ssl [root@nodeorcl5 ~]# mkdir -p /security/wallets/ssl [root@nodeorcl5 ~]# chown oraclient:oinstall ...
Change the font size
Change margin width
Change background colour