Skip to Main Content

Java Database Connectivity (JDBC)

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!

Column names are all uppercase?

843854Feb 19 2004 — edited Feb 19 2004
When i run a query on an Oracle database the column names are all uppercase (as retrieved from ResultSetMetaData).

In my query i am putting aliases i.e. select id idName, section sectionDetails ..... etc. but the column name always comes out in capital letters. Is this always the case or can i change it somehow?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2004
Added on Feb 19 2004
2 comments
3,078 views