aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/databases/oracle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'railties/configs/databases/oracle.yml')
-rw-r--r--railties/configs/databases/oracle.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/railties/configs/databases/oracle.yml b/railties/configs/databases/oracle.yml
index 3c3c8f8b13..c86cbdbaba 100644
--- a/railties/configs/databases/oracle.yml
+++ b/railties/configs/databases/oracle.yml
@@ -6,7 +6,16 @@
# Specify your database using any valid connection syntax, such as a
# tnsnames.ora service name, or a sql connect url string of the form:
#
-# //host:[port][/service name]
+# //host:[port][/service name]
+#
+# By default prefetch_rows (OCI_ATTR_PREFETCH_ROWS) is set to 100. And
+# until true bind variables are supported, cursor_sharing is set by default
+# to 'similar'. Both can be changed in the configation below; the defaults
+# are equivalent to specifying:
+#
+# prefetch_rows: 100
+# cursor_sharing: similar
+#
development:
adapter: oracle