Database Backup and Recovery (MOSC)

MOSC Banner

backup of my database and my files have the secondary group

edited Mar 13, 2020 11:55AM in Database Backup and Recovery (MOSC) 7 commentsAnswered ✓

Hello,

      I execute a backup of my database by rman with the user of my database and the files of my backupset have the secondary group asmadmin.

>>>id wincnprd

id uid=502(wincnprd) gid=1001(oinstall) groups=1001(oinstall),1002(dba),1004(asmdba), 1006(asmadmin)

>>>

RMAN target targdba/targdba_passwd@ORACLEDB rcvcat rman_dba/rman_passwd@RCAT

RMAN >

RUN {

ALLOCATE CHANNEL ch00 TYPE DISK;

BACKUP

    # recommended format

    FORMAT '/oraexport/WTPRDADM02V01/RMANBKP_WINCNPRD/bk_%s_%p_%t'

    DATABASE PLUS ARCHIVELOG;

sql 'alter system archive log current';

RELEASE CHANNEL ch00;

}

>>> After my backup my file have the group asmadmin which is secondary.

Then i do not understand why is not the primary group 'oinstall'

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center