UP,各位大虾帮帮忙啊!而且我的CATALOG库还给RMAN用户授予了connect和resource角色!谢谢!

解决方案 »

  1.   

    grant recovery_catalog_owner to rman ;还需要给rmam用户recovery_catalog_owner权限
      

  2.   

    create catalog tablespace rmants1;
    这个语句应该没有问题啊 
    谢谢!
      

  3.   

    rman target system/manager@tar catalog rman/rman@catalog
    rman>create catalog tablespace xxx;
    rman>register database;
    rman>exit;
      

  4.   

    谢谢楼上的兄弟,也有错:
    C:\>rman target system/manager@orahost catalog rman/rman@oralocal恢复管理器: 版本9.0.1.1.1 - Production(c) Copyright 2001 Oracle Corporation.  All rights reserved.RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00579: the following error occurred at 05/15/2005 23:28:04
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database: ORA-01031: insufficient privilege
      

  5.   

    倒是采用SYS用户进来没有问题,
    >rman target sys/change_on_install@orahost catalog rman/rman@oralocal
    谢谢!
    我的系统是WIN2K server 这个应该没有问题吧
      

  6.   

    但是还有有以上的错误啊!
    我有两个库在同一机器上,这个没有问题吧 !ORAHOST和ORALOCAL
    谢谢!