ERROR: column "oid" does not exist in x [Dbeaver-Redshift]
See original GitHub issueI am trying to connect to redshift using dbeaver (I am using v5.2.0.2xxxx). Manage to see the schema, table, and row count statistics but when I tried to browse data, I encountered this error (ERROR: column "oid" does not exist in x
).
I still manage to query my data just fine. So I wonder what error is this, why can’t I browse my data in Data tab?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
OID problem for versions newer than 3.5.9
In dbeaver-debug.log the following error appear when connecting to it: Can't get column 'oid': Bad value for type int : 2699213561
Read more >Why does DBeaver seem to show sparse results and not all ...
I have been connecting to Redshift in AWS for several weeks now using Azure AD SSO based on the writeup provided by AWS1....
Read more >Connecting DBeaver to Amazon Redshift via ODBC Driver
Follow the steps below to establish a connection to Amazon Redshift in DBeaver. In the Database menu, select New Database Connection.
Read more >How to connect to Redshift using Dbeaver - Quora
Its pretty simple: From the Database Navigator window, right click and Create a Connection. Or, Database->New Database Connection; In the search bar, ...
Read more >teiid-documents.pdf - GitHub Pages
If there are any errors in the deployment, a connection attempt will not be successful and a message will be logged. You can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So there’s a checkbox in the “Properties” tab when you first open up the “View Table” tab… the label is “Has Oids”… just uncheck that and your problem goes away. Good luck!
@serge-rider Thanks. It works.