From 1edf6ff08d5e873fb6c8c19f7ccb4f9b30ecfb39 Mon Sep 17 00:00:00 2001 From: Leonid Bushuev Date: Thu, 19 Jan 2017 18:42:44 +0100 Subject: [PATCH] Oracle Introspector: limit the source line width with a registry value (but by default 4000 that means no limits). It's a fix of DBE-3863 that's compatible with DataGrip version 2016.3. --- platform/util/resources/misc/registry.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index ee976b9d6c26..77783b6fbbf6 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -764,6 +764,10 @@ ide.remove.help.button.from.dialogs.description=Removes help button from dialogs database.native.loading.description=Enables native schema loader if present database.native.loading=true +database.introspection.oracle.source.line.limit=4000 +database.introspection.oracle.source.line.limit.description=Limit width of line to retrieve when an Oracle stored program sources are introspected. \ + The value can be from 80 to 4000, default is 4000 (that means no limit). \ + Larger value requires more memory for JDBC JVM. database.scrollable.result.sets.description=Enables scrollable result sets, if JDBC driver reports it support supports them database.scrollable.result.sets=true database.src_storage.enabled.description=Enables database sources storage