Pessoal, alguem pode me passar as Strings para se conectar a este banco?
No postgres eu faco assim
private static String driver = "org.postgresql.Driver";
private static String url = "jdbc:postgresql://localhost:5432/postgres";
private static String usuario = "postgres";
private static String senha = "123456";
Qual seria o correspondente para o Oracle?
Grato
VENOM