I\'m a newbie to Java-related web development, and I can\'t seem to get a simple program with JDBC working. I\'m using off-the-shelf Oracle 10g XE and the Eclipse EE IDE. Fr
String host = String port = String service = String dbName = +"."+service String url = "jdbc:oracle:thin:@"+host+":"+"port"+"/"+dbName