We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f4460 commit 5f0ef91Copy full SHA for 5f0ef91
java/jdbc/ConnectionSamples/ADBQuickStart.java
@@ -137,7 +137,7 @@ private static void doSQLWork(Connection conn) throws SQLException {
137
resultSet.getString(3)+ " " + resultSet.getString(4) + " " +
138
resultSet.getInt(5));
139
}
140
- System.out.println("\nSuccessfully established a connection to Autonomous Database\n");
+ System.out.println("\nCongratulations! You have successfully used Oracle Autonomous Database\n");
141
142
} // End of doSQLWork
143
0 commit comments