Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: hide password from being seen on screen
Here it is in Unix...
$ORACLE_HOME/bin/rman <<EOF_script
connect catalog ${CATALOG_OWNER}/${PASS_VALUE1}@${REPOSITORY_DB}
connect target ${TARGET_RMAN_USER}/${PASS_VALUE1}@${ORACLE_SID}
@${rman_script_path}
EOF_script
RMAN_RETURN_CODE=$?
Brian Spears
Sr. Oracle Database Administrator
Limited Brands Technology Services, Inc.
Phone: (614)415-1398
Email: bspears_at_limitedbrands.com
-----Original Message-----
Sent: Thursday, January 23, 2003 10:34 AM
To: Multiple recipients of list ORACLE-L
All users on the server can see the password when they issue a "ps
-ef|grep rman" comman after the RMAN job runs, such as "rman target
[name]/[password] ...". Is there any way to prevent the password being
seen on screen?
TIA
Robin
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Robin Li
INET: rli_at_nyp.org
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jan 23 2003 - 10:24:19 CST
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |