<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HollyGhozi &#187; OpenWorks</title>
	<atom:link href="http://hollyghozi.com/index.php/tag/openworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://hollyghozi.com</link>
	<description>is another Javanese Indonesian fellow blog</description>
	<lastBuildDate>Mon, 12 Dec 2011 01:52:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Couple of OpenWorks variables</title>
		<link>http://hollyghozi.com/index.php/2009/08/couple-of-openworks-variables/</link>
		<comments>http://hollyghozi.com/index.php/2009/08/couple-of-openworks-variables/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:46:34 +0000</pubDate>
		<dc:creator>hollyghozi</dc:creator>
				<category><![CDATA[Landmark]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OpenWorks]]></category>

		<guid isPermaLink="false">http://hollyghozi.com/?p=191</guid>
		<description><![CDATA[Today, I&#8217;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&#8217;ll see the DISTRICT already been choosen. 2. OW_ADMIN_UTILS_PW You will need to [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;ve learned two OpenWorks environment variables.<br />
1. OW_DEFAULT_DISTRICT<br />
You will have to set the value of this environment variable, if you want to set the default DISTRICT.<br />
<!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">OW_DEFAULT_DISTRICT</span>=OWSIDEAST</li></ol></div></pre><!--END_DEVFMTCODE--><br />
After you set the variable, then start your OpenWorks > Project Status, you&#8217;ll see the DISTRICT already been choosen.</p>
<p>2. OW_ADMIN_UTILS_PW<br />
You will need to set the value of this environment variable, if you change the password of OW_ADMIN_UTILS.<br />
<!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">OW_ADMIN_UTILS_PW</span>=owadminutilspassword</li></ol></div></pre><!--END_DEVFMTCODE--></p>
]]></content:encoded>
			<wfw:commentRss>http://hollyghozi.com/index.php/2009/08/couple-of-openworks-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenWorks: Create default Wallet</title>
		<link>http://hollyghozi.com/index.php/2009/05/openworks-create-default-wallet/</link>
		<comments>http://hollyghozi.com/index.php/2009/05/openworks-create-default-wallet/#comments</comments>
		<pubDate>Mon, 04 May 2009 08:48:47 +0000</pubDate>
		<dc:creator>hollyghozi</dc:creator>
				<category><![CDATA[Landmark]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OpenWorks]]></category>

		<guid isPermaLink="false">http://hollyghozi.com/?p=150</guid>
		<description><![CDATA[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: [...]]]></description>
			<content:encoded><![CDATA[<p>As addition to the OpenWorks: <a href="http://hollyghozi.com/?p=141">OS Authentication in R5000</a>. You can create default wallet without having to login into OpenWorks by running the script below.</p>
<p>Before you run the script, you have to make sure that the following environment variable is populated correctly:<br />
<code>OWHOME<br />
OWSYSSID<br />
ORACLE_HOME<br />
OW_HOME_DIR</code></p>
<p>From your linux shell, please run the following:<br />
<code>Bash$ ${OWHOME}/jre/bin/java \<br />
-classpath ${OWHOME}/jar/com_lgc_ow_devkit.jar \<br />
com.lgc.ow.credentials.OracleWallet \<br />
${OWSYSSID} ${ORACLE_HOME} ${OW_HOME_DIR}</code></p>
<p>If it&#8217;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&#8217;ll need to use the default OpenWorks user dialog.</p>
]]></content:encoded>
			<wfw:commentRss>http://hollyghozi.com/index.php/2009/05/openworks-create-default-wallet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OpenWorks: OS Authentication in R5000</title>
		<link>http://hollyghozi.com/index.php/2009/04/openworks-os-authentication-in-r5000/</link>
		<comments>http://hollyghozi.com/index.php/2009/04/openworks-os-authentication-in-r5000/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 02:29:13 +0000</pubDate>
		<dc:creator>hollyghozi</dc:creator>
				<category><![CDATA[Landmark]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OpenWorks]]></category>

		<guid isPermaLink="false">http://hollyghozi.com/?p=141</guid>
		<description><![CDATA[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. [...]]]></description>
			<content:encoded><![CDATA[<p>OpenWorks R2003 use traditional external user as the authentication. By simply, creating user via sqlplus:<br />
<code>create user osuser identified externally</code><br />
And you can connect to OpenWorks Oracle database by:<br />
<code>sqlplus /@openworksdb</code></p>
<p>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&#8217;s a good tutorial on this created by <a href="http://www.oracle-base.com/articles/10g/SecureExternalPasswordStore_10gR2.php">oracle-base.com</a>.</p>
<p>The wallet directory is set by ${OW_HOME_DIR} environment variable. By default the value is equal as ${HOME}. You would see wallet directory in your home directory. So, if your R5000 environment is set correctly, you will able to do:<br />
<code>sqlplus /@openworksdb</code></p>
]]></content:encoded>
			<wfw:commentRss>http://hollyghozi.com/index.php/2009/04/openworks-os-authentication-in-r5000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenWorks: Create interpretation project failed (2)</title>
		<link>http://hollyghozi.com/index.php/2009/04/openworks-create-interpretation-project-failed-2/</link>
		<comments>http://hollyghozi.com/index.php/2009/04/openworks-create-interpretation-project-failed-2/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 05:02:50 +0000</pubDate>
		<dc:creator>hollyghozi</dc:creator>
				<category><![CDATA[Landmark]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenWorks]]></category>

		<guid isPermaLink="false">http://hollyghozi.com/?p=138</guid>
		<description><![CDATA[In addition to my post earliear, there&#8217;s something else that we can do to minimize the error: chmod -R o+rx $ORACLE_HOME By make sure everyone has access to the Oracle&#8217;s library and executable, it&#8217;ll enable the user to create the Interpretation project.]]></description>
			<content:encoded><![CDATA[<p>In addition to <a title="OpenWorks: Create interpretation project failed" href="http://hollyghozi.com/?p=45">my post earliear</a>, there&#8217;s something else that we can do to minimize the error:<br />
<code>chmod -R o+rx $ORACLE_HOME</code><br />
By make sure everyone has access to the Oracle&#8217;s library and executable, it&#8217;ll enable the user to create the Interpretation project.</p>
]]></content:encoded>
			<wfw:commentRss>http://hollyghozi.com/index.php/2009/04/openworks-create-interpretation-project-failed-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenWorks: Create interpretation project failed</title>
		<link>http://hollyghozi.com/index.php/2009/01/openworks-create-interpretation-project-failed/</link>
		<comments>http://hollyghozi.com/index.php/2009/01/openworks-create-interpretation-project-failed/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 22:38:09 +0000</pubDate>
		<dc:creator>Holly</dc:creator>
				<category><![CDATA[Landmark]]></category>
		<category><![CDATA[OpenWorks]]></category>
		<category><![CDATA[R5000]]></category>

		<guid isPermaLink="false">http://hollyghozi.wordpress.com/?p=45</guid>
		<description><![CDATA[It&#8217;s failed when creating interpretation project in OpenWorks R5000. The error message says: Create interpretation project failed: Failed to insert information in project PROJECTNAME using begin PROJECTNAME.ow_prj_utils_pkg.ow_store_password(?,?,); end; The ow_prj_utils_pkg.ow_store_password will call java store procedure. This java store procedure is loaded into interpretation project. To load java class into database, OpenWorks will call loadjava utility. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s failed when creating interpretation project in OpenWorks R5000. The error message says:</p>
<blockquote><p>Create interpretation project failed:<br />
Failed to insert information in project PROJECTNAME using<br />
begin<br />
PROJECTNAME.ow_prj_utils_pkg.ow_store_password(?,?,);<br />
end;</p></blockquote>
<p>The ow_prj_utils_pkg.ow_store_password will call java store procedure. This java store procedure is loaded into interpretation project. To load java class into database, OpenWorks will call loadjava utility. The loadjava is oracle utility.</p>
<p>To fix this issue, you have to make sure that you correctly install Oracle 10g.<br />
1. Check the $ORACLE_HOME<br />
2. Make sure loadjava is in your $PATH, check with <code>which loadjava</code><br />
3. Check the content by calling: <code>more loadjava</code></p>
]]></content:encoded>
			<wfw:commentRss>http://hollyghozi.com/index.php/2009/01/openworks-create-interpretation-project-failed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

