<?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 DB-LINK in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471952#M775620</link>
    <description>On a D380 server oracle 734 is used. I wanted to create a DB link to another DB(Oracle 8i). Strangely, oracle user couldn't connect to other DB, but the root user can connect to other DB using the same tnsnames.ora file. Owner of the tnsnames.file is oracle user. And oracle user can connect to other DB'es by using this tnsnmaes.ora file. What is the problem?</description>
    <pubDate>Fri, 08 Dec 2000 08:31:22 GMT</pubDate>
    <dc:creator>Erkan Durmus_1</dc:creator>
    <dc:date>2000-12-08T08:31:22Z</dc:date>
    <item>
      <title>DB-LINK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471952#M775620</link>
      <description>On a D380 server oracle 734 is used. I wanted to create a DB link to another DB(Oracle 8i). Strangely, oracle user couldn't connect to other DB, but the root user can connect to other DB using the same tnsnames.ora file. Owner of the tnsnames.file is oracle user. And oracle user can connect to other DB'es by using this tnsnmaes.ora file. What is the problem?</description>
      <pubDate>Fri, 08 Dec 2000 08:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471952#M775620</guid>
      <dc:creator>Erkan Durmus_1</dc:creator>
      <dc:date>2000-12-08T08:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: DB-LINK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471953#M775621</link>
      <description>Hi Erkan.&lt;BR /&gt;For problems like this please attach the file.&lt;BR /&gt;rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 08 Dec 2000 08:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471953#M775621</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2000-12-08T08:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: DB-LINK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471954#M775622</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As root can connect and not oracle, this looks like a unix permissions issue.&lt;BR /&gt;&lt;BR /&gt;Who is the owner of the new Oracle 8 ?&lt;BR /&gt;What are the permissions settings of the new oracle 8 directory?&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Dec 2000 09:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471954#M775622</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-08T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: DB-LINK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471955#M775623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is this a true Oracle link created with 'create database link' or simply a TNS setup so that you can do 'sqlplus &lt;USER&gt;/&lt;PASSWD&gt;@&lt;WHEREVER&gt;' ?&lt;BR /&gt;&lt;BR /&gt;What error message do you get from Oracle?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/WHEREVER&gt;&lt;/PASSWD&gt;&lt;/USER&gt;</description>
      <pubDate>Fri, 08 Dec 2000 10:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471955#M775623</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-12-08T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: DB-LINK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471956#M775624</link>
      <description>Another thought...&lt;BR /&gt;&lt;BR /&gt;Are you absolutely sure that root and oracle are both using the same tnsnames.ora file?&lt;BR /&gt;&lt;BR /&gt;Oracle will source the file from:-&lt;BR /&gt;&lt;BR /&gt;TNS_ADMIN variable if defined&lt;BR /&gt;ORACLE_HOME/network/admin&lt;BR /&gt;/etc&lt;BR /&gt;&lt;BR /&gt;Look for differences between root's and oracle's environment.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 08 Dec 2000 11:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471956#M775624</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-12-08T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: DB-LINK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471957#M775625</link>
      <description>Thanks for all replays. I solved the problem. While working with security checks accedentaly only root user is set to access /etc/hosts file. And if I write IP address into tnsnames.ora file this did not worked with both users. Then I tried with servername in it. This time root worked but oracle user didn't. After giving u+g access on hosts file the problem is solved.</description>
      <pubDate>Mon, 11 Dec 2000 06:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-link/m-p/2471957#M775625</guid>
      <dc:creator>Erkan Durmus_1</dc:creator>
      <dc:date>2000-12-11T06:41:36Z</dc:date>
    </item>
  </channel>
</rss>

