1

I want to use CF as an app container but as CF doesn't provide an Oracle DB service I have to use an external Oracle DB. Can my Java app that runs on CF infrastructure connect to an external Oracle DB that is located on another server using JDBC?

In Google App Engine you can't use JDBC at all.

1
  • Yep, it definitely works. Just deployed an app that access an external Oracle db via JDBC. Commented Sep 26, 2012 at 10:31

1 Answer 1

1

you should be able to. The only outbound port that is block from CloudFoundry.com I believe, is port 25 (for obvious reasons).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.