Rustam Issabekov
Rustam Issabekov

Reputation: 3497

IP address of the remote database

I registered on http://apex.oracle.com/ and created a test schema there, now I am trying to connect to it from unix command line using tool called sqlline, I am trying to connect like this:

 sqlline
 !connect jdbc:oracle:thin:@apex.oracle.com:1521:MY_DB username password oracle.jdbc.driver.OracleDriver

But something goes wrong, do you know is possible to know the exact address of my schema?

Upvotes: 0

Views: 385

Answers (1)

steve
steve

Reputation: 6020

As far as I know the database is not directly accessible, but only through the web interface.

Upvotes: 4

Related Questions