你用system用户可以吗或者sys/changer_on_install

解决方案 »

  1.   

    可以用exp  imp进行备份
    exp system/manager file=c:\test.dmp owner=test
    imp system/manager file=c:\test.dmp fromuser=test touser=test
      

  2.   

    直接在DOS下备份不是很好吗?http://211.99.196.144:8090/forum1/frontshow/dispbbs.jsp?boardid=107&id=4590
      

  3.   

    直接用imp和exp啊.只需要知道你需要备份的数据库用户和秘密就可以了.
      

  4.   

    用sqlplus就可以轻松授权了:
       alter user xxx identified by xxxxx
       grant dba to xxx
      

  5.   

    使用SYS不就有SYSDBA的权限了。