As addition to the OpenWorks: OS Authentication in R5000. You can create default wallet without having to login into OpenWorks by running the script below.
Before you run the script, you have to make sure that the following environment variable is populated correctly:
OWHOME
OWSYSSID
ORACLE_HOME
OW_HOME_DIR
From your linux shell, please run the following:
Bash$ ${OWHOME}/jre/bin/java \
-classpath ${OWHOME}/jar/com_lgc_ow_devkit.jar \
com.lgc.ow.credentials.OracleWallet \
${OWSYSSID} ${ORACLE_HOME} ${OW_HOME_DIR}
If it’s not exist, it will create ${HOME}/wallet directory with user and password entry. The password created by the script has to be equal as the user. If you have different password value, you’ll need to use the default OpenWorks user dialog.






