Object names

Names or identifiers of objects such as columns, tables, and indexes are limited to 30 characters. Identifiers must start with an alphabetic character and can include numbers as well as the "_" character. Avoid using any special characters such as "-" and "+". If you use special characters, you will have to put double quotation marks ("" "") around identifiers in your SQL statements.