Database - RAC/Scalability (MOSC)

MOSC Banner

wallet issue

edited Feb 21, 2018 11:20AM in Database - RAC/Scalability (MOSC) 3 commentsAnswered

I try to create a wallet in the 12c RAC database. We  decide to keep the wallet on each node. Here is the

location in sqlnet.ora

ENCRYPTION_WALLET_LOCATION =

  (SOURCE =

    (METHOD = FILE)

    (METHOD_DATA =

      (DIRECTORY = /u01/app/oracle/admin/wallets/$ORACLE_SID)

    )

  )

SQL> select * from gv$encryption_wallet where inst_id=2;

   INST_ID WRL_TYPE             WRL_PARAMETER                                                STATUS                         WALLET_TYPE          WALLET_OR FULLY_BAC     CON_ID

---------- -------------------- ------------------------------------------------------------ ------------------------------ -------------------- --------- --------- ----------

         2 FILE                 /u01/app/oracle/admin/wallets/FCMSPROD2/                      NOT_AVAILABLE                  UNKNOWN              SINGLE    UNDEFINED          0

SQL> administer key management create keystore '/u01/app/oracle/admin/wallets/FCMSPROD2/'  identified by "wallet";

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center