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. 1export 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 [...]
Posts Tagged ‘OpenWorks’
264 381OpenWorks: Create default Wallet
May 4th, 2009
3 Comments
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: [...]
OpenWorks: OS Authentication in R5000
April 25th, 2009
1 Comment
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. [...]


