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

<channel>
	<title>bigjim-network</title>
	<atom:link href="http://bigjim-network.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigjim-network.be</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 09:43:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PlayFramework 2.0.1, ebean and oracle</title>
		<link>http://bigjim-network.be/2012/05/15/playframework-2-0-1-ebean-and-oracle/</link>
		<comments>http://bigjim-network.be/2012/05/15/playframework-2-0-1-ebean-and-oracle/#comments</comments>
		<pubDate>Tue, 15 May 2012 08:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=117</guid>
		<description><![CDATA[If you get stuck on running your app with something like this: [YouApp] $ run --- (Running the application from SBT, auto-reloading is enabled) --- [info] play - Listening for HTTP on port 9000... (Server started, use Ctrl+D to stop and go back to the console...) [info] play - database [default] connected at jdbc:oracle:thin:@yourdbhost:1521:yoursid [warn] [...]]]></description>
			<content:encoded><![CDATA[<p>If you get stuck on running your app with something like this:</p>
<p><code>[YouApp] $ run</p>
<p>--- (Running the application from SBT, auto-reloading is enabled) ---</p>
<p>[info] play - Listening for HTTP on port 9000...</p>
<p>(Server started, use Ctrl+D to stop and go back to the console...)</p>
<p>[info] play - database [default] connected at jdbc:oracle:thin:@yourdbhost:1521:yoursid<br />
[warn] application - play_evolutions table already existed<br />
[error] application - </p>
<p>! @6ac6oc24e - Internal server error, for request [GET /] -></p>
<p>play.api.UnexpectedException: Unexpected exception [SQLSyntaxErrorException: ORA-00942: Table ou vue inexistante<br />
]<br />
        at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$3$$anonfun$1.apply(ApplicationProvider.scala:134) ~[play_2.9.1.jar:2.0.1]<br />
        at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$3$$anonfun$1.apply(ApplicationProvider.scala:112) ~[play_2.9.1.jar:2.0.1]<br />
        at scala.Option.map(Option.scala:133) ~[scala-library.jar:0.11.2]<br />
        at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$3.apply(ApplicationProvider.scala:112) ~[play_2.9.1.jar:2.0.1]<br />
        at play.core.ReloadableApplication$$anonfun$get$1$$anonfun$apply$3.apply(ApplicationProvider.scala:110) ~[play_2.9.1.jar:2.0.1]<br />
        at scala.Either$RightProjection.flatMap(Either.scala:277) ~[scala-library.jar:0.11.2]<br />
Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: Table ou vue inexistante</p>
<p>        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445) ~[ojdbc6-11.2.0.3.jar:11.2.0.3.0]<br />
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396) ~[ojdbc6-11.2.0.3.jar:11.2.0.3.0]<br />
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879) ~[ojdbc6-11.2.0.3.jar:11.2.0.3.0]<br />
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450) ~[ojdbc6-11.2.0.3.jar:11.2.0.3.0]<br />
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192) ~[ojdbc6-11.2.0.3.jar:11.2.0.3.0]<br />
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531) ~[ojdbc6-11.2.0.3.jar:11.2.0.3.0]<br />
[info] application - Application shutdown...</code></p>
<p>In fact, play evolutions table has not been created by play framework on oracle and it prevent anything else.</p>
<p>Just create play_evolutions table with this:<br />
<code>create table play_evolutions (id int not null primary key, hash varchar(255) not null, applied_at timestamp not null, apply_script varchar(4000), revert_script varchar(4000), state varchar(255), last_problem varchar(4000))</code></p>
<p>and all should be fine from now&#8230; until next error</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2012/05/15/playframework-2-0-1-ebean-and-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daemonize java app on Centos 5.3 (shell script)</title>
		<link>http://bigjim-network.be/2012/05/15/daemonize-java-app-on-centos-5-3-shell-script/</link>
		<comments>http://bigjim-network.be/2012/05/15/daemonize-java-app-on-centos-5-3-shell-script/#comments</comments>
		<pubDate>Tue, 15 May 2012 08:50:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=91</guid>
		<description><![CDATA[First, copy your app jar at the right place : mkdir /opt/apptest cp ./apptest.jar /opt/apptest Copy JRE&#8217;s directory into your app directory Rename &#171;&#160;java&#160;&#187; bin to &#171;&#160;yourapp&#160;&#187; Create shell script make executable add to service tool]]></description>
			<content:encoded><![CDATA[<p>First, copy your app jar at the right place :</p>
<p>mkdir /opt/apptest<br />
cp ./apptest.jar /opt/apptest</p>
<p>Copy JRE&#8217;s directory into your app directory</p>
<p>Rename &laquo;&nbsp;java&nbsp;&raquo; bin to &laquo;&nbsp;yourapp&nbsp;&raquo;</p>
<p>Create shell script</p>
<p>make executable</p>
<p>add to service tool</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2012/05/15/daemonize-java-app-on-centos-5-3-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zumba at &#171;&#160;Verviers Dance Club&#160;&#187; with Mo</title>
		<link>http://bigjim-network.be/2010/10/10/zumba-at-verviers-dance-club-with-mo/</link>
		<comments>http://bigjim-network.be/2010/10/10/zumba-at-verviers-dance-club-with-mo/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 20:33:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=98</guid>
		<description><![CDATA[Here is a little video clip made by my self with a Nikon P100 rendez vous sur http://www.tellerdj.be Danielle et Jean Teller 41 quai de la vesdre 4800 Verviers Tél./Fax : 087/31.41.89 GSM : 0497/12.77.77 &#8211; 0495/71.67.15]]></description>
			<content:encoded><![CDATA[<p>Here is a little video clip made by my self with a Nikon P100</p>
<p><object width="500" height="385"><param name="movie" value="http://www.youtube.com/v/wBHkTM4aUok?fs=1&amp;hl=fr_FR"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wBHkTM4aUok?fs=1&amp;hl=fr_FR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="385"></embed></object></p>
<p>rendez vous sur <a href="http://www.tellerdj.be">http://www.tellerdj.be</a></p>
<p>Danielle et Jean Teller<br />
41 quai de la vesdre<br />
4800 Verviers<br />
Tél./Fax : 087/31.41.89<br />
GSM : 0497/12.77.77 &#8211; 0495/71.67.15</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2010/10/10/zumba-at-verviers-dance-club-with-mo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NMO not setuid-root (ORACLE)</title>
		<link>http://bigjim-network.be/2010/02/16/nmo-not-setuid-root-oracle/</link>
		<comments>http://bigjim-network.be/2010/02/16/nmo-not-setuid-root-oracle/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:20:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=93</guid>
		<description><![CDATA[If you have a fresh install of OEL 4. If you have installed the Oracle grid control agent. If you have allready executed &#171;&#160;root.sh&#160;&#187; script but you&#8217;re sticked with an &#171;&#160;NMO not setuid-root&#160;&#187; error while cloning Oracle Home or anything else. Then you have to set correct ownership to some files : $ chown root [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a fresh install of OEL 4.<br />
If you have installed the Oracle grid control agent.<br />
If you have allready executed &laquo;&nbsp;root.sh&nbsp;&raquo; script but you&#8217;re sticked with an &laquo;&nbsp;NMO not setuid-root&nbsp;&raquo; error while cloning Oracle Home or anything else.<br />
Then you have to set correct ownership to some files :</p>
<p>$ chown root $ORACLE_HOME/bin/nmo<br />
$ chmod 6750 $ORACLE_HOME/bin/nmo<br />
$ chown root $ORACLE_HOME/bin/nmb<br />
$ chmod 6750 $ORACLE_HOME/bin/nmb</p>
<p>now &laquo;&nbsp;Try Again&nbsp;&raquo;!</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2010/02/16/nmo-not-setuid-root-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBAN to IBAN (Oracle &#8211; only Belgian&#8217;s Codes)</title>
		<link>http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/</link>
		<comments>http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 07:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[bban]]></category>
		<category><![CDATA[bic]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[iban]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[plsql]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=74</guid>
		<description><![CDATA[Here is a PL/SQL package that I&#8217;ve made to check and convert Belgian&#8217;s BBANs and IBANs codes whitin SQL queries. package : package body : You&#8217;ll need a table of BICs codes to get the BIC code out of BBAN and IBAN. Download an updated version from : http://www.bnb.be/ &#171;&#160;Systèmes de paiement&#160;&#187;>&#160;&#187;Standards de paiements&#160;&#187;>&#160;&#187;Codes d&#8217;identification [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a PL/SQL package that I&#8217;ve made to check and convert Belgian&#8217;s BBANs and IBANs codes whitin SQL queries.</p>
<p>package : <a class="downloadlink" href="http://bigjim-network.be/wp-content/plugins/download-monitor/download.php?id=5" title="Version1.0 téléchargé 1056 fois" >BBAN_IBAN_BIC.sql (1056)</a><br />
package body : <a class="downloadlink" href="http://bigjim-network.be/wp-content/plugins/download-monitor/download.php?id=6" title="Version1.0 téléchargé 1100 fois" >BBAN_IBAN_BIC_Body.sql (1100)</a></p>
<p>You&#8217;ll need a table of BICs codes to get the BIC code out of BBAN and IBAN. </p>
<p>Download an updated version from :<br />
http://www.bnb.be/  &laquo;&nbsp;Systèmes de paiement&nbsp;&raquo;>&nbsp;&raquo;Standards de paiements&nbsp;&raquo;>&nbsp;&raquo;Codes d&#8217;identification des banques&nbsp;&raquo;</p>
<p>or you could use directly this one (at youre own risk) : <a class="downloadlink" href="http://bigjim-network.be/wp-content/plugins/download-monitor/download.php?id=7" title=" téléchargé 1705 fois" >BIC_Table.sql (1705)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Earth on fedora 11-13 64 bit</title>
		<link>http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/</link>
		<comments>http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 18:47:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[64]]></category>
		<category><![CDATA[earth]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=68</guid>
		<description><![CDATA[Here the way I follow to install and make work Google Earth on Fedora 11 to 13 x86-64: First download the linux version of Google Earth at : http://earth.google.fr/ open a terminal and become root: su - yum install google* with an nvidia card you&#8217;ll need: yum install xorg-x11-drv-nvidia-libs*.i586 (search with software install gui if [...]]]></description>
			<content:encoded><![CDATA[<p>Here the way I follow to install and make work Google Earth on Fedora 11 to 13 x86-64:</p>
<p>First download the linux version of Google Earth at : http://earth.google.fr/</p>
<p>open a terminal and become root:</p>
<p><code>su -</code><br />
<code>yum install google* </code></p>
<p>with an nvidia card you&#8217;ll need:</p>
<p><code>yum install xorg-x11-drv-nvidia-libs*.i586 (search with software install gui if it doesn't work)</code></p>
<p>and for ati card (thanks to space-hunter):</p>
<p><code>yum install xorg-x11-drv-catalyst-libs.i586</code></p>
<p>you&#8217;ll need these 32 bit libraries for Google to run quietly</p>
<p><code>yum install glibc-2.10.1-2.i686 libxml2.i586 freetype.i586 libXrender.i586 libXrandr.i586 mesa-libGL.i586 xorg-x11-drv-nvidia-libs.i586</code></p>
<p>Additions from Otto Mäkelä :</p>
<p><code>yum install libcanberra-gtk2.i586 bug-buddy.i586 PackageKit-gtk-module.i586</code></p>
<p>Then run :</p>
<p><code>sh GoogleEarthLinux.bin</code></p>
<p>it&#8217;s all&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Oracle backup export script (cron job)</title>
		<link>http://bigjim-network.be/2009/06/05/oracle-backup-export-script-cron-job/</link>
		<comments>http://bigjim-network.be/2009/06/05/oracle-backup-export-script-cron-job/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:28:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[expdp]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=59</guid>
		<description><![CDATA[Here is script that I&#8217;ve created to make a logical backup of the entire database every day ######################### START OF SCRIPT ######################### #!/bin/bash #Backup script by Cédric Sougné. ORACLE_BASE=/opt/oracle ORACLE_HOME=$ORACLE_BASE/product/db10g ORACLE_SID=&#60;yoursid&#62; PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin export ORACLE_BASE ORACLE_HOME PATH ORACLE_SID ADMIN_EMAIL=&#160;&#187;&#60;yourdbamail&#62;&#160;&#187; LOGFILE=$ORACLE_BASE/admin/$ORACLE_SID/backup_logs/expdp-`date +%d%m%y%H%M%S`.log EXPORT_PATH=/opt/oracle/export_backup DMP_FILE=&#160;&#187;expdp-`date +&#160;&#187;%d%m%Y_%H%M%S&#160;&#187;`.dmp&#160;&#187; LOG_FILE=&#160;&#187;expdp-`date +&#160;&#187;%d%m%Y_%H%M%S&#160;&#187;`.log&#160;&#187; echo &#171;&#160;Starting &#8230;&#160;&#187; &#62; $LOGFILE expdp \&#8217;sys/&#60;yousyspassword&#62; as sysdba\&#8217; FULL=y [...]]]></description>
			<content:encoded><![CDATA[<p>Here is script that I&#8217;ve created to make a logical backup of the entire database every day</p>
<p>######################### START OF SCRIPT #########################</p>
<p>#!/bin/bash<br />
#Backup script by Cédric Sougné.<br />
ORACLE_BASE=/opt/oracle<br />
ORACLE_HOME=$ORACLE_BASE/product/db10g<br />
ORACLE_SID=&lt;yoursid&gt;<br />
PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin<br />
export ORACLE_BASE ORACLE_HOME PATH ORACLE_SID</p>
<p>ADMIN_EMAIL=&nbsp;&raquo;&lt;yourdbamail&gt;&nbsp;&raquo;<br />
LOGFILE=$ORACLE_BASE/admin/$ORACLE_SID/backup_logs/expdp-`date +%d%m%y%H%M%S`.log</p>
<p>EXPORT_PATH=/opt/oracle/export_backup<br />
DMP_FILE=&nbsp;&raquo;expdp-`date +&nbsp;&raquo;%d%m%Y_%H%M%S&nbsp;&raquo;`.dmp&nbsp;&raquo;<br />
LOG_FILE=&nbsp;&raquo;expdp-`date +&nbsp;&raquo;%d%m%Y_%H%M%S&nbsp;&raquo;`.log&nbsp;&raquo;</p>
<p>echo &laquo;&nbsp;Starting &#8230;&nbsp;&raquo; &gt; $LOGFILE<br />
expdp \&#8217;sys/&lt;yousyspassword&gt; as sysdba\&#8217; FULL=y DIRECTORY=EXPORT_BACKUP_DIR DUMPFILE=$DMP_FILE LOGFILE=$LOG_FILE<br />
#expdp mrmrs/mrmrs TABLES=resident,sejour DIRECTORY=EXPORT_BACKUP_DIR DUMPFILE=$DMP_FILE LOGFILE=$LOG_FILE<br />
cat $EXPORT_PATH/$LOG_FILE &gt;&gt; $LOGFILE<br />
echo &laquo;&nbsp;Backup Completed.&nbsp;&raquo; &gt;&gt; $LOGFILE</p>
<p>echo &laquo;&nbsp;gzipping &#8230;&nbsp;&raquo; &gt;&gt; $LOGFILE<br />
gzip $EXPORT_PATH/$DMP_FILE &gt;&gt; $LOGFILE<br />
echo &laquo;&nbsp;gzipping Completed.&nbsp;&raquo; &gt;&gt; $LOGFILE</p>
<p>echo &laquo;&nbsp;Deleting old files&nbsp;&raquo; &gt;&gt; $LOGFILE<br />
find $EXPORT_PATH -type f -mtime +31 | xargs rm &gt;&gt; $LOGFILE<br />
echo &laquo;&nbsp;Delete Completed&nbsp;&raquo; &gt;&gt; $LOGFILE</p>
<p>cat $LOGFILE | mail -s &laquo;&nbsp;expdp-`date +&nbsp;&raquo;%d%m%Y_%T&nbsp;&raquo;`&nbsp;&raquo; $ADMIN_EMAIL</p>
<p>######################### END OF SCRIPT #########################</p>
<p>here is for the cron tab:</p>
<p>00 22 * * * /opt/oracle/admin/acisora1/scripts/export_backup.sh &gt;&gt; /dev/null</p>
<p>the script will be executed avery at 10 pm</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2009/06/05/oracle-backup-export-script-cron-job/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Oracle from PHP on Centos 5</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/</link>
		<comments>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 09:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[instant-client]]></category>
		<category><![CDATA[oci8]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=56</guid>
		<description><![CDATA[1) install apache, php &#8230; yum install httpd php php-mysql php-pear php-devel zlib zlib-devel yum groupinstall &#171;&#160;Development Tools&#160;&#187; 2) Download and install oracle instant client (basic and devel) from there: http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html rpm -Uvh oracle-instantclient-basic-&#60;VERSION&#62;.i386.rpm rpm -Uvh oracle-instantclient-devel-&#60;VERSION&#62;.i386.rpm 3) Add the Oracle instant client to dynamic linker echo /usr/include/oracle/&#60;VERSION&#62;/client/lib/ &#62; /etc/ld.so.conf.d/oracle_client.conf ldconfig -v 4) Untar the [...]]]></description>
			<content:encoded><![CDATA[<p>1) install apache, php &#8230;</p>
<p>yum install httpd php php-mysql php-pear php-devel zlib zlib-devel<br />
yum groupinstall &laquo;&nbsp;Development Tools&nbsp;&raquo;</p>
<p>2) Download and install oracle instant client (basic and devel) from there:</p>
<p>http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html</p>
<p>rpm -Uvh oracle-instantclient-basic-&lt;VERSION&gt;.i386.rpm<br />
rpm -Uvh oracle-instantclient-devel-&lt;VERSION&gt;.i386.rpm</p>
<p>3) Add the Oracle instant client to dynamic linker</p>
<p>echo /usr/include/oracle/&lt;VERSION&gt;/client/lib/ &gt; /etc/ld.so.conf.d/oracle_client.conf<br />
ldconfig -v</p>
<p>4) Untar the PECL package and prepare it for compiling</p>
<p>tar -xzvf oci-&lt;VERSION&gt;.tgz<br />
cd oci-&lt;VERSION&gt;<br />
phpize</p>
<p>5) Configure the PECL package as a shared object using the instant client and specifying where the Oracle client libraries are. Then build and install it.</p>
<p>./configure &#8211;with-oci8=shared,instantclient,/usr/lib/oracle/&lt;VERSION&gt;/client/lib<br />
make<br />
make install</p>
<p>6) Add the library shared object for PHP</p>
<p>echo extension=oci8.so &gt; /etc/php.d/oci8.ini</p>
<p>7) Start Apache</p>
<p>&#8216;service httpd start&#8217; _or_ &#8216;/etc/init.d/httpd restart&#8217;</p>
<p> <img src='http://bigjim-network.be/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Create a PHP info page and checked to see if the Oracle (oci8) driver is listed:</p>
<p>echo &lt;? phpinfo(); ?&gt; &gt; /var/www/html/phpinfo.php</p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>hide div while scrolling</title>
		<link>http://bigjim-network.be/2009/05/06/hide-div-while-scrolling/</link>
		<comments>http://bigjim-network.be/2009/05/06/hide-div-while-scrolling/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:19:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=41</guid>
		<description><![CDATA[Here is a trick that I&#8217;ve used in the intranet of my company that have an insane use of rdp protocol avor slow internet connections. The problem was that scrolling down in web pages containing some images was incredibly slow in firefox. That was due to the redraw of image while scrolling so I&#8217;ve decided [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a trick that I&#8217;ve used in the intranet of my company that have an insane use of rdp protocol avor slow internet connections.</p>
<p>The problem was that scrolling down in web pages containing some images was incredibly slow in firefox. That was due to the redraw of image while scrolling so I&#8217;ve decided to find a trick to hide some parts of the page during the time of scrolling.</p>
<p>After adding the javascript code to your page, just add the class &laquo;&nbsp;scrollhide&nbsp;&raquo; to objects that you want hide when scrolling.</p>
<p>exemple of use:</p>
<p>&lt;div class=&nbsp;&raquo;scrollhide&nbsp;&raquo;&gt;text to hide while scrolling&lt;/div&gt;</p>
<p>&lt;img src=&nbsp;&raquo;./img/imagetohide&nbsp;&raquo; class=&nbsp;&raquo;scrollhide&nbsp;&raquo;/&gt;</p>
<p>You could easily use it to what ever you want during the onscroll event.</p>
<p>!!! Tested with firefox 3 and IE 7 !!!</p>
<pre id="line15">var curdate = new Date()
var lastOnscroll = curdate.getTime();

function getElementsByClass(searchClass,node,tag) {
    var classElements = new Array();
    if ( node == null )
        node = document;
    if ( tag == null )
        tag = '*';
    var els = node.getElementsByTagName(tag);
    var elsLen = els.length;
    var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)");
    for (i = 0, j = 0; i &lt; elsLen; i++) {
        if ( pattern.test(els[i].className) ) {
            classElements[j] = els[i];
            j++;
        }
    }
    return classElements;
}

function timeHideBanner() {

    var newcurdate = new Date()
    if ((newcurdate.getTime() - lastOnscroll) &gt; 200  ) {
        var myEls = getElementsByClass('scrollhide');
        for ( i=0;i&lt;myEls.length;i++ ) {
        // do stuff here with myEls[i]
            myEls[i].style.visibility = 'visible';
        }
        //document.getElementById('banner').style.visibility = 'visible';
    }
}

function hideBanner() {
    var newcurdate = new Date()
    lastOnscroll = newcurdate.getTime();

    var myEls = getElementsByClass('scrollhide');
    for ( i=0;i&lt;myEls.length;i++ ) {
    // do stuff here with myEls[i]
        myEls[i].style.visibility = 'hidden';
    }
    //document.getElementById('banner').style.visibility = 'hidden';
    var t=setTimeout("timeHideBanner()",300);
}

window.onscroll = function(){ hideBanner(); }

window.mouseup = function(){ document.getElementById('banner').style.visibility = 'visible'; }</pre>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2009/05/06/hide-div-while-scrolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF to PNG,JPG&#8230;</title>
		<link>http://bigjim-network.be/2009/04/27/pdf-to-png/</link>
		<comments>http://bigjim-network.be/2009/04/27/pdf-to-png/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 08:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[JPG]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://bigjim-network.be/?p=39</guid>
		<description><![CDATA[Here is a little app to convert a pdf to multiple images in pdf format. Just open pdf and then save selected page or all pages in a png file. Dowload :]]></description>
			<content:encoded><![CDATA[<p>Here is a little app to convert a pdf to multiple images in pdf format.</p>
<p>Just open pdf and then save selected page or all pages in a png file.</p>
<p>Dowload : <a class="downloadlink" href="http://bigjim-network.be/wp-content/plugins/download-monitor/download.php?id=4" title="Version0.1 téléchargé 617 fois" >Pdf2Img (617)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigjim-network.be/2009/04/27/pdf-to-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

