summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/dialects/oracle.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build/dialects/oracle.rst b/doc/build/dialects/oracle.rst
index 4b4de3d4c..772e2e4b0 100644
--- a/doc/build/dialects/oracle.rst
+++ b/doc/build/dialects/oracle.rst
@@ -53,6 +53,11 @@ construction arguments, are as follows:
:members: __init__
+Note that table introspection on Oracle excludes tables in the
+SYSTEM or SYSAUX tablespaces by default. To change this behaviour,
+change the ``exclude_tablespaces`` parameter on the dialect.
+
+
cx_Oracle
----------