Hi

If we want to import or export the data from the HSQL DB to any other
database(Oracle) is it possible or not.

Thanks & Regards
Mohan Prasad 

-----Original Message-----
From: Thorsten Scherler [mailto:[email protected]] 
Sent: Tuesday, December 23, 2008 7:05 PM
To: [email protected]
Subject: RE: Connection of Oracle database thin driver with Apache Lenya 2.0

El mar, 23-12-2008 a las 18:58 +0530, Mohan Prasad escribió:
> Hi
> 
> I am able to setup these configuration but please suggest me the 
> setting related to Oracle database for following entry in cocoon.xconf 
> or is there is any other package for as oracle 
> implementation.(org.apache.cocoon.components.hsqldb.ServerImpl as this 
> is For HSqlDb).

1) First of all Lenya DOES NOT use any database out of the box. You do not
need this configuration!
2) The HSQLDB is a lightweight "alternative" to oracle and only in our
configuration because it comes with cocoon out of the box.
3) How to create table in a db is not the focus of this mailing list.

salu2

> <!--+
>       | HSQLDB Server for samples:
>       |
>       |  port   : number      port where the server is listening
>       |  silent : true/false  display all queries
>       |  trace  : true/false  display JDBC trace messages
>       |  name   : string      name of the HSQL-DB
>       |  path   : string      path to the database - context-protocol
> is resolved     
>       +-->
>   <hsqldb-server
> class="org.apache.cocoon.components.hsqldb.ServerImpl"
> logger="core.hsqldb-server" pool-max="1">
>      <parameter name="port" value="9002"/>
>      <parameter name="silent" value="true"/>
>      <parameter name="trace" value="false"/>
>      <parameter name="thread-pool-name" value="daemon"/>
>      <parameter name="name" value="cocoondb"/>
>      <parameter name="path" value="context://WEB-INF/db"/>
>   </hsqldb-server>
> Also Suggest me please how the "tables" are created in the database so 
> that I can populate the data.
> 
> Thanks & Regards
> Mohan Prasad
> 
> -----Original Message-----
> From: Michael Wechner [mailto:[email protected]]
> Sent: Tuesday, December 23, 2008 6:41 PM
> To: [email protected]
> Subject: Re: Connection of Oracle database thin driver with Apache 
> Lenya 2.0
> 
> Mohan Prasad schrieb:
> > Hi
> > 
> > 
> > I am trying to connect the Oracle database using thin driver. Kindly 
> > suggest we the way by which I can configure the connection.
> 
> IIRC this is done within cocoon.xconf
> 
> HTH
> 
> Michael
> > 
> > 
> > Thanks & Regards
> > 
> > Mohan Prasad
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For 
> additional commands, e-mail: [email protected]
> 
> 
--
Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting,
training and solutions>

Sociedad Andaluza para el Desarrollo de la Sociedad de la Información,
S.A.U. (SADESI)





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to