我用MSSQL的表導入到oracle 10G的scott中
select * from user_tables;
可以查看用戶有表AT1
但不能對其進行查詢更改操作
提示:
ORA-00942: table or view does not exist
------解决方案--------------------
大小写 大小写 大小写
------解决方案--------------------
select * from "at11"
------解决方案--------------------
你建表的时候采用小写的吧?
dbms_metadata.get_ddl()
确定一下表结构