Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: hide password from being seen on screen

RE: hide password from being seen on screen

From: Spears, Brian <BSpears_at_Limitedbrands.com>
Date: Thu, 23 Jan 2003 08:24:19 -0800
Message-ID: <F001.005388A6.20030123082419@fatcity.com>

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 services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: 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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Spears, Brian
  INET: BSpears_at_Limitedbrands.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: 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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US