Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid table name(Oracle) #301

Open
GitBySzl opened this issue Jul 27, 2022 · 4 comments
Open

Invalid table name(Oracle) #301

GitBySzl opened this issue Jul 27, 2022 · 4 comments

Comments

@GitBySzl
Copy link

Hello!
This is the database table:
image

This is a POCO:
image

"Invalid table name" kept coming back when inserting.

Solution. Thank you!

@valfrid-ly
Copy link
Collaborator

Is this the only table with this issue???

@elvisveiga
Copy link

@GitBySzl hello! I think that isn't possible. You are using Automap for TLSLT0X class in another class.
image

@aravindk777
Copy link

I am also receiving the error as "Table or view doesn't exist". For Oracle. Probably, a good detailed documentation about how to use DapperExtensions for Oracle (or any db) would help beginners to implement - would be helpful. I am having doubt as to how the schema name will be set or read.

@valfrid-ly
Copy link
Collaborator

@aravindk777, tables are declared "SCHEMA_NAME"."TABLE_NAME".

Lets remember that Oracle IS case sensitive. If you declare a table name "test" and another one as TEST they will be different.

Usually people forget that as they don't use "" in the names, but with "" you can even use spaces in the names.

Did you check if it's not a case issue???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants