From b21b4d374c52785d3f9bd75b59e83fd32ff12554 Mon Sep 17 00:00:00 2001 From: nfarrantdiaz Date: Wed, 8 Jun 2016 12:42:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b599dfd..149b097 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Prerequisites: * APEXExport.class and APEXExportSplitter.class which come with [APEX 5.0] (http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html) and above * An `export APEX_HOME` with `$APEX_HOME/utilities/oracle/apex/*.class` being the location of the above mentioned files * An installation of [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) -* An `export ORACLE_HOME` with an existing `$ORACLE_HOME/jdbc/lib/jdbc6.jar` +* An `export ORACLE_HOME` with an existing `$ORACLE_HOME/jdbc/lib/jdbc6.jar` (likely included in installation of Oracle Instant Client) * `sqlplus` on path ## Usage