You can check if the table exists in the database on earth via below command:
dbmcli -d <dbsid> -u superdba,<password>
sql_connect superdba,<password>
sql_execute select schemaname, owner, tablename from domain.tables where
upper(tablename)='BC_IV_DC_EVNT'.
Sorry I am not familiar with java application, so I do not know any java table...