1. Open Computer Management Console
Windows Key + R -> compmgmt.msc
2. Expand System Tools -> Shared Folder -> Sessions
本網誌主要是記錄筆者在使用電腦上疑難解決方法。希望藉著此平台跟大家分享交流。
This blog is used for sharing how to troubleshoot my computer problem. I would like to share them to each other through this platform.
1. Open Computer Management Console
Windows Key + R -> compmgmt.msc
2. Expand System Tools -> Shared Folder -> Sessions
Solution:
Use the oidpasswd utility in $ORACLE_HOME/bin to unlock the account:
oidpasswd connect=oiddb unlock_su_acct=true
OID DB user password:
OID super user account unlocked successfully.
Reference: Oracle Support Doc ID 251354.1
1. List Trusted cacerts
keytool -list -v -keystore $JAVA_HOME/jre/lib/security/cacerts
2. Import New cert into keystore (e.g. Amazon)
keytool -import -trustcacerts -file [filename] -alias [alias] -keystore $JAVA_HOME/jre/lib/security/cacerts
->
keytool -import -trustcacerts -file AmazonRootCA1.cer -alias AmazonRootCA1 -keystore $JAVA_HOME/jre/lib/security/cacerts
3. Delete cert from keystore
keytool -delete -alias [alias] -keystore $JAVA_HOME/jre/lib/security/cacerts
Ref: https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html
Method One: link in /sbin
sudo ln -s /[directory]/[script].[extension] /sbin/[alias]
1. Open Computer Management Console Windows Key + R -> compmgmt.msc 2. Expand System Tools -> Shared Folder -> Sessions ...