Hi, I have just started using Grails and I am trying to connect to an existing Oracle database. I modified the ApplicationDataSource.groovy file and added the oracle.jar to the appropriate location. Is there anything else that I need to do? Also, as for the domain classes, how would I map to the specific table? Thanks.
I will assume that you are following a tutorial the uses a database such as MySQL and you are attempting to use Oracle instead and you have run into problems. Care to share what the problems are?