|
From: Brent O. <bre...@gm...> - 2005-12-14 17:50:05
|
I added it to the Oracle Datastore section and the FAQ Brent Owens TOPP Chris Holmes wrote: >Could someone add this to the oracle datastore documentation? In >GEOSDOC wiki, under Oracle DataStore. Make a troubleshooting section >if there's not one already. > >On 12/12/05, Hans-Ulrich Otto <han...@te...> wrote: > > >>Hi, >> >>we had a similar problem and we solved it by setting the environment for >>Tomcat appropriate: >> >>export ORACLE_HOME=/opt/oracle/product/10.1.0/Db_1 >>export >>CLASSPATH=$ORACLE_HOME/jdbc/lib/ojdbc14.jar:$ORACLE_HOME/jdbc/lib/orai18n.jar:$ORACLE_HOME/jdbc/lib >>export LD_LIBRARY_PATH=$ORACLE_HOME/lib >> >>The last setting depends on system, we have a SuSe Linux. Sometimes it >>is LD_PATH or SH_LIB_PATH etc. >> >>Cheers, >> >>Uli. >> >>Bart van den Eijnden wrote: >> >> >> >>>Hi list, >>> >>>today I had to install Geoserver with OCI support on Tomcat 5 (Red Hat >>>Enterprise). >>> >>>I ran into one issue which I did solve but not very graciously. I am >>>hoping somebody here knows a better way to do it. >>> >>>When adding an OCI datastore, I would get a message that >>>libocijdbc10.so could not be found in the java.library.path (and >>>another one). The directory which contains that "so" does exist in the >>>LD_LIBRARY_PATH (does Tomcat pick that up?). >>> >>>I solved it by creating a symlink to the "so" in usr/lib (which was >>>already in java.library.path or the other one). >>> >>>Does anybody know how to solve this more graciously? >>> >>>Thanks in advance. >>> >>>Best regards, >>>Bart >>> >>> >>> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>_______________________________________________ >>Geoserver-users mailing list >>Geo...@li... >>https://lists.sourceforge.net/lists/listinfo/geoserver-users >> >> >> > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >_______________________________________________ >Geoserver-users mailing list >Geo...@li... >https://lists.sourceforge.net/lists/listinfo/geoserver-users > > > |