Skip to content

Commit

Permalink
Update sample Oracle driver config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Nov 22, 2024
1 parent cfa7aab commit 815a1b5
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions raddb/mods-config/sql/driver/oracle
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,6 @@
# $Id$
#
oracle {
spool {
# Minimum number of sessions in the session pool.
min = 1

# Maximum number of sessions in the session pool.
# Defaults to the number of threads if not set.
# max = 2

# Increment for sessions to be started
inc = 1

# Session ide time (0 means no timeout)
timeout = 0

# Statement cache size for each session.
statement_cache_size = 64
}
# Statement cache size for each session.
statement_cache_size = 64
}

0 comments on commit 815a1b5

Please sign in to comment.