You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Francis Yakin <fy...@liquid.com> on 2009/07/06 23:41:33 UTC

Creating DataSource for DIH to Oracle Database

Have any one had experience creating a datasource for DIH to an Oracle Database?

Also, from the Solr side we are running weblogic and deploy the application using weblogic.
I know in weblogic we can create a datasource that can connect to Oracle database, has any one had experience with this?


Thanks

Francis



Re: Creating DataSource for DIH to Oracle Database

Posted by Chris Hostetter <ho...@fucit.org>.
: Have any one had experience creating a datasource for DIH to an Oracle Database?

why wouldn't the stock JdbcDataSource work?





-Hoss


Re: Creating DataSource for DIH to Oracle Database

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@corp.aol.com>.
oracle is no different from other data sources. Have you encountered
any problems?

On Tue, Jul 7, 2009 at 3:11 AM, Francis Yakin<fy...@liquid.com> wrote:
>
> Have any one had experience creating a datasource for DIH to an Oracle Database?
>
> Also, from the Solr side we are running weblogic and deploy the application using weblogic.
> I know in weblogic we can create a datasource that can connect to Oracle database, has any one had experience with this?
>
>
> Thanks
>
> Francis
>
>
>



-- 
-----------------------------------------------------
Noble Paul | Principal Engineer| AOL | http://aol.com

Re: Creating DataSource for DIH to Oracle Database

Posted by Jay Hill <ja...@gmail.com>.
Francis, your question is a little vague. Are you looking for the
configuration for connecting the DIH to a JNDI datasource set up in
Weblogic?

    <dataSource
       name="dsDb"
       jndiName="java:comp/env/jdbc/myWeblogicDatasource"
       type="JdbcDataSource"
       user=""/>

-Jay


On Mon, Jul 6, 2009 at 2:41 PM, Francis Yakin <fy...@liquid.com> wrote:

>
> Have any one had experience creating a datasource for DIH to an Oracle
> Database?
>
> Also, from the Solr side we are running weblogic and deploy the application
> using weblogic.
> I know in weblogic we can create a datasource that can connect to Oracle
> database, has any one had experience with this?
>
>
> Thanks
>
> Francis
>
>
>