Naming Convention for Oracle DB objects
659873Sep 18 2008 — edited Sep 19 2008Is there any naming convention for DB objects that you would recommend? Under Oracle, all object names are uppercase. That changes a little bit my habits of using CamelCase. I would like to learn good practices from experienced Oracle users.
For example adding prefixes like T_ for table (T_Contact), P_ for procedure, F_ for functions etc. Are there any pros and cons?
Thanks in advance.