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