Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Svrmgrl "connect internal" asks for password??
Hi Ken,
I had similar problem once. What I did was I recreated the password file using orapwd utility for that instance. Irrespective of the password you specify while using orapwd, it stopped asking for password!! May be this will work. But be careful with the orapwd utility, not to replace the pasword file for other instances. Use this only as a final resort. I had totally new instance without any data so I could experiment with that.
Oracle Certified DBA (7.3)
Sun Certified Java 2 Programmer
MCSE, MCP+I
315-362-1162
trivedh_at_telergy.net
-----Original Message----- From: Fowler, Kenneth R [mailto:kenneth_r_fowler_at_groton.pfizer.com] Sent: Wednesday, March 07, 2001 12:01 PM To: Multiple recipients of list ORACLE-L Subject: Svrmgrl "connect internal" asks forpassword??
List, I have an installation of Oracle 8.1.6 on a DBA test server where svrmgrl "connect internal" seems to want a password... Sun Microsystems Inc. SunOS 5.8 Generic February2000
Configured oracle environment aliases... Alias SID Oracle Home ----- --- ----------- dba816 dba816 /Volumes/app/oracle/product/8.1.6 dba817 dba817 /Volumes/app/oracle/product/8.1.7Reserved.
$ id
uid=301(oracle) gid=300(dba)
$ groups
dba
$ env | grep ORACLE
ORACLE_BASE=/Volumes/app/oracle
$ dba816
dba816 $ env | grep ORACLE ORACLE_BASE=/Volumes/app/oracle ORACLE_SID=dba816 ORACLE_HOME=/Volumes/app/oracle/product/8.1.6 dba816 $ cdcreate /Volumes/app/oracle/admin/dba816/create dba816 $ svrmgrl Oracle Server Manager Release 3.1.6.0.0 - Production Copyright (c) 1997, 1999, Oracle Corporation. All Rights
Oracle8i Enterprise Edition Release 8.1.6.2.0 - Production With the Partitioning option JServer Release 8.1.6.2.0 - Production SVRMGR> connect internal; Password: Password: ORA-01031: insufficient privileges SVRMGR> ^D Server Manager complete. dba816 $ dba817 dba817 $ env | grep ORACLE ORACLE_BASE=/Volumes/app/oracle ORACLE_SID=dba817 ORACLE_HOME=/Volumes/app/oracle/product/8.1.7 dba817 $ cdcreate /Volumes/app/oracle/admin/dba817/create dba817 $ svrmgrl Oracle Server Manager Release 3.1.7.0.0 - Production Copyright (c) 1997, 1999, Oracle Corporation. All RightsReserved.
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production With the Partitioning option JServer Release 8.1.7.0.0 - Production SVRMGR> connect internal; Connected. SVRMGR> ^D Server Manager complete. I know that the usual reason for this is that the account running svrmgrl is not a member of the appropriate unix group (usually "dba" or as specified at installation time) but this is not the case here. On this server I have Oracle 8.1.6 (Home = /Volumes/app/oracle/product/8.1.6) and Oracle 8.1.7 (Home = /Volumes/app/oracle/product/8.1.7). My login script sets up aliases for each SID listed in /var/opt/oracle/oratab. These aliases use the oraenv script with environment variable ORAENV_ASK=NO to set appropriate values for ORACLE_SID, ORACLE_HOME and PATH etc. Other than that, the environment is exactly the same regardless of what SID I switch to (see log above). However "connect internal" asks for a password for Oracle 8.1.6 but does not ask for one for Oracle 8.1.7. I am pretty sure that I specified that the group name be "dba" for 8.1.6 and 8.1.7 so that should notbe the issue.
Can anybody give me some pointers of other things to look at to try and resolve the problem??? Thanks, Ken _________________________________________ Clinical and Regulatory Informatics - Groton/New London Coordinator, Business and Technical Services Tel: (860) 732-0026 Fax: (860) 715-8346 Email: Kenneth_R_Fowler_at_groton.pfizer.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Fowler, Kenneth R INET: kenneth_r_fowler_at_groton.pfizer.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 (likesubscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Trivedi, Hitarth INET: HTrivedi_at_telergy.net 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 Mar 07 2001 - 12:26:00 CST
![]() |
![]() |