Table Names
A TimesTen table is identified uniquely by its owner name and table name.
Every table has an owner. By default, TimesTen defines the owner as the user who
created the table. Tables created by TimesTen, such as system tables, have the owner
name SYS or TTREP.
To uniquely refer to a table, specify both its owner and name separated by a period ("."), such as MARY.PAYROLL. If an application does not specify an owner, TimesTen looks for the table under the user name of the caller, then under the user name SYS.
A name is an alphanumeric value that begins with a letter. A name can include underscores. The maximum length of a table name is 30 characters. The maximum length of an owner name is also 30 characters. TimesTen displays all table, column and owner names to upper case characters. See Names, Namespace and Parameters in the Oracle TimesTen In-Memory Database SQL Reference.