Connection with Oracle database occur ORA-00942
In the Oracle database, I use SCOTT login, create a table and insert data for this table. In the ThingWorx composer, I made a connection thing to connect the TWX Composer with this database. When I tried to query this table with SQL(Query), there is an error as follow:
"Unable to Invoke Service testSelect on xxx(xxx is the thing's name):ORA-00942"
I'm sure that the table which I selected in TWX is exist in the Oracle Database and I can select it by SQL Plus.
When I tired to query the other tables(such as BONUS, DEPT, EMP, SALGRADE) which are the default tables for the SCOTT account,the data in these tables can be queried.
But when I insert new data to SCOTT's default table, these new data can not be queried in TWX Composer as well. I'm sure these new data has been committed in the Oracle database.
How can I do?
Thank you
Yu

