Skip to Main Content

SQL & PL/SQL

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!

Table or view does not exists error while executing select statement

751838Feb 5 2010 — edited Feb 8 2010
Hi,
I am new to Oracle. I am getting a error while executing the select statement if i give table name without double quotes.
Ex: Select * from Customer;

But working fine when the table name is enclosed within a double quotes.
Ex: Select * from "Customer";

Is there any way to execute the select statement without the double quotes?

Actually I am using NHibernate objects for data access.

Thanks,
Sai
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2010
Added on Feb 5 2010
8 comments
4,347 views