Skip to content

Commit 5f0ef91

Browse files
authored
Update ADBQuickStart.java
Changed the success message
1 parent 96f4460 commit 5f0ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/jdbc/ConnectionSamples/ADBQuickStart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private static void doSQLWork(Connection conn) throws SQLException {
137137
resultSet.getString(3)+ " " + resultSet.getString(4) + " " +
138138
resultSet.getInt(5));
139139
}
140-
System.out.println("\nSuccessfully established a connection to Autonomous Database\n");
140+
System.out.println("\nCongratulations! You have successfully used Oracle Autonomous Database\n");
141141
}
142142
} // End of doSQLWork
143143

0 commit comments

Comments
 (0)