Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CamelCase for Table Names

410885Mar 23 2004 — edited Mar 23 2004
How 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2004
Added on Mar 23 2004
3 comments
299 views