Requires Free Membership to View
Here's some basic information:
The only system-independent, legal environment variables in RMAN quoted strings are ? for the Oracle home and @ for the SID. However, you can use operating system specific environment variables on the target system within quoted strings. The environment variables are interpreted by the database server and not the RMAN client.
Check out the PARMS clause with the ENV option to see if you can't get what you need there. The following brief example comes from MetaLink:
rman << !
allocate channel t1 type 'SBT_TAPE'
parms="ENV=(NB_ORA_CLASS={$NB_ORA_CLASS},
NB_ORA_CLIENT={$NB_ORA_CLIENT},
NB_ORA_SCHED={$NB_ORA_SCHED})";
!
This was first published in October 2003

Join the conversationComment
Share
Comments
Results
Contribute to the conversation