Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to connect to Autonomous data warehouse database where I am able to connect to Autonomous tra

edited Oct 17, 2019 9:57AM in Database 1 comment

Content

I think this is weird. I am trying to connect to Autonomous databases from java application and also using SQL developer.

ATP database

final static String DB_URL = "jdbc:oracle:thin:@dbtransprocess_high?TNS_ADMIN=C://Users//karthik//Wallet_DBTransProcess";
final static String DB_USER = "ADMIN;
final static String DB_PASSWORD = "123456789";
ADW database
 final static String DB_URL="jdbc:oracle:thin:@databaseapm_high?TNS_ADMIN=C://Users//karthik//Wallet_DatabaseAPM";
  final static String DB_USER = "ADMIN";
  final static String DB_PASSWORD = "abcdefgh";
Rest of the code is same.
 
Able to connect to ATP database but not to ADW database.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!