$sql.metaData.getMaxSchemaNameLength

Retrieves the maximum number of characters that this database allows in a schema name.
Syntax
    $sql.metaData.getMaxSchemaNameLength{jdbcProfileName}
DocumentationRetrieves the maximum number of characters that this database allows in a schema name.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      the maximum number of characters allowed in a schema name; a result of zero means that there is no limit or the limit is not known
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1