RE: Problems while switching torque from mysql to oracle

Thomas Fischer <[email protected]> Mon, 18 May 2009 16:56:36 +0200
Newsgroups gmane.comp.jakarta.turbine.torque.user
Message-ID <OFF4C23B7A.C03A798C-ONC12575BA.0051F23C-C12575BA.0052169F@seitenbau.net>
> That line looks like this:
> torque.dsfactory.swamp.pool.validationQuery=SELECT 1

This will not work with oracle. Please change it to
torque.dsfactory.swamp.pool.validationQuery=select 1 from dual

    Thomas