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 0d5a778 commit afdddf4Copy full SHA for afdddf4
java/HRWebApp/src/main/resources/SalaryHikeSP.java
@@ -1,12 +1,7 @@
1
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*/
2
/*
3
DESCRIPTION
4
- The server-side Type 2 (T2S) driver (aka KPRB driver) is for Java in the
5
- database. Java running in the database session uses the KPRB driver or
6
- T2S driver to access data, locally.
7
- We furnish the server-side thin JDBC (aka Type 4 server driver) for
8
- accessing data in other session in the same database or a remote Oracle
9
- database.
+ This is a Java class that invokes the SalaryHikeSP stored procedure.
10
11
Step 1: Connect to SQLPLUS using the database USER/PASSWORD.
12
Make sure to have SalaryHikeSP.sql accessible on the
0 commit comments