清风听雨 发表于 2018-9-26 08:11:14

使用oracle broker建立logical standby database-fengyunsen

  1.一开始是监听的问题,不过我觉得监听一直有问题,结果改了,也可以互相连接了,但是创建的时候还是有问题
  2.使用oms创建结果还是一样:

  SQL> SQL> SQL> SQL>>  *
  ERROR at line 1:
  ORA-01102: cannot mount database in EXCLUSIVE mode
  SQL> BEGIN sys.dbms_backup_restore.resetCfileSection(dbms_backup_restore.RTYP_DFILE_COPY); END;
  *
  ERROR at line 1:
  ORA-00210: cannot open the specified control file
  ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 6282
  ORA-06512: at line 1

  SQL> Disconnected from Oracle Database 10g Enterprise Edition>  With the Partitioning, OLAP and Data Mining options
  3.明天继续

页: [1]
查看完整版本: 使用oracle broker建立logical standby database-fengyunsen