You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/11/30 01:30:15 UTC

[2/3] incubator-trafodion git commit: Correct some mistakes (hp)

Correct some mistakes (hp)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/48c37b66
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/48c37b66
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/48c37b66

Branch: refs/heads/master
Commit: 48c37b66cf5fc2694ec78ffab0e325033c857b3a
Parents: 4bbaa87
Author: liu.yu <yu...@esgyn.cn>
Authored: Wed Nov 29 14:21:43 2017 +0800
Committer: liu.yu <yu...@esgyn.cn>
Committed: Wed Nov 29 14:21:43 2017 +0800

----------------------------------------------------------------------
 docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_data.adoc      | 2 +-
 .../jdbct4ref_guide/src/asciidoc/_chapters/lob_management.adoc | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/48c37b66/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_data.adoc
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_data.adoc b/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_data.adoc
index 332f351..f42f11f 100644
--- a/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_data.adoc
+++ b/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_data.adoc
@@ -95,7 +95,7 @@ reduces contention for getting the next value. The default setting is
 large objects (not chunks) before needing a new allocation.
 
 Specify the number of data locators (n) to reserve for your application
-by using the Type 4 driver property `hpt4jdbc.reserveDataLocators`. For
+by using the Type 4 driver property `t4jdbc.reserveDataLocator`. For
 information about specifying this property, see
 <<reserveDataLocators, reserveDataLocators Property>>.
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/48c37b66/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_management.adoc
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_management.adoc b/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_management.adoc
index 73715a2..aad6cf9 100644
--- a/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_management.adoc
+++ b/docs/jdbct4ref_guide/src/asciidoc/_chapters/lob_management.adoc
@@ -138,7 +138,7 @@ The `java_options` should specify the Type 4 driver properties in a
 properties file on the java command line in the `-D` option.
 
 ```
--Dhpt4jdbc.properties=<properties file name>
+-Dt4jdbc.properties=<properties file name>
 ```
 
 where the properties file should include the following Type 4 driver properties, as applicable:
@@ -193,7 +193,7 @@ Apache Trafodion T4 Lob Admin Utility 1.0 (c) Copyright 2015-2016
 org.trafodion.jdbc.t4.T4LobAdmin [<prog_options>] [<table_name>]
 
 <java_options> is:
-     [-Dhpt4jdbc.properties=<properties file>]
+     [-Dt4jdbc.properties=<properties file>]
 where <properties file> has values for the following:
      clobTableName - CLOB table name
      blobTableName - BLOB table name
@@ -253,7 +253,7 @@ create the triggers for the base table `sales.paris.pictures`, which
 contains a BLOB column, and executes those statements.
 
 ```
-java -Dhpt4jdbc.blobTableName=sales.paris.lobTable4pictures /
+java -Dt4jdbc.blobTableName=sales.paris.lobTable4pictures /
 org.trafodion.jdbc.t4.T4LobAdmin -trigger -exec sales.paris.pictures
 ```