<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HOW-TO: Install SqlPlus and the Oracle Client v10.2 on Mac OS X Leopard 10.5.4</title>
	<atom:link href="http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/</link>
	<description>the Blog of</description>
	<lastBuildDate>Tue, 20 Apr 2010 09:38:05 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Beiowolf</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-1200</link>
		<dc:creator>Beiowolf</dc:creator>
		<pubDate>Thu, 23 Apr 2009 04:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-1200</guid>
		<description>Hi
    How to uninstall this on Mac OSX ?</description>
		<content:encoded><![CDATA[<p>Hi<br />
    How to uninstall this on Mac OSX ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Ludwig</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-108</link>
		<dc:creator>Pete Ludwig</dc:creator>
		<pubDate>Sun, 16 Nov 2008 03:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-108</guid>
		<description>I went as root to /etc/profile and added the following:

# Oracle Client changes
DYLD_LIBRARY_PATH=/opt/oracle/instantclient_10_2
export DYLD_LIBRARY_PATH
TNS_ADMIN=/opt/oracle/tns
export TNS_ADMIN
ORACLE_HOME=/opt/oracle/instantclient_10_2
export ORACLE_HOME

- please note two things:

1. OSX is whiny about changing big boy files, so you&#039;ll have to save with :w! in vi before you can :q out of there.  I like putting stuff here I want across users, although the other good (better, safer) way to do it is to pick who accesses the file and just change their ~/.profile files by adding the above.  Forcing yourself to login as root to do some web or dev DB stuff ain&#039;t a good plan.

2. bash (at least my current OSX version) doesn&#039;t like the double quotes around the roughly exact same thing Danilo had written earlier, I just took them out.  I was getting that crappy &quot;dylb: Library not loaded: /scratch..&quot; error until I changed that. 

Thanks for the scripts, Danilo.  Saved me some time and headache getting this tweaky Mac version hooked up.</description>
		<content:encoded><![CDATA[<p>I went as root to /etc/profile and added the following:</p>
<p># Oracle Client changes<br />
DYLD_LIBRARY_PATH=/opt/oracle/instantclient_10_2<br />
export DYLD_LIBRARY_PATH<br />
TNS_ADMIN=/opt/oracle/tns<br />
export TNS_ADMIN<br />
ORACLE_HOME=/opt/oracle/instantclient_10_2<br />
export ORACLE_HOME</p>
<p>- please note two things:</p>
<p>1. OSX is whiny about changing big boy files, so you&#8217;ll have to save with :w! in vi before you can :q out of there.  I like putting stuff here I want across users, although the other good (better, safer) way to do it is to pick who accesses the file and just change their ~/.profile files by adding the above.  Forcing yourself to login as root to do some web or dev DB stuff ain&#8217;t a good plan.</p>
<p>2. bash (at least my current OSX version) doesn&#8217;t like the double quotes around the roughly exact same thing Danilo had written earlier, I just took them out.  I was getting that crappy &#8220;dylb: Library not loaded: /scratch..&#8221; error until I changed that. </p>
<p>Thanks for the scripts, Danilo.  Saved me some time and headache getting this tweaky Mac version hooked up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-94</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-94</guid>
		<description>Attempting to install Oracle Administrator Client 10.2.0.4 on MAC OS X 10.5.4.  I log in as root, I set ORACLE_HOME and DYLD_LIBRARY_PATH then unzip the downloaded client software.  No errors and for some reason no install logs.  Anyway, when logged in as root or as myself when I try to launch sqlplus I receive the error:
dylb: Library not loaded: /scratch/plebld/208/sqlplus/lib/libsqlplus.dylib
  Referenced from /Users/user1/Oracle/ohome/bin/./sqlplus
  Reason: image not found
Trace/BPT trap

Please help if you can.</description>
		<content:encoded><![CDATA[<p>Attempting to install Oracle Administrator Client 10.2.0.4 on MAC OS X 10.5.4.  I log in as root, I set ORACLE_HOME and DYLD_LIBRARY_PATH then unzip the downloaded client software.  No errors and for some reason no install logs.  Anyway, when logged in as root or as myself when I try to launch sqlplus I receive the error:<br />
dylb: Library not loaded: /scratch/plebld/208/sqlplus/lib/libsqlplus.dylib<br />
  Referenced from /Users/user1/Oracle/ohome/bin/./sqlplus<br />
  Reason: image not found<br />
Trace/BPT trap</p>
<p>Please help if you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Caraballo</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-75</link>
		<dc:creator>Michael Caraballo</dc:creator>
		<pubDate>Mon, 27 Oct 2008 21:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-75</guid>
		<description>I got the instant client working just fine with this script but it only works insofar as I am logged in as user &quot;admin&quot; on my system.  When I log in as user &quot;root&quot;, sqlplus fails with message:

&quot;PHP Warning:  PHP Startup: Unable to load dynamic library &#039;/usr/lib/php/extensions/no-debug-non-zts-20060613/oci8.so&#039; - (null) in Unknown on line 0&quot;.  

When I echo $DYLD_LIBRARY_PATH as user root it displays no set value.  It works just fine when I change to user &quot;admin&quot; at the bash command shell.

If I run a script with a line that reads &quot;phpinfo()&quot; and execute it via the command line as root, the OCI extension is listed as loaded.  Furthermore I can execute Oracle function calls from php scripts so long as the scripts are called from the command line.  

When I instead call a webpage with phpinfo() the OCI8 extension is not listed as loaded.

Lastly when apache2 starts, php throws an error message to its log file which says &quot;PHP Warning:  PHP Startup: Unable to load dynamic library &#039;/usr/lib/php/extensions/no-debug-non-zts-20060613/oci8.so&#039; - (null) in Unknown on line 0&quot;

 Do I have a problem with variables not being persistent after reboot or being set across multiple users accounts?  Perhaps when Apache is running it can&#039;t talk to the instant client.  

Any ideas?

Thanks,
--Mike C</description>
		<content:encoded><![CDATA[<p>I got the instant client working just fine with this script but it only works insofar as I am logged in as user &#8220;admin&#8221; on my system.  When I log in as user &#8220;root&#8221;, sqlplus fails with message:</p>
<p>&#8220;PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php/extensions/no-debug-non-zts-20060613/oci8.so&#8217; &#8211; (null) in Unknown on line 0&#8243;.  </p>
<p>When I echo $DYLD_LIBRARY_PATH as user root it displays no set value.  It works just fine when I change to user &#8220;admin&#8221; at the bash command shell.</p>
<p>If I run a script with a line that reads &#8220;phpinfo()&#8221; and execute it via the command line as root, the OCI extension is listed as loaded.  Furthermore I can execute Oracle function calls from php scripts so long as the scripts are called from the command line.  </p>
<p>When I instead call a webpage with phpinfo() the OCI8 extension is not listed as loaded.</p>
<p>Lastly when apache2 starts, php throws an error message to its log file which says &#8220;PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php/extensions/no-debug-non-zts-20060613/oci8.so&#8217; &#8211; (null) in Unknown on line 0&#8243;</p>
<p> Do I have a problem with variables not being persistent after reboot or being set across multiple users accounts?  Perhaps when Apache is running it can&#8217;t talk to the instant client.  </p>
<p>Any ideas?</p>
<p>Thanks,<br />
&#8211;Mike C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-54</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 16 Oct 2008 20:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-54</guid>
		<description>Hi,
I got almost the same error over and over again.

localhost:~ root# sqlplus
dyld: Library not loaded: /scratch/plebld/208/rdbms/lib/libclntsh.dylib.10.1
  Referenced from: /usr/bin/sqlplus
  Reason: no suitable image found.  Did find:
	/scratch/plebld/208/rdbms/lib/libclntsh.dylib.10.1: unknown file type, first eight bytes: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
	/usr/lib/libclntsh.dylib.10.1: unknown file type, first eight bytes: 0x0B 0x00 0x00 0x00 0x14 0x05 0x00 0x00
Trace/BPT trap

I did set the Library Path and copied the libraries both to usr/lib and scratch/.... but nothing changes.

Could you plz help me

Greets

Robert</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I got almost the same error over and over again.</p>
<p>localhost:~ root# sqlplus<br />
dyld: Library not loaded: /scratch/plebld/208/rdbms/lib/libclntsh.dylib.10.1<br />
  Referenced from: /usr/bin/sqlplus<br />
  Reason: no suitable image found.  Did find:<br />
	/scratch/plebld/208/rdbms/lib/libclntsh.dylib.10.1: unknown file type, first eight bytes: 0&#215;00 0&#215;00 0&#215;00 0&#215;00 0&#215;00 0&#215;00 0&#215;00 0&#215;00<br />
	/usr/lib/libclntsh.dylib.10.1: unknown file type, first eight bytes: 0&#215;0B 0&#215;00 0&#215;00 0&#215;00 0&#215;14 0&#215;05 0&#215;00 0&#215;00<br />
Trace/BPT trap</p>
<p>I did set the Library Path and copied the libraries both to usr/lib and scratch/&#8230;. but nothing changes.</p>
<p>Could you plz help me</p>
<p>Greets</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Vizzarro</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-52</link>
		<dc:creator>Danilo Vizzarro</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-52</guid>
		<description>Hi pritesh,
sorry but we cannot help you with windows... you should start to use Linux :P
Bye</description>
		<content:encoded><![CDATA[<p>Hi pritesh,<br />
sorry but we cannot help you with windows&#8230; you should start to use Linux :P<br />
Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Vizzarro</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-51</link>
		<dc:creator>Danilo Vizzarro</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-51</guid>
		<description>Hi Kerby,

# cd
# ./TNSconnectMac.sh

then make sure that the information you are typing are right :P</description>
		<content:encoded><![CDATA[<p>Hi Kerby,</p>
<p># cd<br />
# ./TNSconnectMac.sh</p>
<p>then make sure that the information you are typing are right :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artulo</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-48</link>
		<dc:creator>artulo</dc:creator>
		<pubDate>Tue, 14 Oct 2008 20:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-48</guid>
		<description>THANK YOU!!!  It works!!

I also ended up having to put the instantclient libraries into /usr/lib and /scratch/plebld/208/rdbms/lib, then creating symbolic links to libclntsh.dylib.10.1.</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!  It works!!</p>
<p>I also ended up having to put the instantclient libraries into /usr/lib and /scratch/plebld/208/rdbms/lib, then creating symbolic links to libclntsh.dylib.10.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerby</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-40</link>
		<dc:creator>kerby</dc:creator>
		<pubDate>Tue, 16 Sep 2008 15:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-40</guid>
		<description>Yes, I am revisiting this. It still does not connect. I have the correct info and sid set properly. The error is: TNS could not resolve the connect identifier</description>
		<content:encoded><![CDATA[<p>Yes, I am revisiting this. It still does not connect. I have the correct info and sid set properly. The error is: TNS could not resolve the connect identifier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pritesh</title>
		<link>http://www.danilovizzarro.it/2008/07/how-to-install-sqlplus-and-the-oracle-client-v102-on-a-mac-os-x-leopard-1054/comment-page-1/#comment-31</link>
		<dc:creator>pritesh</dc:creator>
		<pubDate>Wed, 10 Sep 2008 08:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danilovizzarro.it/?p=10#comment-31</guid>
		<description>i want to install oracle 10g client(32-bit) on Windows 64-bit OS. i am also able to install it..but the problem is that there is no ora driver in driver list. so i am unable to make DSN.
can anybody help me?</description>
		<content:encoded><![CDATA[<p>i want to install oracle 10g client(32-bit) on Windows 64-bit OS. i am also able to install it..but the problem is that there is no ora driver in driver list. so i am unable to make DSN.<br />
can anybody help me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
