Set Repository Default Schema
Sets the default schema for a repository. When this repository is set as the current repository, the default schema will be set as the current schema.
Syntax
alter repository <repository reference>
set default schema { <schema reference> | none }
Parameters
repository reference
String — Name of the repository to set the default schema for.
schema reference
String — Name of the new default schema to set. Specify "none" to unset the default schema.