<?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: connect to Rman via NET8 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198941#M792501</link>
    <description>This will not affect the users on the database, only the ability to access sysdba remotely.  You would have to regrant this ability if you lose this file (I think).  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
    <pubDate>Wed, 25 Feb 2004 15:40:39 GMT</pubDate>
    <dc:creator>Brian Crabtree</dc:creator>
    <dc:date>2004-02-25T15:40:39Z</dc:date>
    <item>
      <title>connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198933#M792493</link>
      <description>Hi!&lt;BR /&gt;I am try to connect to the target database using net8 from client worksation we get error &lt;BR /&gt;usernam/password not correct&lt;BR /&gt;&lt;BR /&gt;oracle server not using passwordfile &lt;BR /&gt;remote _os_passwordfile=none&lt;BR /&gt;can i login in Rman without password file.&lt;BR /&gt;Can I login RMAN by OS user oracle group dba&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Feb 2004 21:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198933#M792493</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2004-02-22T21:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198934#M792494</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;loging in as RMAN is similar to loging in using SQLPLUS.&lt;BR /&gt;&lt;BR /&gt;can you check if you can successfully using sqlplus on the the client workstation?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sun, 22 Feb 2004 23:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198934#M792494</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-02-22T23:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198935#M792495</link>
      <description>Asif,&lt;BR /&gt;&lt;BR /&gt;To use rman, you must be able to connect as sysdba:&lt;BR /&gt;&lt;BR /&gt;sqlplus /nolog &lt;BR /&gt;connect user/pass as sysdba&lt;BR /&gt;&lt;BR /&gt;You can use:&lt;BR /&gt;&lt;BR /&gt;rman target / rcvcat user/pass@RCAT&lt;BR /&gt;&lt;BR /&gt;However, Omniback does not have the option to connect as a local authenticated user.  You must use a password file to integrate it with Omniback.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 23 Feb 2004 16:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198935#M792495</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-02-23T16:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198936#M792496</link>
      <description>Hi brain!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I got following error:&lt;BR /&gt;&lt;BR /&gt;connection string:sys/sys@ov_net as sysdba&lt;BR /&gt;sql&amp;gt; Error &lt;BR /&gt;ORA-01017 : Invalid username/password logon denied: &lt;BR /&gt;my question are: &lt;BR /&gt;1.any other method to connect Rman instead of passwordfile&lt;BR /&gt;2. If create know password file what happed crruent user .&lt;BR /&gt;3. how to know oracle is using password file&lt;BR /&gt;thanks&lt;BR /&gt;asif</description>
      <pubDate>Mon, 23 Feb 2004 17:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198936#M792496</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2004-02-23T17:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198937#M792497</link>
      <description>1.any other method to connect Rman instead of passwordfile&lt;BR /&gt;-  No.  &lt;BR /&gt;&lt;BR /&gt;2. If create know password file what happed crruent user .&lt;BR /&gt;-  The "SYS" and "SYSTEM" user cannot be used in this way.  Besides, you really don't want to use the sys and system accounts for this.  Creating a new user and granting sysdba to it would be better.  &lt;BR /&gt;&lt;BR /&gt;3. how to know oracle is using password file&lt;BR /&gt;-  The password file will be $OH/dbs/orapw${ORACLE_SID}.  You need to set the "remote_login_passwordfile" parameter to "exclusive" and bounce the database.  This should show up in the v$parameter view afterwards. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 23 Feb 2004 19:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198937#M792497</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-02-23T19:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198938#M792498</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;thanks brain again, In this directory there &lt;BR /&gt;orapw file but not orapwsid file this is passwdfile oracle use right now or not using any file &lt;BR /&gt;I checked init parameter file remote_os_passwdfile=non&lt;BR /&gt;&lt;BR /&gt;asif</description>
      <pubDate>Mon, 23 Feb 2004 20:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198938#M792498</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2004-02-23T20:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198939#M792499</link>
      <description>It is not using any file.  The file will be "orapw" if you set the parameter to shared.  Normally, it is just as easy to use exclusive and a file for each database.  Otherwise, if that file is lost, you will need to rebuild it for all of the databases.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 23 Feb 2004 21:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198939#M792499</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-02-23T21:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198940#M792500</link>
      <description>Brain !&lt;BR /&gt;&lt;BR /&gt;thanks .. &lt;BR /&gt;&lt;BR /&gt;If I am not using password then I create new &lt;BR /&gt;file what happen exiting users&lt;BR /&gt;Can I create again all user &lt;BR /&gt;&lt;BR /&gt;asif</description>
      <pubDate>Wed, 25 Feb 2004 11:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198940#M792500</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2004-02-25T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: connect to Rman via NET8</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198941#M792501</link>
      <description>This will not affect the users on the database, only the ability to access sysdba remotely.  You would have to regrant this ability if you lose this file (I think).  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 25 Feb 2004 15:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connect-to-rman-via-net8/m-p/3198941#M792501</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-02-25T15:40:39Z</dc:date>
    </item>
  </channel>
</rss>

