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: Claudio Roca <croca_at_afip.gov.ar>
Date: Tue, 03 Apr 2001 13:09:20 -0700
Message-ID: <F001.002E060A.20010403131635@fatcity.com>

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).
Received on Tue Apr 03 2001 - 15:09:20 CDT

Original text of this message

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