Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Naming conventions
Uwe Schneider (us_at_webde-ag.de) wrote:
: Pacman wrote:
: >
: > I'm a junior DBA for Oracle and wondered if there are naming conventions for
: > indexes, sequences, etc. With them sharing a global namespace it would be
: > useful to know if there is a PDF or something out there to explain this.
: >
: Any naming convention is OK as long it is non-ambiguous and evident.
: Names of Objects must be uniwue within their schema.
: We do use
: - id for the PK
: - pk_table for PK constraint
: - fk_table_table for FKs
: - ix_table_rows for indexes
: - seq_table for sequences
: - tr_table_event for triggers
I would suggest table_pk table_ix table_seq
-- While Alcatel may claim ownership of all my ideas (on or off the job), Alcatel does not claim any responsibility for them. Warranty expired when u opened this article and I will not be responsible for its contents or use.Received on Tue Jan 08 2002 - 14:39:23 CST
![]() |
![]() |