Hi,
We have installed Teamsite 7.2 version on Linux box.
At the time of installation we had selected mysql as our database but now client wants to use Oracle as the database and he wants to log every event in the database itself.
We have changed the file /iw-home/ApplicationContainer/server/default/deploy/activemq-ear-5.3.0.ear/activemqra.
rar/broker-config.xml where we have given the details of oracle database as given below:
url => jdbc

racle:thin:
@xx.****.x.****:1521:TESTSERV
username => test
password => test
The above entries are made under bean ess-ds. Rest everything left unchanged.
Then ran iwreset -a
I have few queries regarding the same:
1) I am not able to see any tables in my database, do I need to create manually?
2) What else do I need to do to log the events in DB?
3) The same broker-config.xml is also present under /usr/iw-home/TeamSite/eventsubsystem/conf/ , do I need to make the changes here too?
Please provide some pointers.
Thanks.