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