用plsql导入pde文件出错了,不晓得什么问题,哪位大侠来解决哈啊,急的很
错误如下:
importing talbles...errors detected(see log page)
log如下:
ORA-00955: name is already used by an existing objectORA-02260: table can have only one primary keyORA-01917: user or role '' does not exist

解决方案 »

  1.   

    ORA-00955: name is already used by an existing objectORA-02260: table can have only one primary keyORA-01917: user or role '' does not exist对象已经存在。
    另外表中的主键不唯一,一个表中只能有一个主键。
    用户或角色不存在执行的权限,应该grant insert on tb to user;执行的权限。
      

  2.   

    关键字“talbles”是啥?tables?