Search This Blog

Thursday 14 December 2017

How to read cwallet.sso file

I often tried to open cwallet.sso file to see the content. Here is the steps How could we read the cwallet.sso file in OBIEE 12c.

Go the Oracle Common bin directory and we will have orapki command file. 

Syntax:

$MW_HOME/oracle_common/bin/orapki wallet display -wallet /obiee12c/stage/cwallet.sso

Example:

[oracle@bidev bin]$ ./orapki wallet display -wallet $MW_HOME/domains/bi/config/fmwconfig/bootstrap/cwallet.sso

Oracle PKI Tool : Version 12.1.1.7.0
Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.

Requested Certificates:

User Certificates:
Oracle Secret Store entries:
BOOTSTRAP_JPS@#3#@bootstrap_9m1kYn8KpxCStfqBmSxQFhIadffHs=
fks@#3#@current.key
fks@#3#@master.key.0
fks@#3#@master.key.0.base64
IntegrityChecker@#3#@kss
Trusted Certificates:
Subject:        OU=Class 2 Public Primary Certification Authority,O=Symantec\, Inc.,C=US
Subject:        OU=Class 3 Public Primary Certification Authority,O=
Symantec\, Inc.,C=US
Subject:        CN=GTE CyberTrust Global Root,OU=
Symantec Solutions\, Inc.,O=GTE Corporation,C=US
Subject:        OU=Class 1 Public Primary Certification Authority,O=
Symantec\, Inc.,C=US

What is Oracle Database Link and How to create database link (DB Link)

 https://www.oracletutorial.com/oracle-administration/oracle-create-database-link/

Recent Posts