This Lab: https://oracle-livelabs.github.io/adb/movie-stream-story-lite/workshops/tenancy/index.html?lab=load-data
walks the user through loading data into your adb. One of the endpoints in the object storage (where you load from) includes the /movie endpoint. I believe this endpoint is used to create the MOVIE table.
However, later in the workshop, we work with JSON, link here: https://oracle-livelabs.github.io/adb/movie-stream-story-lite/workshops/tenancy/index.html?lab=working-with-semi-structured-data
When we attempt to execute a query on the MOVIE table, we receive an error message saying that the table doesn't exist (see the attached image).
Separately, if I visit the object storage to visually inspect the /movie endpoint, I find an empty object. The base URI is: https://objectstorage.us-ashburn-1.oraclecloud.com/n/c4u04/b/moviestream_landing/o

I believe either the /movie endpoint needs to be reintroduced, or optionally any reference to the MOVIE table might need to be removed. Hope this helps.
Thanks!