LS_SCHEMAS
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
List all schemas from a registered RDBMS server. Fails with a runtime error if the server is not registered or does not support schemas.
Syntax
LS_SCHEMAS(<location>, cache := <default interval>)
Example
LS_SCHEMAS("oracle://ora_server") // ["oracle:ora_server/schema1", ...]