|
From: Philip W. <ph...@wh...> - 2020-06-16 15:00:55
|
What happens when you try it? Best, Philip Whitehouse > On 16 Jun 2020, at 15:47, Alexandre GALMICHE <aga...@sa...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi, > > I'm trying to make QFJ an oracle working together : > > - QFJ 2.1.1 (basic installation) > > - Oracle 11.2.0.4 > > > - Added ojdbc6.jar and proxool-0.9.1.jar > > - create the event_log, messages_log, sessions and messages tables (+ sequences + trigger to fill the id for messages_log and event_log) > > > My settings are : > > ## Oracle config > JdbcDriver=oracle.jdbc.driver.OracleDriver > JdbcURL=jdbc:oracle:thin:@localhost:1521:XE > JdbcUser=ORACLEMAN > JdbcPassword=ORACLEMAN > JdbcSessionIdDefaultPropertyValue=n/a > > > Did I miss something ? > > Thanks ! > > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |