My "suggestion" was taken from my live configuration where I connect to five distinct Oracle databases.
My full configuration for a single db (obviously changed so not to reveal sensitive information):
db.xydbdev.driver=oracle.jdbc.driver.OracleDriver
db.xydbdev.url="jdbc:oracle:thin:@server.domain.tld:1521:xydbdev"
db.xydbdev.user="USER"
db.xydbdev.password="PASS"
db.xydbdev.jndiName=XYDB_DEV
If that's not working for you, you might want to try the connectivity using a third party program first ( like DBVisualiser or some of the Oracle tools ) and verify that you can in deed connect to the database - and that you are allowed to connect to the schema.
>To view this discussion on the web visit
https://groups.google.com/d/msgid/play-framework/CAGDHizkQWrnzOkyz7AXHiqBnUoRhsK9iPDnMurAKOWy%2BN8-vPQ%40mail.gmail.com.