25.1 Creating a Wallet

To create a wallet, follow these steps:

  1. Create a directory called wallet which will represent your wallet location #EDQDOMAIN/config/ fmwconfig/edq/oedq.local.home/command area.
    mkstore -wrl <wallet_location> -create
    After executing the command, message appears as below
    Oracle Secret Store Tool : Version 12.1.0.2
    Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved. Enter password: <Enter the required password.>
    Enter password again: <Re Enter the required password> 

    The mkstore utility is included in the Oracle Database Client installation.

    The wallet is created with the auto-login feature enabled. This feature enables the database client to access the wallet contents without using the password.

    Ensure that the Client and Destination server versions are the same.

  2. Create the database connection credentials in the wallet using the following command: mkstore -wrl <wallet_location> -createCredential EXTDB <Atomic Schema User Name> After executing the command, message appears as below.
    Oracle Secret Store Tool : Version 12.1.0.2
    Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
    Your secret/Password is missing in the command line
    Enter your secret/Password: <Enter the Atomic Schema Password>
    Re-enter your secret/Password: <Re Enter the Atomic Schema Password>
    Enter wallet password:<Enter the password provided in the previous step>
  3. Update the tnsnames.ora file to include the following entry in the <wallet_location>. EXTDB = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = <host>) (PORT = <port>)) ) (CONNECT_DATA = (SERVICE_NAME = <service>) ) )

    Navigate to the FIC_HOME directory and copy the DataExport folder into the

    <EDQ_DEPLOYED_AREA>/oedq.local.home/commandarea path. This is the Data_Export_ Location.

  4. Copy the jars osdt_core-<version>.jar,oraclepki-<version>.jar,osdt_cert-<version>.jar and ojdbc7.jar into the lib folder inside Data_ Export_ Location.

    The above jars are made available after the Oracle Database installation. PAth of the jar files is /<MWH>/wlsserver/server/libWeblogic server.

  5. Copy the wallet directory created in step 1 into Data_ Export_ Location.
  6. Copy the Data export folder to #EDQDOMAIN/config/fmwconfig/edq/oedq.local.home/command area.
  7. Navigate to the $FIC_HOME/SanctionsCommon folder and unzip config.zip. Copy the extracted files to EDQ.local.home.