select * from business;
ERROR at line 1:
ORA-00942: table or view does not exist

要改成表空间.表名

比如这样select * from finance.business;就ok了

相关文章: