Your browser does not support JavaScript. This help page requires JavaScript to render correctly. About Schema Object Names
Skip Headers
Previous
Previous
 
Next
Next

About Schema Object Names

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.

Related Topics

Creating and Managing Schema Objects