Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-14 Thread helix84
Can you please verify that my documentation update is correct? https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-RelationalDatabase%3A%28PostgreSQLorOracle%29. Regards, ~~helix84 -- Live Security Virtu

Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-13 Thread Pottinger, Hardy J.
Hi, I've gone both ways on this, modifying the dependency in the pom to match the latest version of the Oracle driver, and also "renaming" the oracle driver in my own Maven repository (I.e. I load the current driver and give it the same numbers as what the DSpace pom is looking for). Either way wor

Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-13 Thread helix84
On Wed, Jun 13, 2012 at 5:51 PM, Walter Blandón wrote: > I could install DSPACE with Oracle. I'm glad to hear that! > db.url = jdbc:oracle:thin:@database.host:1521/sid > > For own case, isn't SID dspace. Pardon, I didn't understand. What did you mean? > Previously, I installed Oracle JDBC driv

Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-13 Thread Walter Blandón
helix84 Enviado el: miércoles, 06 de junio de 2012 03:29 a.m. Para: Walter Blandón CC: dspace-tech@lists.sourceforge.net Asunto: Re: [Dspace-tech] RV: DSPACE with ORACLE On Tue, Jun 5, 2012 at 10:16 PM, Walter Blandón wrote: > What should I do in Tomcat configuration to connect to the Oracle dat

Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-06 Thread helix84
This should be the right syntax: db.url    = jdbc:oracle:thin:@(description=(address_list=(address=(protocol=TCP)(host=localhost)(port=1521)))(connect_data=(service_name=DSPACE))) Regards, ~~helix84 -- Live Security Vir

Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-06 Thread helix84
On Wed, Jun 6, 2012 at 10:29 AM, helix84 wrote: > On Tue, Jun 5, 2012 at 10:16 PM, Walter Blandón wrote: >> What should I do in Tomcat configuration to connect to the Oracle database? > > The important information here is that you're using the > tomcat.apache.org source. You have to make sure tha

Re: [Dspace-tech] RV: DSPACE with ORACLE

2012-06-06 Thread helix84
On Tue, Jun 5, 2012 at 10:16 PM, Walter Blandón wrote: > What should I do in Tomcat configuration to connect to the Oracle database? The important information here is that you're using the tomcat.apache.org source. You have to make sure that Tomcat gets the ORACLE_HOME (and maybe also ORACLE_SID,

[Dspace-tech] RV: DSPACE with ORACLE

2012-06-05 Thread Walter Blandón
Hi helix84. tnsnames.ora is in /usr/lib/oracle/11.2/client/network/admin The ORACLE_HOME is in /usr/lib/oracle/11.2/client I've be Fedora 16 and Tomcat was downloaded by tomcat.apache.org source, version 7.0.27 Other environment variable: OLDPWD=/usr/lib/oracle/11.2/client LD_LIBRARY_PATH=:/u