Forum Discussion

AlexChrist's avatar
AlexChrist
Level 3
3 years ago

Unable to perform Oracle restore. Doesn't see backupsets. Exit status 227

Hello, I am running netbackup 7.7.3 and I want to restore database to a new host. I have production server, and two test servers. On prod: [oraprod@r12db netbackup]$ bin/bplist -C r12db -S backup...
  • AlexChrist's avatar
    AlexChrist
    3 years ago

    So I figured it out. Problem was to assign same gid to user (dba (gid=200) in my case on prod) as where backup was made.

    sudo usermod -g 201 oratest (201 = dba on destination server)

    and everything works.