alter table scott.provide add constraint f1 foreign key (Wno) references scott.warehouse (Wno)错误报告 -ORA-00942: 表或视图不存在00942. 00000 - "table or view does not exist"*Cause:*Action:
明明两张表已经创建成功了
有没有可能不是在scott用户下面创建的表呢,oracle中每个用户的表空间是独立的