Posts Tagged ‘OpenWorks’

Couple of OpenWorks variables

Today, I’ve learned two OpenWorks environment variables.
1. OW_DEFAULT_DISTRICT
You will have to set the value of this environment variable, if you want to set the default DISTRICT.
export OW_DEFAULT_DISTRICT=OWSIDEAST
After you set the variable, then start your OpenWorks > Project Status, you’ll see the DISTRICT already been choosen.
2. OW_ADMIN_UTILS_PW
You will need to set the value of this environment [...]

OpenWorks: Create default Wallet

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} [...]

OpenWorks: OS Authentication in R5000

OpenWorks R2003 use traditional external user as the authentication. By simply, creating user via sqlplus:
create user osuser identified externally
And you can connect to OpenWorks Oracle database by:
sqlplus /@openworksdb
In R5000, end user is still able to logon without password but the method is slightly different. R5000 uses Oracle Secure External Password Store. There’s a good tutorial [...]

Subscribe to RSS Feed Follow me on Twitter!