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: 7.3.4 svrmgrl requiring password if called by root user

RE: 7.3.4 svrmgrl requiring password if called by root user

From: lerobe - Lee Robertson <LEROBE_at_acxiom.co.uk>
Date: Wed, 04 Apr 2001 01:23:54 -0700
Message-ID: <F001.002E0D76.20010404001824@fatcity.com>

I would say that at the point you run svrmgrl then a further script should be called which includes your Oracle environment variables and is called in such fashion

As root user in original script
commands
commands etc....

Then at the point you need to use svrmgrl su oracle -c /oracle/backup.sh

backup.sh should include environment variables and the backup commands however you are doing it.

Hope this helps.

> Lee Robertson

-----Original Message-----
Sent: 03 April 2001 22:17
To: Multiple recipients of list ORACLE-L

Are you using password files?
1) Check if some orapwSID file exists.

    if exists, then, internal user will always be required to authenticate in order to login. (except that

    'dba' group is granted at os level.
2) Check $ORACLE_HOME/rdbms/lib/config.s file for some string like:
/* 0x0008 15 */ .ascii "dba\0"

The 'dba' string indicates that group DBA must be asigned to the user that will be used to connect as internal.
If other string is used, then, you must use that os group as DBA role, and you must grant that
group at os level.

Hope it helps

> My database backup scripts are failing when run by the
> root user. I have just had the requirment to add a
> dump of all filesystems to my regular database backup
> routine. Upon running my modified scripts as the root
> user, required for the dump, I am greeted by a request
> for a password in response to the connect internal
> command. I can duplicate this by simply running
> svrmgrl from a prompt as the root user. Again this is
> for Oracle 7.3.4 on DG/UX.
>
> We are not using OS authentication, and I svrmgrl does
> NOT require a password for the other OS users I have
> tried to use. I added the root user to the dba and
> oper groups in hopes that might solve my problem, but
> was still prompted for a password.
>
>
> Any help with this is appreciated.
>
> Thanks, Steve McClure
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: steve mcclure
> INET: smcclure415_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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.com
-- 
Author: Claudio Roca
  INET: croca_at_afip.gov.ar

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).


The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged. If the reader 
of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.  
If you have received this communication in error, please 
re-send this communication to the sender and delete the 
original message or any copy of it from your computer
system.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: lerobe - Lee Robertson
  INET: LEROBE_at_acxiom.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Apr 04 2001 - 03:23:54 CDT

Original text of this message

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