This repository was archived by the owner on Aug 23, 2021. It is now read-only.
Open
Conversation
Member
|
We should *not* include the Oracle jdbc jar file. Please expunge it from
your commit history.
…On Dec 14, 2017 11:22 PM, "Jc" ***@***.***> wrote:
Basically, add jdbc driver lib/ojdbc7.jar, config/tpcc_oracle.xml,
config/wiki_oracle.xml, tpch_oracle.xml, tpch-oracle-ddl.sql and
tpch-oracle-index-ddl.sql.
------------------------------
You can view, comment on, or merge this pull request online at:
#187
Commit Summary
- add oracle tpcc config xml
- clean config xml folder, remove username, password, and etc.
- remove some benchmark result files
- restore one line comment at line 808 of DBWorkload.java
File Changes
- *A* config/tpcc_oracle.xml
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-0>
(46)
- *A* config/tpch_oracle.xml
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-1>
(142)
- *A* config/wiki_oracle.xml
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-2>
(48)
- *A* lib/ojdbc7.jar
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-3> (0)
- *M* pom.xml
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-4> (5)
- *A* src/com/oltpbenchmark/benchmarks/tpch/ddls/tpch-oracle-ddl.sql
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-5>
(77)
- *A* src/com/oltpbenchmark/benchmarks/tpch/ddls/tpch-
oracle-index-ddl.sql
<https://github.com/oltpbenchmark/oltpbench/pull/187/files#diff-6>
(26)
Patch Links:
- https://github.com/oltpbenchmark/oltpbench/pull/187.patch
- https://github.com/oltpbenchmark/oltpbench/pull/187.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#187>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAr03c6-G_7fn4EbD8XpxZfBg4e0suZFks5tAfQMgaJpZM4RC_2D>
.
|
Author
|
Oracle jar file problem fixed. |
apavlo
approved these changes
Dec 16, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basically, add jdbc driver lib/ojdbc7.jar, config/tpcc_oracle.xml, config/wiki_oracle.xml, tpch_oracle.xml, tpch-oracle-ddl.sql and tpch-oracle-index-ddl.sql.