Forum Discussion

dengqiang's avatar
dengqiang
Level 3
10 years ago

ORA-19506 ORA-27028 ORA-19511

NBU: 7.5  OS: AIX 6.1 DB: oracle 10.2.0.5 RAC This error message appears when I am trying level 0 backup. I do not know how to fix it,please help me,thanks released channel: ch01 RM...
  • RiaanBadenhorst's avatar
    10 years ago

    Hi,

     

    Is there any reason you're using "SEND 'NB_ORA_CLIENT= XXXXX';" only for the archive logs? Are they not shared between the hosts?

     

    I think that is the issue. You're only doing a "SEND 'NB_ORA_CLIENT" for 1 host, but you're allocating channels from both instances. Can you try and use a config such as below, or alternatively only allocate channels from the host you've put in the "SEND 'NB_ORA_CLIENT"

     

    ALLOCATE CHANNEL 1 ... PARMS='ENV=(NB_ORA_CLIENT=vipname1)' CONNECT='sys/passwd@vipname1';
    ALLOCATE CHANNEL 2 ... PARMS='ENV=(NB_ORA_CLIENT=vipname2)' CONNECT='sys/passwd@vipname2';
    ALLOCATE CHANNEL 3 ... PARMS='ENV=(NB_ORA_CLIENT=vipname1)' CONNECT='sys/passwd@vipname1';
    ALLOCATE CHANNEL 4 ... PARMS='ENV=(NB_ORA_CLIENT=vipname2)' CONNECT='sys/passwd@vipname2';