Naming restrictions

All alphanumeric characters are supported in model names. There is partial support for non-alphanumeric characters.

For Microsoft SQL Server:

  • Up to 126 characters for the name.
  • The name can start with a letter, an underscore (_), at sign (@), or pound sign (#).
  • You can use dollar signs ($) after the first character.

For Oracle:

  • Up to 28 characters for the name.
  • The name must start with a letter.
  • You can use underscores (_), pound signs (#), and dollar signs ($) after the first character.