<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>許 祿 煒 的 熊 猫 Blog - PandaZen blog</title>
	<atom:link href="http://pandazen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pandazen.wordpress.com</link>
	<description>Panda, PandaZen, Pandora, Panda Zen, 煒祿許,許,祿,煒,wi, 熊猫</description>
	<lastBuildDate>Mon, 16 Jan 2012 10:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pandazen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6b586b6b778a2d9ff517baae9daa1fae?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>許 祿 煒 的 熊 猫 Blog - PandaZen blog</title>
		<link>http://pandazen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pandazen.wordpress.com/osd.xml" title="許 祿 煒 的 熊 猫 Blog - PandaZen blog" />
	<atom:link rel='hub' href='http://pandazen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Reset Admin Password in Prestashop</title>
		<link>http://pandazen.wordpress.com/2011/10/10/reset-admin-password-in-prestashop/</link>
		<comments>http://pandazen.wordpress.com/2011/10/10/reset-admin-password-in-prestashop/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 01:40:51 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[reset password]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=1020</guid>
		<description><![CDATA[I&#8217;ve lost the password for my localhost install, and I didn&#8217;t have a SMTP server available. So, I can&#8217;t recover my lost password. After some googling, I found a solution that I post in here, Open the setting.inc.php (located in config folder) Copy the _COOKIE_KEY_ value Use SQL tool (PHPMyAdmin or Toad for MySQL) In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=1020&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve lost the password for my localhost install, and I didn&#8217;t have a SMTP server available. So, I can&#8217;t recover my lost password.<br />
After some googling, I found a solution that I post in here,</p>
<ol>
<li>Open the setting.inc.php (located in config folder)</li>
<li>Copy the _COOKIE_KEY_ value</li>
<li>Use SQL tool (PHPMyAdmin or Toad for MySQL)</li>
<li>In SQL editor, paste this code<br />
<blockquote><p>UPDATE ps_employee SET passwd=md5(&#8220;newpassword&#8221;) WHERE email=&#8221;your email login&#8221;</p></blockquote>
<p>
example:<br />
my _COOKIE_KEY_ = &#8220;<span style="color:#0000ff;">mzRSjVM75MDsBRd6ALu5UoovCoADGX3WZITgiudEAGAEC1FG0EdDGLjc</span>&#8220;<br />
my new password = <span style="color:#ff0000;">pshop</span><br />
then the SQL :</p>
<blockquote><p>UPDATE ps_employee<br />
SET passwd = md5(&#8220;<br />
<span style="color:#0000ff;">mzRSjVM75MDsBRd6ALu5UoovCoADGX3WZITgiudEAGAEC1FG0EdDGLjc</span><br />
<span style="color:#ff0000;">pshop</span>&#8220;)<br />
WHERE email = &#8220;thepandazen@gmail.com&#8221;;
</p></blockquote>
</li>
<li>Replace with the string you copy (step 2)</li>
<li>Execute the SQL</li>
<li>Login back to your Prestashop admin</li>
</ol>
<p>Hope it helps someone saving some time</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/1020/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/1020/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/1020/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/1020/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/1020/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/1020/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/1020/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/1020/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=1020&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/10/10/reset-admin-password-in-prestashop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Tranparent Pentaho Dialog in Pentaho Administration Console</title>
		<link>http://pandazen.wordpress.com/2011/09/21/tranparent-pentaho-dialog-in-pentaho-administration-console/</link>
		<comments>http://pandazen.wordpress.com/2011/09/21/tranparent-pentaho-dialog-in-pentaho-administration-console/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 08:30:12 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Pentaho]]></category>
		<category><![CDATA[Business Intelligence]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=1009</guid>
		<description><![CDATA[I am glad to know that the latest edition Pentaho BI Server &#8211; Community Edition today, 3.9.0, have a new visual interface (check and download the latest Pentaho BI server from sourceforge.net). Here the screenshot on Pentaho User Console (PUC), But Pentaho Administration Console (PAC) not updated, even now pentaho dialog box display transparently when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=1009&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am glad to know that the latest edition Pentaho BI Server &#8211; Community Edition today, 3.9.0, have a new visual interface (check and download the latest Pentaho BI server from <a title="Pentaho BI Server" href="http://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/" target="_blank">sourceforge.net</a>).</p>
<p>Here the screenshot on Pentaho User Console (PUC), <a href="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-bi-server-3-9.jpg"><img class="aligncenter size-full wp-image-1010" title="pandazen-pentaho bi server 3.9" src="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-bi-server-3-9.jpg?w=468&#038;h=258" alt="pandazen.wordpress.com pentaho bi server 3.9" width="468" height="258" /></a></p>
<p>But Pentaho Administration Console (PAC) not updated, even now pentaho dialog box display transparently when I adding new database connection, <a href="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-pac.jpg"><img class="aligncenter size-full wp-image-1011" title="pandazen-pentaho pac" src="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-pac.jpg?w=468&#038;h=282" alt="pandazen-pentaho pac" width="468" height="282" /></a></p>
<p>I try to do some experiments (ie. check the html code in the PAC) to outsmart the above problem,</p>
<ol>
<li>add 1 line css style<br />
<blockquote><p>.pentaho-dialog { background-color: #00ccff;}</p></blockquote>
<p>to PentahoAdminConsole.html<a href="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-dialog-css.jpg"><img class="aligncenter size-full wp-image-1012" title="pandazen-pentaho-dialog css" src="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-dialog-css.jpg?w=468&#038;h=461" alt="" width="468" height="461" /></a></p>
<p>the result,<a href="http://pandazen.files.wordpress.com/2011/09/pandazen-blue-pentaho-dialog.jpg"><img class="aligncenter size-full wp-image-1013" title="pandazen-blue pentaho dialog" src="http://pandazen.files.wordpress.com/2011/09/pandazen-blue-pentaho-dialog.jpg?w=468&#038;h=345" alt="" width="468" height="345" /></a></li>
<li>use Onyx style,
<ol type="a">
<li>copy folder &#8220;onyx&#8221; from &#8220;pentaho-solutions\system\common-ui\resources\themes\onyx&#8221; to &#8220;administration-console\www\org.pentaho.pac.PentahoAdminConsole&#8221;</li>
<li>
<blockquote><p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;onyx/globalOnyx.css&#8221; type=&#8221;text/css&#8221;&gt;</p></blockquote>
</li>
</ol>
</li>
</ol>
<p><a href="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-dialog-onyx-css.jpg"><img class="aligncenter size-full wp-image-1014" title="pandazen-pentaho-dialog onyx css" src="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-dialog-onyx-css.jpg?w=468&#038;h=131" alt="" width="468" height="131" /></a></p>
<p>the result, <a href="http://pandazen.files.wordpress.com/2011/09/pandazen-onyx-pentaho-dialog.jpg"><img class="aligncenter size-full wp-image-1015" title="pandazen-onyx pentaho dialog" src="http://pandazen.files.wordpress.com/2011/09/pandazen-onyx-pentaho-dialog.jpg?w=468&#038;h=280" alt="" width="468" height="280" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/1009/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=1009&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/09/21/tranparent-pentaho-dialog-in-pentaho-administration-console/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-bi-server-3-9.jpg" medium="image">
			<media:title type="html">pandazen-pentaho bi server 3.9</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-pac.jpg" medium="image">
			<media:title type="html">pandazen-pentaho pac</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-dialog-css.jpg" medium="image">
			<media:title type="html">pandazen-pentaho-dialog css</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/09/pandazen-blue-pentaho-dialog.jpg" medium="image">
			<media:title type="html">pandazen-blue pentaho dialog</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/09/pandazen-pentaho-dialog-onyx-css.jpg" medium="image">
			<media:title type="html">pandazen-pentaho-dialog onyx css</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/09/pandazen-onyx-pentaho-dialog.jpg" medium="image">
			<media:title type="html">pandazen-onyx pentaho dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle RMAN Backup Script In Oracle Linux</title>
		<link>http://pandazen.wordpress.com/2011/08/25/oracle-rman-backup-script-in-oracle-linux/</link>
		<comments>http://pandazen.wordpress.com/2011/08/25/oracle-rman-backup-script-in-oracle-linux/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 09:45:08 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=992</guid>
		<description><![CDATA[This is rman.sh And this is RMAN configuration,<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=992&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is rman.sh</p>
<p><pre class="brush: sql;">
ORACLE_SID=ITCAPPS; export ORACLE_SID
ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1; export ORACLE_HOME
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
rman target / log=/home/oracle/rman.log &amp;lt;&amp;lt; EOF
crosscheck backup;
crosscheck archivelog all;
delete noprompt expired backup;
delete noprompt expired archivelog all;
sql 'alter system switch logfile';
backup database format '/disk1/backup/full_%U.bkp';
delete noprompt obsolete;
EOF
</pre></p>
<p>And this is RMAN configuration,</p>
<p><pre class="brush: sql;">
RMAN&gt; show all;

using target database control file instead of recovery catalog
RMAN configuration parameters for database with db_unique_name ITCAPPS are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/disk1/backup/controlfile_autobackup_%F.bkp';
CONFIGURE DEVICE TYPE DISK PARALLELISM 4 BACKUP TYPE TO BACKUPSET;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/db_1/dbs/snapcf_ITCAPPS.f'; # default
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/992/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/992/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/992/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=992&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/25/oracle-rman-backup-script-in-oracle-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Database in Oracle Linux Cannot Start / Open</title>
		<link>http://pandazen.wordpress.com/2011/08/25/oracle-database-in-oracle-linux-cannot-start-open/</link>
		<comments>http://pandazen.wordpress.com/2011/08/25/oracle-database-in-oracle-linux-cannot-start-open/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 09:26:43 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle error code]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=985</guid>
		<description><![CDATA[Today I mess around with the Oracle database that can not start and open. I get some error messages from various places such as alert.log, sqlplus, rman. These errors are, I have do this step : 1. replace the  current spfile with the old one 2. startup with pfile 3. restore and recover database using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=985&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I mess around with the Oracle database that can not start and open. I get some error messages from various places such as alert.log, sqlplus, rman.</p>
<p>These errors are,</p>
<p><pre class="brush: plain;">
ORA-03110: end-of-file on communication channel
ORA-03135: connection lost contact
ORA-00845: MEMORY_TARGET not supported on this system
ORA-16038: log 3 sequence# 400 cannot be archived
ORA-19502: write error on file &quot;&quot;, block number  (block size=)
ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ITCAPPS/redo03.log'
ORA-19816: WARNING: Files may exist in db_recovery_file_dest that are not known to database.
ORA-00257: archiver error. Connect internal only, until freed.
</pre></p>
<p>I have do this step :<br />
1. replace the  current spfile with the old one<br />
2. startup with pfile<br />
3. restore and recover database using rman</p>
<p>But that no help at all.</p>
<p>And the real solution is <strong>to enlarge the capacity of the folder where the archivelog is</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/985/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=985&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/25/oracle-database-in-oracle-linux-cannot-start-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Parameter optimizer_index_cost_adj Performance</title>
		<link>http://pandazen.wordpress.com/2011/08/09/oracle-parameter-optimizer_index_cost_adj-performance/</link>
		<comments>http://pandazen.wordpress.com/2011/08/09/oracle-parameter-optimizer_index_cost_adj-performance/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 08:35:50 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Tuning]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=981</guid>
		<description><![CDATA[From Oracle Documentation, Default value 100 Modifiable ALTER SESSION, ALTER SYSTEM Range of values 1 to 10000 OPTIMIZER_INDEX_COST_ADJ lets you tune optimizer behavior for access path selection to be more or less index friendly—that is, to make the optimizer more or less prone to selecting an index access path over a full table scan. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=981&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From Oracle Documentation, </p>
<blockquote><p>
Default value 		100<br />
Modifiable 		ALTER SESSION, ALTER SYSTEM<br />
Range of values 	1 to 10000</p>
<p>OPTIMIZER_INDEX_COST_ADJ lets you tune optimizer behavior for access path selection to be more or less index friendly—that is, to make the optimizer more or less prone to selecting an index access path over a full table scan.</p>
<p>The default for this parameter is 100 percent, at which the optimizer evaluates index access paths at the regular cost. Any other value makes the optimizer evaluate the access path at that percentage of the regular cost. For example, a setting of 50 makes the index access path look half as expensive as normal.</p></blockquote>
<p>The default value 100 and 0 for OPTIMIZER_INDEX_COST_ADJ and OPTIMIZER_INDEX_CACHING respectively are set for Data Warehouse System.</p>
<p>For OLTP system, setting 10 to OPTIMIZER_INDEX_COST_ADJ and 90 to OPTIMIZER_INDEX_CACHING will perform good result.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/981/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/981/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/981/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/981/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/981/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/981/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/981/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=981&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/09/oracle-parameter-optimizer_index_cost_adj-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Parameter db_block_checksum Performance</title>
		<link>http://pandazen.wordpress.com/2011/08/09/oracle-parameter-db_block_checksum-performance/</link>
		<comments>http://pandazen.wordpress.com/2011/08/09/oracle-parameter-db_block_checksum-performance/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 07:03:00 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Tuning]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=979</guid>
		<description><![CDATA[From Oracle Documentation, Default value TYPICAL Modifiable ALTER SYSTEM Range of values OFF &#124; TYPICAL &#124; FULL DB_BLOCK_CHECKSUM determines whether DBWn and the direct loader will calculate a checksum (a number calculated from all the bytes stored in the block) and store it in the cache header of every data block when writing it to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=979&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From Oracle Documentation,</p>
<blockquote><p>Default value TYPICAL<br />
Modifiable ALTER SYSTEM<br />
Range of values OFF | TYPICAL | FULL</p>
<p>DB_BLOCK_CHECKSUM determines whether DBWn and the direct loader will calculate a checksum (a number calculated from all the bytes stored in the block) and store it in the cache header of every data block when writing it to disk. Checksums are verified when a block is read &#8211; only if this parameter is TYPICAL or FULL and the last write of the block stored a checksum. In FULL mode, Oracle also verifies the checksum before a change application from update/delete statements and recomputes it after the change is applied. In addition, Oracle gives every log block a checksum before writing it to the current log.</p>
<p>If this parameter is set to OFF, DBWn calculates checksums only for the SYSTEM tablespace, but not for user tablespaces.</p>
<p>Checksums allow Oracle to detect corruption caused by underlying disks, storage systems, or I/O systems. If set to FULL, DB_BLOCK_CHECKSUM also catches in-memory corruptions and stops them from making it to the disk. Turning on this feature in TYPICAL mode causes only an additional 1% to 2% overhead. In the FULL mode it causes 4% to 5% overhead. Oracle recommends that you set DB_BLOCK_CHECKSUM to TYPICAL. For backward compatibility we preserve use of TRUE (implying TYPICAL) and FALSE (implying OFF) values.</p></blockquote>
<p>Note: If your application is I/O intensive and you are short on CPU capacity, then you might want to disable it. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/979/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/979/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/979/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=979&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/09/oracle-parameter-db_block_checksum-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Cannot Compile Oracle Function ORA-04021</title>
		<link>http://pandazen.wordpress.com/2011/08/08/cannot-compile-oracle-function-ora-04021/</link>
		<comments>http://pandazen.wordpress.com/2011/08/08/cannot-compile-oracle-function-ora-04021/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 09:35:57 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=975</guid>
		<description><![CDATA[I was get this error when I alter and compile one function ORA-04021: timeout occurred while waiting to lock object First try, I use this query to find what cause this error SELECT p.spid &#8220;Thread&#8221;, s.sid &#8220;SID-Top Sessions&#8221;, SUBSTR (s.osuser, 1, 15) &#8220;OS User&#8221;, SUBSTR (s.program, 1, 25) &#8220;Program Running&#8221;, s.username FROM v$process p, v$session [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=975&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was get this error when I alter and compile one function</p>
<blockquote><p>ORA-04021: timeout occurred while waiting to lock object</p></blockquote>
<p>First try, I use this query to find what cause this error </p>
<blockquote><p>SELECT p.spid &#8220;Thread&#8221;,<br />
       s.sid &#8220;SID-Top Sessions&#8221;,<br />
       SUBSTR (s.osuser, 1, 15) &#8220;OS User&#8221;,<br />
       SUBSTR (s.program, 1, 25) &#8220;Program Running&#8221;,<br />
       s.username<br />
FROM   v$process p, v$session s<br />
WHERE  p.addr = s.paddr<br />
ORDER BY SUBSTR (s.osuser, 1, 15)</p></blockquote>
<p>Then I use<br />
<blockquote>SELECT * FROM v$access where object = &#8216;[function_name]&#8216;</p></blockquote>
<p>, the query took lonq execution. So, I use the simple query<br />
<blockquote>SELECT * FROM v$access</p></blockquote>
<p> then I find  and now I can see who is locking the function. Just kill the user and I can compile the function again </p>
<blockquote><p>alter function [function_name] compile;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/975/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=975&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/08/cannot-compile-oracle-function-ora-04021/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>How To See Oracle Database Parameter</title>
		<link>http://pandazen.wordpress.com/2011/08/05/how-to-see-oracle-database-parameter/</link>
		<comments>http://pandazen.wordpress.com/2011/08/05/how-to-see-oracle-database-parameter/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 04:14:39 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Data Dictionary]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=968</guid>
		<description><![CDATA[You can run this sql to see Oracle Database Parameter : SELECT name, value, isdefault default_value, description, isses_modifiable session_modifiable, issys_modifiable system_modifiable, isdeprecated deprecated, update_comment FROM v$parameter ORDER BY name ISDEFAULT Indicates whether the parameter is set to the default value (TRUE) or the parameter value was specified in the parameter file (FALSE) ISSES_MODIFIABLE Indicates whether [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=968&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can run this sql to see Oracle Database Parameter :</p>
<blockquote><p>SELECT name,<br />
value,<br />
isdefault default_value,<br />
description,<br />
isses_modifiable session_modifiable,<br />
issys_modifiable system_modifiable,<br />
isdeprecated deprecated,<br />
update_comment<br />
FROM v$parameter<br />
ORDER BY name</p>
<table width="440" border="0" cellspacing="0" cellpadding="0">
<col width="89" />
<col width="351" />
<tbody>
<tr>
<td width="89" height="60">ISDEFAULT</td>
<td width="351">Indicates whether the parameter is set to the default value (TRUE) or the parameter value was specified in the parameter file (FALSE)</td>
</tr>
<tr>
<td width="89" height="40">ISSES_MODIFIABLE</td>
<td width="351">Indicates whether the parameter can be changed with ALTER SESSION (TRUE) or not (FALSE)</td>
</tr>
<tr>
<td rowspan="4" width="89" height="280">ISSYS_MODIFIABLE</td>
<td width="351">Indicates whether the parameter can be changed with ALTER SYSTEM and when the change takes effect:</td>
</tr>
<tr>
<td width="351" height="80">IMMEDIATE &#8211; Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect immediately.</td>
</tr>
<tr>
<td width="351" height="80">DEFERRED &#8211; Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect in subsequent sessions.</td>
</tr>
<tr>
<td width="351" height="80">FALSE &#8211; Parameter cannot be changed with ALTER SYSTEM unless a server parameter file was used to start the instance. The change takes effect in subsequent instances.</td>
</tr>
<tr>
<td width="89" height="140">ISINSTANCE_MODIFIABLE</td>
<td width="351">For parameters that can be changed with ALTER SYSTEM, indicates whether the value of the parameter can be different for every instance (TRUE) or whether the parameter must have the same value for all Real Application Clusters instances (FALSE). If the ISSYS_MODIFIABLE column is FALSE, then this column is always FALSE.</td>
</tr>
<tr>
<td rowspan="4" width="89" height="178">ISMODIFIED</td>
<td width="351">Indicates whether the parameter has been modified after instance startup:</td>
</tr>
<tr>
<td width="351" height="38">MODIFIED &#8211; Parameter has been modified with ALTER SESSION</td>
</tr>
<tr>
<td width="351" height="60">SYSTEM_MOD &#8211; Parameter has been modified with ALTER SYSTEM (which causes all the currently logged in sessions&#8217; values to be modified)</td>
</tr>
<tr>
<td width="351" height="40">FALSE &#8211; Parameter has not been modified after instance startup</td>
</tr>
<tr>
<td width="89" height="100">ISADJUSTED</td>
<td width="351">Indicates whether Oracle adjusted the input value to a more suitable value (for example, the parameter value should be prime, but the user input a non-prime number, so Oracle adjusted the value to the next prime number)</td>
</tr>
<tr>
<td width="89" height="40">ISDEPRECATED</td>
<td width="351">Indicates whether the parameter has been deprecated (TRUE) or not (FALSE)</td>
</tr>
</tbody>
</table>
</blockquote>
<p>And this sql to compare Oracle Database Parameter between 2 database :</p>
<blockquote><p>SELECT a.name mdn_name, b.name jkt_name, a.VALUE mdn_value, b.VALUE jkt_value<br />
FROM v$parameter a, v$parameter@db2 b<br />
WHERE a.name(+) = b.name<br />
ORDER BY a.name</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/968/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/968/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=968&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/05/how-to-see-oracle-database-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Create Oracle Schedule Backup Script on Oracle Linux :</title>
		<link>http://pandazen.wordpress.com/2011/08/01/create-oracle-schedule-backup-script-on-oracle-linux/</link>
		<comments>http://pandazen.wordpress.com/2011/08/01/create-oracle-schedule-backup-script-on-oracle-linux/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 11:00:31 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Linux]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=956</guid>
		<description><![CDATA[create backup directory for USERME CREATE OR REPLACE DIRECTORY BCK_DIR AS &#8216;/home/oracle/bck&#8217;; GRANT READ, WRITE ON DIRECTORY SYS.BCK_DIR TO EXP_FULL_DATABASE; GRANT READ, WRITE ON DIRECTORY SYS.BCK_DIR TO IMP_FULL_DATABASE; using vi to create script #!/bin/bash clear #echo &#8220;Hello, linux world from pandazen world.&#8221; echo &#8220;backup pandazen data with script on Oracle Linux&#8221; NOW=$(date +&#8221;%Y%m%d&#8221;) FILE=&#8221;pandazen$NOW&#8221; echo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=956&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>create backup directory for USERME<br />
<blockquote><p>CREATE OR REPLACE DIRECTORY BCK_DIR AS &#8216;/home/oracle/bck&#8217;;<br />
GRANT READ, WRITE ON DIRECTORY SYS.BCK_DIR TO EXP_FULL_DATABASE;<br />
GRANT READ, WRITE ON DIRECTORY SYS.BCK_DIR TO IMP_FULL_DATABASE;</p></blockquote>
</li>
<li>using vi to create script<br />
<blockquote><p>
#!/bin/bash<br />
clear<br />
#echo &#8220;Hello, linux world from pandazen world.&#8221;<br />
echo &#8220;backup pandazen data with script on Oracle Linux&#8221;<br />
NOW=$(date +&#8221;%Y%m%d&#8221;)<br />
FILE=&#8221;pandazen$NOW&#8221;<br />
echo $FILE</p>
<p>#export data pump with compression<br />
expdp USERME/&lt;PASSWORD&gt; dumpfile=$FILE.dmp logfile=$FILE.log directory=BCK_DIR compression=all</p>
<p>#archive with tar<br />
tar -cf $FILE.tar $FILE.dmp $FILE.log</p>
<p>#compress again with gzip<br />
gzip $FILE.tar<br />
[ESC]<br />
:wq
</p></blockquote>
</li>
<li>using crontab to schedule it<br />
<blockquote><p>crontab -e<br />
0 22 * * * /home/oracle/script/bckmis.sh<br />
[ESC]<br />
:wq
</p></blockquote>
</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/956/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/956/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/956/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/956/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/956/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/956/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/956/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/956/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=956&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/08/01/create-oracle-schedule-backup-script-on-oracle-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-6.137436 106.831287</georss:point>
		<geo:lat>-6.137436</geo:lat>
		<geo:long>106.831287</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Fine-Grained Auditing (Oracle FGA)</title>
		<link>http://pandazen.wordpress.com/2011/07/13/oracle-fine-grained-auditing-oracle-fga/</link>
		<comments>http://pandazen.wordpress.com/2011/07/13/oracle-fine-grained-auditing-oracle-fga/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 04:11:03 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Procedure]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[oracle table]]></category>
		<category><![CDATA[Oracle Trigger]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=953</guid>
		<description><![CDATA[Today my first time using Oracle Fine-Grained Auditing. Why do I need to use Oracle Fine-Grained Auditing? This is because there is a table that is accessed by many procedures, triggers and packages. So that in case of deletion, I can not track from which the &#8220;DELETE&#8221; order came from. I&#8217;ve tried using a trigger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=953&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today my first time using Oracle Fine-Grained Auditing. Why do I need to use Oracle Fine-Grained Auditing?<br />
This is because there is a table that is accessed by many procedures, triggers and packages. So that in case of deletion, I can not track from which the &#8220;DELETE&#8221; order came from.</p>
<p>I&#8217;ve tried using a trigger on a table to track it down. But this action, I think is still not enough. So I tried to use Oracle FGA.</p>
<p>Here&#8217;s an example that I use Oracle FGA :</p>
<blockquote><p>&#8211; truncate the audit trail log<br />
CONN sys/password AS SYSDBA<br />
TRUNCATE TABLE fga_log$;</p>
<p>&#8211; add the policy TST_AUDIT to the MIS schema all column of the TRD_STATEMENTS table<br />
BEGIN<br />
DBMS_FGA.add_policy (object_schema =&gt; &#8216;MIS&#8217;,<br />
object_name =&gt; &#8216;TRD_STATEMENTS&#8217;,<br />
policy_name =&gt; &#8216;TST_AUDIT&#8217;,<br />
audit_condition =&gt; NULL,<br />
audit_column =&gt; NULL,<br />
statement_types =&gt; &#8216;DELETE&#8217;);<br />
END;</p>
<p>&#8211; check the audit trail result<br />
SELECT * FROM dba_fga_audit_trail;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/953/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=953&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/07/13/oracle-fine-grained-auditing-oracle-fga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Cancel Oracle Trigger to Execute The Commands</title>
		<link>http://pandazen.wordpress.com/2011/07/05/cancel-oracle-trigger-to-execute-the-commands/</link>
		<comments>http://pandazen.wordpress.com/2011/07/05/cancel-oracle-trigger-to-execute-the-commands/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 04:27:24 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle SQL]]></category>
		<category><![CDATA[oracle table]]></category>
		<category><![CDATA[Oracle Trigger]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=950</guid>
		<description><![CDATA[Hi, I want to cancel the trigger of a table that does not work if the logic condition is not met. So as if I want the trigger to rollback (for example = cancel delete in before-delete trigger). At first, the trigger like this : CREATE OR REPLACE TRIGGER MIS.TRIG01_TABLE_A BEFORE DELETE ON PANDAZEN.TABLE_A REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN INSERT INTO PANDAZEN.TABLE_B SELECT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=950&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Hi, I want to cancel the trigger of a table that does not work if the logic condition is not met. So as if I want the trigger to rollback (for example = cancel delete in before-delete trigger). At first, the trigger like this :</p>
<blockquote><p>CREATE OR REPLACE TRIGGER MIS.TRIG01_TABLE_A<br />
BEFORE DELETE<br />
ON PANDAZEN.TABLE_A<br />
REFERENCING NEW AS NEW OLD AS OLD<br />
FOR EACH ROW<br />
BEGIN<br />
INSERT INTO PANDAZEN.TABLE_B<br />
SELECT * FROM PANDAZEN.TABLE_A;<br />
END;</p></blockquote>
<p style="text-align:justify;">The trick to achieve what I want, ie &#8211; cancel delete command in the before-delete trigger is to use the command<br />
<blockquote>raise_application_error</p></blockquote>
<p>So, now triggernya be like this :</p>
<blockquote><p>
CREATE OR REPLACE TRIGGER MIS.TRIG01_TABLE_A<br />
  BEFORE DELETE<br />
  ON PANDAZEN.TABLE_A<br />
  REFERENCING NEW AS NEW OLD AS OLD<br />
  FOR EACH ROW<br />
BEGIN<br />
  IF (:OLD.TABLE_A_VALUE = &#8216;OLD&#8217;) THEN<br />
    RAISE_APPLICATION_ERROR (-20000, &#8216;CANCEL DELETE&#8217;);<br />
  END IF;</p>
<p>  INSERT INTO PANDAZEN.TABLE_B<br />
    SELECT * FROM PANDAZEN.TABLE_A;<br />
END;
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/950/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/950/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=950&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/07/05/cancel-oracle-trigger-to-execute-the-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.557547 0.574036</georss:point>
		<geo:lat>0.557547</geo:lat>
		<geo:long>0.574036</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>NetBeans 7.0 Get CORBA and OMG</title>
		<link>http://pandazen.wordpress.com/2011/06/22/netbeans-7-0-get-corba-and-omg/</link>
		<comments>http://pandazen.wordpress.com/2011/06/22/netbeans-7-0-get-corba-and-omg/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 09:57:43 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[GlassFish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=942</guid>
		<description><![CDATA[I use NetBeans IDE 7.0 running the default GlassFish Server 3.1 from the NetBeans installation file. I got this error : WARNING: IOP00010002: Unknown user exception thrown by the server &#8211; exception: java.lang.NullPointerException; message: null org.omg.CORBA.UNKNOWN: WARNING: IOP00010002: Unknown user exception thrown by the server &#8211; exception: java.lang.NullPointerException; message: null vmcid: OMG minor code: 2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=942&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use NetBeans IDE 7.0 running the default GlassFish Server 3.1 from the NetBeans installation file. I got this error :</p>
<blockquote><p>WARNING: IOP00010002: Unknown user exception thrown by the server &#8211; exception: java.lang.NullPointerException; message: null<br />
org.omg.CORBA.UNKNOWN: WARNING: IOP00010002: Unknown user exception thrown by the server &#8211; exception: java.lang.NullPointerException; message: null vmcid: OMG minor code: 2 completed: Maybe<br />
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br />
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)<br />
.<br />
.<br />
.</p></blockquote>
<p>I have tried to find various solutions on the internet but no solution that could solve this issue.<br />
CORBA is COBRA?<br />
OMG is Oh, My God?</p>
<p>When I try to trace, the code stop at</p>
<blockquote><p>generic.persist (m);</p></blockquote>
<p>. Not a single clue.</p>
<p>So, I tried to install another version of Glassfish, the version 3.0.1, my problem solved. Now I want to try downloading the GlassFish Server 3.1 which is separate from the NetBeans installation file.</p>
<p><span id="more-942"></span></p>
<p>Jun 23, 2011</p>
<p>Hi, I&#8217;m back to report the results of my experiment using GlassFish which I downloaded separately from the NetBeans 7.0 bundle. Well, the results did not satisfy me. The same error appears when I run my project with GlassFish that buddle with NetBeans 7.0.</p>
<p>So I am forced to use the GlassFish Server version 3.0.1.  T_T</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/942/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=942&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/06/22/netbeans-7-0-get-corba-and-omg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>the quick red fox jumps over the pink rabbit and seen by the brown dog</title>
		<link>http://pandazen.wordpress.com/2011/06/02/the-quick-red-fox-jumps-over-the-pink-rabbit-and-seen-by-the-brown-dog/</link>
		<comments>http://pandazen.wordpress.com/2011/06/02/the-quick-red-fox-jumps-over-the-pink-rabbit-and-seen-by-the-brown-dog/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 09:16:42 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=922</guid>
		<description><![CDATA[This is a continuation of the post previous post &#8220;the quick red fox jumps over the pink rabbit&#8221;. After I saw that at PandaZen&#8217;s QR Code, there is a brown dog, so I edit the QR Code. And here the old and new PandaZen&#8217;s QR Code.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=922&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of the post previous post <a title="the quick red fox jumps over the pink rabbit" href="http://wp.me/p9buK-d4" target="_blank">&#8220;the quick red fox jumps over the pink rabbit&#8221;</a>. After I saw that at PandaZen&#8217;s QR Code, there is a brown dog, so I edit the QR Code. And here the old and new PandaZen&#8217;s QR Code.</p>
<div id="attachment_811" class="wp-caption aligncenter" style="width: 258px"><a href="http://pandazen.files.wordpress.com/2010/06/qrcode-http-pandazen-wordpress-com-fox-jump.png"><img class="size-full wp-image-811" title="red fox jump over pink rabbit" src="http://pandazen.files.wordpress.com/2010/06/qrcode-http-pandazen-wordpress-com-fox-jump.png?w=468" alt="red fox jump over pink rabbit"   /></a><p class="wp-caption-text">the quick red fox jumps over the pink rabbit</p></div>
<div id="attachment_924" class="wp-caption aligncenter" style="width: 258px"><a href="http://pandazen.files.wordpress.com/2011/06/qrcode-http-pandazen-wordpress-com-fox-jump-panda-back-add-dog.png"><img class="size-full wp-image-924" title="qrcode http.pandazen.wordpress.com fox jump panda back add dog" src="http://pandazen.files.wordpress.com/2011/06/qrcode-http-pandazen-wordpress-com-fox-jump-panda-back-add-dog.png?w=468" alt="the quick red fox jumps over the pink rabbit and seen by the brown dog"   /></a><p class="wp-caption-text">the quick red fox jumps over the pink rabbit and seen by the brown dog</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/922/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=922&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/06/02/the-quick-red-fox-jumps-over-the-pink-rabbit-and-seen-by-the-brown-dog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2010/06/qrcode-http-pandazen-wordpress-com-fox-jump.png" medium="image">
			<media:title type="html">red fox jump over pink rabbit</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/06/qrcode-http-pandazen-wordpress-com-fox-jump-panda-back-add-dog.png" medium="image">
			<media:title type="html">qrcode http.pandazen.wordpress.com fox jump panda back add dog</media:title>
		</media:content>
	</item>
		<item>
		<title>Error regsvr32 TortoiseSVNSCC.dll</title>
		<link>http://pandazen.wordpress.com/2011/05/19/error-regsvr32-tortoisesvnscc-dll/</link>
		<comments>http://pandazen.wordpress.com/2011/05/19/error-regsvr32-tortoisesvnscc-dll/#comments</comments>
		<pubDate>Thu, 19 May 2011 09:13:03 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tortoise]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=905</guid>
		<description><![CDATA[&#60;a href=&#34;"&#62; [ Read More → ]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=905&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I run regsvr32 TortoiseSVNSCC.dll on Vista, but it fails and Windows shows this message :</p>
<blockquote><p><strong>Microsoft(C) Register Server has stopped working</strong></p>
<p>A problem caused the program to stop working correctly.<br />
Windows will close the program and notify you if a solution is available.</p></blockquote>
<p>Then &#8220;Problem Report and Solutions&#8221; window appear.<br />
===========================================</p>
<p>The solution I try :<br />
run this file <a href="https://www.box.net/shared/de2otck1ck" title="TortoiseSVNSCC.reg">TortoiseSVNSCC.reg</a> using regedit</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/905/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=905&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/19/error-regsvr32-tortoisesvnscc-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP error &#8211; Unable to initialize module API=20060613 &#8211; 20090626</title>
		<link>http://pandazen.wordpress.com/2011/05/19/php-error-unable-to-initialize-module-api20060613-20090626/</link>
		<comments>http://pandazen.wordpress.com/2011/05/19/php-error-unable-to-initialize-module-api20060613-20090626/#comments</comments>
		<pubDate>Thu, 19 May 2011 01:37:14 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP error]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=902</guid>
		<description><![CDATA[My PHP on Apache error.log show this message : PHP Warning: PHP Startup: java: Unable to initialize module\nModule compiled with module API=20060613\nPHP compiled with module API=20090626\nThese options need to match\n in Unknown on line 0 The solution : uncommented 2 lines in php.ini, ;extension=D:\oss\php-5.3.6\ext\php_java.dll ;extension=D:\oss\php-5.3.6\php5servlet.dll then restart apache, and the message disappear ^_^<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=902&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My PHP on Apache error.log show this message :</p>
<blockquote><p>PHP Warning: PHP Startup: java: Unable to initialize module\nModule compiled with module API=20060613\nPHP compiled with module API=20090626\nThese options need to match\n in Unknown on line 0</p></blockquote>
<p>The solution :</p>
<blockquote><p>uncommented 2 lines in php.ini,<br />
;extension=D:\oss\php-5.3.6\ext\php_java.dll<br />
;extension=D:\oss\php-5.3.6\php5servlet.dll</p>
<p>then restart apache, and the message disappear ^_^
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/902/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/902/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/902/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/902/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/902/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/902/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/902/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=902&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/19/php-error-unable-to-initialize-module-api20060613-20090626/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Pentaho &#8211; Steel Wheels &#8211; Analysis &#8211; Market Analysis By Year Error</title>
		<link>http://pandazen.wordpress.com/2011/05/16/pentaho-steel-wheels-analysis-market-analysis-by-year-error/</link>
		<comments>http://pandazen.wordpress.com/2011/05/16/pentaho-steel-wheels-analysis-market-analysis-by-year-error/#comments</comments>
		<pubDate>Mon, 16 May 2011 09:13:47 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Pentaho]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=898</guid>
		<description><![CDATA[When I click Market Analysis By Year on Steel Wheels &#124; Analysis, I got this error message : Error Occurred While getting Resultset An error occurred while rendering Pivot.jsp. Please see the log for details. So the solution I found : 1. use &#8220;Pentaho Schema Workbench&#8221; 2. open &#8220;steelwheels.mondrian.xml&#8221; on &#8220;D:\pentaho\pentaho-solutions\steel-wheels\analysis&#8221; 3. fix all invalid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=898&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I click Market Analysis By Year on Steel Wheels | Analysis, I got this error message :</p>
<p><strong>Error Occurred While getting Resultset</strong><br />
<span style="color:red;">An error occurred while rendering Pivot.jsp. Please see the log for details. </span></p>
<p>So the solution I found :<br />
1. use &#8220;Pentaho Schema Workbench&#8221;<br />
2. open &#8220;steelwheels.mondrian.xml&#8221; on &#8220;D:\pentaho\pentaho-solutions\steel-wheels\analysis&#8221;<br />
3. fix all invalid error messages, like : &#8220;Schema must be set, Table DIM_TIME is invalid, Hierarchy is invalid, Table ORDERFACT is invalid, Cube SteelWheelsSales is invalid&#8221;<br />
4. publish to<br />
url = http://localhost:8123/pentaho/<br />
location = /steel-wheels/analysis<br />
name = analysis_customers.analysisview.xaction</p>
<p>Then I click again the link, it&#8217;s work now, so the &#8220;Product Line Analysis&#8221;<br />
<a href="http://pandazen.files.wordpress.com/2011/05/market-analysis-by-year.jpg"><img class="size-thumbnail wp-image-899 alignleft" title="market analysis by year" src="http://pandazen.files.wordpress.com/2011/05/market-analysis-by-year.jpg?w=150&#038;h=93" alt="" width="150" height="93" /></a><a href="http://pandazen.files.wordpress.com/2011/05/product-line-analysis.jpg"><img class="size-thumbnail wp-image-900 alignnone" title="product line analysis" src="http://pandazen.files.wordpress.com/2011/05/product-line-analysis.jpg?w=150&#038;h=93" alt="" width="150" height="93" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/898/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=898&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/16/pentaho-steel-wheels-analysis-market-analysis-by-year-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/05/market-analysis-by-year.jpg?w=150" medium="image">
			<media:title type="html">market analysis by year</media:title>
		</media:content>

		<media:content url="http://pandazen.files.wordpress.com/2011/05/product-line-analysis.jpg?w=150" medium="image">
			<media:title type="html">product line analysis</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomcat &#8211; Pentaho : &#8216;docbase&#8217; did not find a matching property</title>
		<link>http://pandazen.wordpress.com/2011/05/11/891/</link>
		<comments>http://pandazen.wordpress.com/2011/05/11/891/#comments</comments>
		<pubDate>Wed, 11 May 2011 08:11:00 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Pentaho]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=891</guid>
		<description><![CDATA[I&#8217;ve been using Pentaho &#8220;biserver-ce-3.8.0-stable&#8221; run on Tomcat 7. But everytime I start Tomcat, show some message like this: May 11, 2011 3:02:13 PM org.apache.catalina.startup.SetContextPropertiesRule begin WARNING: [SetContextPropertiesRule]{Context} Setting property &#8216;docbase&#8217; to &#8216;webapps/pentaho/&#8217; did not find a matching property. So to get rid of this warning message, I delete docbase=&#8221;webapps/pentaho/&#8221; from &#60;Context path=&#8221;/pentaho&#8221; docbase=&#8221;webapps/pentaho/&#8221;&#62; in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=891&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Pentaho &#8220;biserver-ce-3.8.0-stable&#8221; run on Tomcat 7. But everytime I start Tomcat, show some message like this:</p>
<blockquote><p>May 11, 2011 3:02:13 PM org.apache.catalina.startup.SetContextPropertiesRule begin<br />
WARNING: [SetContextPropertiesRule]{Context} Setting property &#8216;docbase&#8217; to &#8216;webapps/pentaho/&#8217; did not find a matching property.</p></blockquote>
<p>So to get rid of this warning message, I delete</p>
<blockquote><p>docbase=&#8221;webapps/pentaho/&#8221;</p></blockquote>
<p>from</p>
<blockquote><p>&lt;Context path=&#8221;/pentaho&#8221; docbase=&#8221;webapps/pentaho/&#8221;&gt;</p></blockquote>
<p>in &#8220;webapps\pentaho\META-INF\context.xml&#8221;. Now, I see Tomcat run smoothly (&#8220;INFO: Deploying web application directory pentaho&#8221;). ^_^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/891/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=891&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/11/891/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Netbeans 7 &#8211; &#8220;Cannot locate java installation in specified jdkhome:&#8221;</title>
		<link>http://pandazen.wordpress.com/2011/05/11/netbeans-7-cannot-locate-java-installation-in-specified-jdkhome/</link>
		<comments>http://pandazen.wordpress.com/2011/05/11/netbeans-7-cannot-locate-java-installation-in-specified-jdkhome/#comments</comments>
		<pubDate>Wed, 11 May 2011 07:26:56 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=889</guid>
		<description><![CDATA[I&#8217;ve installed previous versions of jdk1.6.0_17, and then after installing netbeans 7, I upgrade jdk to version jdk1.6.0_25. Now, everytime I start Netbeans, it always show me this message : Cannot locate java installation in specified jdkhome: C:\Program Files\Java\jdk1.6.0_17 Do you want to try to use default version? If I click &#8220;Yes&#8221;, the next time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=889&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed previous versions of jdk1.6.0_17, and then after installing netbeans 7, I upgrade jdk to version jdk1.6.0_25.</p>
<p>Now, everytime I start Netbeans, it always show me this message :</p>
<blockquote><p>Cannot locate java installation in specified jdkhome:<br />
C:\Program Files\Java\jdk1.6.0_17<br />
Do you want to try to use default version?</p></blockquote>
<p>If I click &#8220;Yes&#8221;, the next time Netbeans started, the same message appear.</p>
<p>&nbsp;</p>
<p>So to remove this, I change &#8220;netbeans.conf&#8221; in &#8220;C:\Program Files\NetBeans 7.0\etc&#8221;.</p>
<p>Change &#8220;netbeans_jdkhome&#8221; like this :</p>
<blockquote><p>netbeans_jdkhome=&#8221;C:\Program Files\Java\jdk1.6.0_25&#8243;</p></blockquote>
<p>then your Netbeans run as normal. ^_^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=889&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/11/netbeans-7-cannot-locate-java-installation-in-specified-jdkhome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>3.585242 98.675598</georss:point>
		<geo:lat>3.585242</geo:lat>
		<geo:long>98.675598</geo:long>
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Warning On Startup Tomcat &#8211; Pentaho</title>
		<link>http://pandazen.wordpress.com/2011/05/11/warning-on-startup-tomcat-pentaho/</link>
		<comments>http://pandazen.wordpress.com/2011/05/11/warning-on-startup-tomcat-pentaho/#comments</comments>
		<pubDate>Wed, 11 May 2011 06:56:56 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Pentaho]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=886</guid>
		<description><![CDATA[Whenever I start Tomcat to work with Pentaho, I always got like this warning error : May 11, 2011 1:50:48 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name PENTAHO_ADMIN used in an &#60;auth-constraint&#62; without being defined in a &#60;security-role&#62; The solution is to add &#60;security-role&#62; to &#8221; tomcat\webapps\pentaho\WEB-INF\web.xml&#8221;,after the &#60;security-constraint&#62; tag. &#60;security-role&#62; &#60;description&#62;security role assignment for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=886&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whenever I start Tomcat to work with Pentaho, I always got like this warning error :</p>
<blockquote><p>May 11, 2011 1:50:48 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles</p>
<p>INFO: WARNING: Security role name PENTAHO_ADMIN used in an &lt;auth-constraint&gt; without being defined in a &lt;security-role&gt;</p></blockquote>
<p>The solution is to add &lt;security-role&gt; to &#8221; tomcat\webapps\pentaho\WEB-INF\web.xml&#8221;,after the &lt;security-constraint&gt; tag.</p>
<blockquote><p>&lt;security-role&gt;</p>
<p>&lt;description&gt;security role assignment for Non-Existent Role &#8211; this prevents direct access to JSPs&lt;/description&gt;</p>
<p>&lt;role-name&gt;PENTAHO_ADMIN&lt;/role-name&gt;</p>
<p>&lt;/security-role&gt;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/886/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=886&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/11/warning-on-startup-tomcat-pentaho/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
		<item>
		<title>Pentaho User Console Login Bug on Firefox 4</title>
		<link>http://pandazen.wordpress.com/2011/05/11/pentaho-user-console-login-bug-on-firefox-4/</link>
		<comments>http://pandazen.wordpress.com/2011/05/11/pentaho-user-console-login-bug-on-firefox-4/#comments</comments>
		<pubDate>Wed, 11 May 2011 04:52:25 +0000</pubDate>
		<dc:creator>pandazen</dc:creator>
				<category><![CDATA[Pentaho]]></category>

		<guid isPermaLink="false">http://pandazen.wordpress.com/?p=883</guid>
		<description><![CDATA[After I simply login, I get this error message Error generating XUL: Failed to parse: &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&#62; &#60;?xml-stylesheet href=&#8221;chrome://global/skin/&#8221; type=&#8221;text/css&#8221;?&#62; &#60;window width=&#8221;400&#8243; hei The temporary solution I found is to use firefox addon Remote Xul Manager, after installation, restart firefox and then add pentaho-host to the list of &#8220;Domains with remote XUL permission&#8221;. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=883&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After I simply login, I get this error message</p>
<blockquote><p>Error generating XUL: Failed to parse: &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;?xml-stylesheet href=&#8221;chrome://global/skin/&#8221; type=&#8221;text/css&#8221;?&gt;<br />
&lt;window width=&#8221;400&#8243; hei</p></blockquote>
<p>The temporary solution I found is to use firefox addon <a title="Remote Xul Manager" href="https://addons.mozilla.org/de/firefox/addon/remote-xul-manager/%20">Remote Xul Manager</a>, after installation, restart firefox and then add pentaho-host to the list of &#8220;Domains with remote XUL permission&#8221;.</p>
<p>I will try to find another solution from the server side. ^_^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandazen.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandazen.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandazen.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandazen.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandazen.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandazen.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandazen.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandazen.wordpress.com/883/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandazen.wordpress.com&amp;blog=2189142&amp;post=883&amp;subd=pandazen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandazen.wordpress.com/2011/05/11/pentaho-user-console-login-bug-on-firefox-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f1afa76b974f85bb8e889393c06e6ef?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">pandazen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
