Table Missing from Databse in Metabase, but not From actual Database

I use an Oracle database as my analytics database in Metabase. I typically build my SQL's in SQL Developer and the port them over to Metabase. Today, I built a query in Developer which ran successfully. I copied the SQL into Metabase and received an ORA Error:

ORA-00942: table or view does not exist

I've narrowed the problem down to one table in my query. I looked at the Table Metadata in the Admin panel and it seems to be missing, however I can see it in SQL Developer and a few other applications I use. I had a look at any hidden tables and there are none. All the tables are visible. I've re-scanned the schema and field values in Admin as well, to ensure that's all up-to-date and still, the table isn't viewable. Is there anything else that would cause this issue? I've combed through the Discourse but I don't see anything else I can try.

troubleshooting info?

I completely apologize for not responding since Sept. Works been very crazy!

I ran into the issue again today.

What I have done:

  1. Checked to see if the table was hidden. It is not.
  2. Re-synced the database via Admin-->Database--> Sync Database Schema now. No change.
  3. Review the things listed out in the following help page. For example, tried multiple browsers, cleared cache. Tested the database connection. Checked permissions (I am the administrator, so shouldn't be hidden from me anyways), but there is no permissions restricting me from seeing this table or any others for that matter.
  • Others items of note. I just updated to 0.52.4 today.
  • The only difference I can see why this table is that it has a BLOB type column that stores things like pdf's and image files. It's the only table in my DB that has a blob field. Would that have any bearing on the table visibility?

@Luiggi Is it the Log information from the Troubleshoot Tab in the Admin Panel that is needed?