0% found this document useful (0 votes)
30 views2 pages

Wallet Creation

Uploaded by

deshmukttp.8710
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

Wallet Creation

Uploaded by

deshmukttp.8710
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Using username "oracle".

Authenticating with public key "imported-openssh-key"


Activate the web console with: systemctl enable --now cockpit.socket

Last login: Thu Oct 24 15:27:10 2024 from 10.0.0.30


[oracle@fc-wls-test ~]$ echo $PATH
/home/oracle/.local/bin:/home/oracle/bin:/usr/share/Modules/bin:/usr/local/bin:/
usr/bin:/usr/local/sbin:/usr/sbin
[oracle@fc-wls-test ~]$ echo $ORACLE_HOME

[oracle@fc-wls-test ~]$ which sqlplus


/usr/bin/sqlplus
[oracle@fc-wls-test ~]$ rpm -qa | grep oracle
oracle-cloud-agent-1.46.0-2.el8.x86_64
oracle-epel-release-el8-1.0-5.el8.x86_64
oracle-instantclient19.19-basic-19.19.0.0.0-1.x86_64
oraclelinux-release-8.10-1.0.7.el8.x86_64
oracle-database-preinstall-19c-1.0-2.el8.x86_64
oraclelinux-release-el8-1.0-38.el8.x86_64
oraclelinux-developer-release-el8-1.0-7.el8.x86_64
oracle-indexhtml-8-7.0.2.el8.noarch
pcp-oracle-conf-1-5.0.6.el8.x86_64
oracle-logos-84.5-1.0.2.el8.x86_64
oracle-instantclient19.19-sqlplus-19.19.0.0.0-1.x86_64
[oracle@fc-wls-test ~]$ echo $PATH
/home/oracle/.local/bin:/home/oracle/bin:/usr/share/Modules/bin:/usr/local/bin:/
usr/bin:/usr/local/sbin:/usr/sbin
[oracle@fc-wls-test ~]$ which sqlplus
/usr/bin/sqlplus
[oracle@fc-wls-test ~]$ export
PATH=$PATH:/u01/app/product/wls1411/Oracle_Home/oracle_common/bin
[oracle@fc-wls-test ~]$ echo $PATH
/home/oracle/.local/bin:/home/oracle/bin:/usr/share/Modules/bin:/usr/local/bin:/
usr/bin:/usr/local/sbin:/usr/sbin:/u01/app/product/wls1411/Oracle_Home/
oracle_common/bin
[oracle@fc-wls-test ~]$ export ORACLE_HOME=/usr/bin
[oracle@fc-wls-test ~]$ echo $ORACLE_HOME
/usr/bin
[oracle@fc-wls-test ~]$ export PATH=$ORACLE_HOME:$PATH
[oracle@fc-wls-test ~]$ echo $ORACLE_HOME
/usr/bin
[oracle@fc-wls-test ~]$ echo $PATH
/usr/bin:/home/oracle/.local/bin:/home/oracle/bin:/usr/share/Modules/bin:/usr/
local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/u01/app/product/wls1411/Oracle_Home/
oracle_common/bin
[oracle@fc-wls-test ~]$ echo $JAVA_HOME

[oracle@fc-wls-test ~]$ export JAVA_HOME=/u01/app/product/jdk/jdk1.8.0_341


[oracle@fc-wls-test ~]$ echo $JAVA_HOME
/u01/app/product/jdk/jdk1.8.0_341
[oracle@fc-wls-test ~]$ mkstore -wrl /u01/data/wallet -create
Oracle Secret Store Tool : Version 12.2.1.4.0
Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.

Enter password:
Enter password again:
PKI-01003: Passwords did not match.
Enter password:
Enter password again:
[oracle@fc-wls-test ~]$ mkstore -wrl /u01/data/wallet -createCredential
"(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.0.42)(PORT = 1521)))
(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME =
fcdbtest.db.nidvcndxb.oraclevcn.com)))" FCNID147UAT FCNID147uat#$1
Oracle Secret Store Tool : Version 12.2.1.4.0
Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.

Enter wallet password:


[oracle@fc-wls-test ~]$

You might also like