Database objects include:
When naming database objects, see General Naming Rules.
In addition, the name you specify:
Note: | The names of all tables and columns that are used for data replication can contain up to 18 characters. |
Note: | Using delimited identifiers, it is possible to create an object that violates
these naming rules; however, subsequent use of the object could result in
errors.
For example, if you create a column with a + or - sign included in the name and you subsequently use that column in an index, you will experience problems when you attempt to reorganize the table. To avoid potential problems with the use and operation of your database, do not violate these rules. |
[ Top of Page ]