<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle operation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981550#M922541</link>
    <description>If you change the remote_login_passwordfile to exclusize remeber also to create the password file with the orapw, as stated upper !&lt;BR /&gt;&lt;BR /&gt;Otherwise your db won't start..&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
    <pubDate>Mon, 26 May 2003 09:17:34 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-05-26T09:17:34Z</dc:date>
    <item>
      <title>Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981541#M922532</link>
      <description>I have a Oracle operation problem and my oracle version is 8i.&lt;BR /&gt;When I use Oracle Database Administrattion Tool-Oracle DBA Studio to connect and manage Database.&lt;BR /&gt;Login Oracle Service with system&lt;ORACLE default="" dba=""&gt; connect as [SYSDBA]... But It give me a error [ORA-01031 insufficient privileges].&lt;BR /&gt;But, when I connect as [SYSOPER] it successed.&lt;BR /&gt;Does It have differents in &lt;BR /&gt;[SYSDBA] and [SYSOPER]?&lt;BR /&gt;And which setting make I can't&lt;BR /&gt;connect as [SYSDBA].&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/ORACLE&gt;</description>
      <pubDate>Mon, 26 May 2003 04:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981541#M922532</guid>
      <dc:creator>KY.Chuang</dc:creator>
      <dc:date>2003-05-26T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981542#M922533</link>
      <description>This is plug off from metalink.See the attachment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 04:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981542#M922533</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-26T04:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981543#M922534</link>
      <description>Hi,&lt;BR /&gt;did you do:&lt;BR /&gt;grant sysdba to system;&lt;BR /&gt;&lt;BR /&gt;from sqlplus/svrmgrl ?&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 05:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981543#M922534</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-26T05:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981544#M922535</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;SYSOPER privilege allows operations such as:&lt;BR /&gt;    Instance startup, mount &amp;amp; database open ;&lt;BR /&gt;    Instance shutdown, dismount &amp;amp; database close ;&lt;BR /&gt;    Alter database BACKUP, ARCHIVE LOG, and RECOVER.&lt;BR /&gt;&lt;BR /&gt;   This privilege allows the user to perform basic operational tasks without the ability to look at user data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYSDBA privilege includes all SYSOPER privileges plus full system privileges&lt;BR /&gt;    (with the ADMIN option), plus 'CREATE DATABASE' etc..&lt;BR /&gt;&lt;BR /&gt;    This is effectively the same set of privileges available when previously connected INTERNAL.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also note that:&lt;BR /&gt;SYS is special account.  But sys is not good enough.  You need INTERNAL or SYSDBA to do certain operations.  I would recommend strongly against using SYS to do things.  SYS cannot create triggers, SYS cannot have read only transactions, and so on.  SYS should not be used.&lt;BR /&gt;&lt;BR /&gt;System is just an account, nothing special about it.  We use it to store various things.&lt;BR /&gt;&lt;BR /&gt;Internal is a super special account.  It is a SYSDBA/SYSOPER.  It can startup/shutdown the database.  You should avoid using it as it will be going away at some point in the future.  The correct approach is to "connect user/password AS sysdba" to perform these operations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 05:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981544#M922535</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-26T05:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981545#M922536</link>
      <description>This is because the OS authentication is done here and the OS user from where you are doing a &lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;connect system/test@test as sysdba &lt;BR /&gt;&lt;BR /&gt;will give a 1031 error.&lt;BR /&gt;&lt;BR /&gt;Add that OS user to the dba group on the system. It should work then.&lt;BR /&gt;&lt;BR /&gt;revert on the same&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 26 May 2003 05:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981545#M922536</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-26T05:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981546#M922537</link>
      <description>What are the minimal privileges/roles required for DBA Studio? &lt;BR /&gt;-------------------------------------------------------------- &lt;BR /&gt;The minimum privileges or roles required for the DBA Studio are as follows &lt;BR /&gt;In Oracle version 8.1.7: connect + select_catalog_role &lt;BR /&gt;In Oracle version 9.0.1: connect + select any dictionary &lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 05:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981546#M922537</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-26T05:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981547#M922538</link>
      <description>ALso note that again after adding the user to the 'dba' group still 1031 error occurs.&lt;BR /&gt;&lt;BR /&gt;This is because dba should be the primary group of the user.&lt;BR /&gt;&lt;BR /&gt;What you can do is&lt;BR /&gt;&lt;BR /&gt;#newgrp dba&lt;BR /&gt;#sqlplus system/&lt;PASS&gt;@test&lt;BR /&gt;sql&amp;gt;connect / as sysdba&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Revert&lt;/PASS&gt;</description>
      <pubDate>Mon, 26 May 2003 05:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981547#M922538</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-26T05:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981548#M922539</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;Note that in the example above (by TG), the password used is the one when you created the password file.&lt;BR /&gt;&lt;BR /&gt;$ orapwd file=orapw password=yog entries=40&lt;BR /&gt;&lt;BR /&gt;I just recreated my password file with a password yog.  My sys password is NOT yog.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ svrmgrl&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect internal&lt;BR /&gt;Connected.&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect sys/change_on_install@ora817dev&lt;BR /&gt;Connected.&lt;BR /&gt;&lt;BR /&gt;that works OK, lets try as sysdba:&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect sys/change_on_install@ora817dev as sysdba;&lt;BR /&gt;ORA-01017: invalid username/password; logon denied&lt;BR /&gt;&lt;BR /&gt;there I got your error.  My SYS password is change_on_install but the password file has yog in it.  SYS is special -- sys connecting as sysdba is like internal -- you have to use the password file password!  &lt;BR /&gt;&lt;BR /&gt;Lets try that:&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect sys/yog@ora817dev as sysdba;&lt;BR /&gt;Connected.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the sysdba trick is generally used to allow other NON-SYS users to connect. BTW, it is recommended that you use your OWN account that has been granted sysdba!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; grant sysdba to scott;&lt;BR /&gt;Statement processed.&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect scott/tiger@ora817dev as sysdba;&lt;BR /&gt;Connected.&lt;BR /&gt;&lt;BR /&gt;Similarly, you can setup your own environment.&lt;BR /&gt;&lt;BR /&gt;hope this helps too&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 06:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981548#M922539</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-26T06:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981549#M922540</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To use the orapw file for external "internal" logins (as sysdba) you must have the following in your init.ora file:&lt;BR /&gt;remote_login_passwordfile = exclusive&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Andreas</description>
      <pubDate>Mon, 26 May 2003 09:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981549#M922540</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2003-05-26T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981550#M922541</link>
      <description>If you change the remote_login_passwordfile to exclusize remeber also to create the password file with the orapw, as stated upper !&lt;BR /&gt;&lt;BR /&gt;Otherwise your db won't start..&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2003 09:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981550#M922541</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-26T09:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981551#M922542</link>
      <description>Andreas,&lt;BR /&gt;&lt;BR /&gt;GReat to see you again after a long time.&lt;BR /&gt;&lt;BR /&gt;Welcome back.&lt;BR /&gt;Expecting great answers as usual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 26 May 2003 09:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981551#M922542</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-26T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981552#M922543</link>
      <description>Hi TG&lt;BR /&gt;&lt;BR /&gt;Nice to have been missed! Been kinda busy lately.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Andreas</description>
      <pubDate>Mon, 26 May 2003 11:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981552#M922543</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2003-05-26T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981553#M922544</link>
      <description>Dear all,&lt;BR /&gt;I create the orapw file with orapw.&lt;BR /&gt;And also add &lt;BR /&gt;(remote_login_passwordfile = exclusive) to init&lt;SID&gt;.ora file.&lt;BR /&gt;&lt;BR /&gt;When I login SYSDBA with sys/&lt;PASSWD&gt;, It fail.(ORA-01017 invalid username/passowrd) which I execute Oracle DBA Studio in Remote.&lt;BR /&gt;But I login oracle with svrmgrl(connect sys/&lt;PASSWD&gt; as sysdba) in locale, It could.&lt;BR /&gt;Why?&lt;BR /&gt;&lt;BR /&gt;&lt;/PASSWD&gt;&lt;/PASSWD&gt;&lt;/SID&gt;</description>
      <pubDate>Tue, 27 May 2003 00:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981553#M922544</guid>
      <dc:creator>KY.Chuang</dc:creator>
      <dc:date>2003-05-27T00:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981554#M922545</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;quote from above:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;$ svrmgrl &lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect internal &lt;BR /&gt;Connected. &lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect sys/change_on_install@ora817dev &lt;BR /&gt;Connected. &lt;BR /&gt;&lt;BR /&gt;that works OK, lets try as sysdba: &lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect sys/change_on_install@ora817dev as sysdba; &lt;BR /&gt;ORA-01017: invalid username/password; logon denied &lt;BR /&gt;&lt;BR /&gt;there I got your error. My SYS password is change_on_install but the password file has yog in it. SYS is special -- sys connecting as sysdba is like internal -- you have to use the password file password! &lt;BR /&gt;&lt;BR /&gt;Lets try that: &lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect sys/yog@ora817dev as sysdba; &lt;BR /&gt;Connected. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the sysdba trick is generally used to allow other NON-SYS users to connect. BTW, it is recommended that you use your OWN account that has been granted sysdba! &lt;BR /&gt;&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;most probably, you are not connecting as sysdba in the DBA studio, hence the error!&lt;BR /&gt;&lt;BR /&gt;i suggest, you connect using the svrmgrl and change the sys password using:&lt;BR /&gt;&lt;BR /&gt;alter user sys identified by &lt;PASSWORD&gt;;&lt;BR /&gt;&lt;BR /&gt;Again, avoid using the sys account and create your own as i mentioned in my previous post.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;&lt;/PASSWORD&gt;</description>
      <pubDate>Tue, 27 May 2003 03:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981554#M922545</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-27T03:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981555#M922546</link>
      <description>Hi again Ky&lt;BR /&gt;&lt;BR /&gt;Perhaps silly, but remember to bounce your database after updating the init.ora file.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 27 May 2003 06:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981555#M922546</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2003-05-27T06:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle operation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981556#M922547</link>
      <description>Hi,&lt;BR /&gt;there is also another point:&lt;BR /&gt;AFTER you created the password file you have to grant the sysdba and sysoper role to the user.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yuo define one user in the file (user=) and his/her password (password=),  after that you will have to re-grant the permission to that user.&lt;BR /&gt;&lt;BR /&gt;svrmgrl&amp;gt; grant sysoper, sysdba to XXXXX ;&lt;BR /&gt;svrmgrl&amp;gt; commit;&lt;BR /&gt;&lt;BR /&gt;  HTH,&lt;BR /&gt;    Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2003 06:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-operation-problem/m-p/2981556#M922547</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-27T06:40:20Z</dc:date>
    </item>
  </channel>
</rss>

