Skip to content

Commit afdddf4

Browse files
authored
Update SalaryHikeSP.java
1 parent 0d5a778 commit afdddf4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

java/HRWebApp/src/main/resources/SalaryHikeSP.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*/
22
/*
33
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.
4+
This is a Java class that invokes the SalaryHikeSP stored procedure.
105
116
Step 1: Connect to SQLPLUS using the database USER/PASSWORD.
127
Make sure to have SalaryHikeSP.sql accessible on the

0 commit comments

Comments
 (0)