Previous |
Next |
When creating schema objects, you must observe the schema object naming rules in Oracle Database SQL Language Reference.
Tip: Use the same prefix for names of objects of the same type. For example,t_ for tables, v_ for views, seq_ for sequences, and syn_ for synonyms. This practice makes your objects easy to identify, and groups them in the SQL Developer Connections navigator display, SQL Developer reports, and queries whose results are ordered by object name. |