CamelCase for Table Names
410885Mar 23 2004 — edited Mar 23 2004How do you force oracle to preserve the case of table/view/sp/etc names? I am aware of ways to do that which require the user to forever call the table by surrounding the name with quotes.
O/R mapping is very ugly when you always have to convert INVENTORY_SALES to InventorySales in your object model. I would like to have a consistent naming convention throughout the application extending from client interfaces, the application server and the db.
thanks
/colin