Table create problem
I created a table in vertica using jdbc driver. It returned success. But when I go to squirrel and try to browse the tables I can not see it. A select says "permission denied for relation tablename" and a create again says object already exists. Why does this happen? I have been creating tables in vertica through JDBC for a couple of week and never had this issue till today.
0
Comments
Did you mean, when do "Select * from <table_name> it throws error. Can you let us know the exact error.
Can you please check the below
1.Have you logged in with the same user, by which you created the table?
2. Are you able to select from table using VSQL?
To me it seems to be some permission issue.
Thanks,
Shobhit