Skip to content

Commit

Permalink
fix oracle hint
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Dec 6, 2012
1 parent c085634 commit bfae902
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -129,6 +129,7 @@ private ParameterConstants() {

public final static String DBDIALECT_ORACLE_USE_TRANSACTION_VIEW = "oracle.use.transaction.view";
public final static String DBDIALECT_ORACLE_TEMPLATE_NUMBER_SPEC = "oracle.template.precision";
public final static String DBDIALECT_ORACLE_USE_HINTS = "oracle.use.hints";

public final static String DBDIALECT_ORACLE_TRANSACTION_VIEW_CLOCK_SYNC_THRESHOLD_MS = "oracle.transaction.view.clock.sync.threshold.ms";

Expand Down

0 comments on commit bfae902

Please sign in to comment.