<?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 sqlplus error on hpux 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697473#M796507</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The error occurs as the service name is incorrectly specified in 'tnsnames.ora" file.&lt;BR /&gt;&lt;BR /&gt;Check the file for any correct syntax in the connect descriptor like un-matched parentheses or any unwanted characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Dec 2005 19:29:53 GMT</pubDate>
    <dc:creator>Sameer_Nirmal</dc:creator>
    <dc:date>2005-12-23T19:29:53Z</dc:date>
    <item>
      <title>oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697472#M796506</link>
      <description>Dear Sirs/Madam,&lt;BR /&gt;&lt;BR /&gt;When i try to execute the command sqlplus and enter my username and password i got below error:-&lt;BR /&gt;&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12162: TNS:net service name is incorrectly specified&lt;BR /&gt;&lt;BR /&gt;Appreciate any help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Dec 2005 18:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697472#M796506</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-12-23T18:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697473#M796507</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The error occurs as the service name is incorrectly specified in 'tnsnames.ora" file.&lt;BR /&gt;&lt;BR /&gt;Check the file for any correct syntax in the connect descriptor like un-matched parentheses or any unwanted characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Dec 2005 19:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697473#M796507</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-12-23T19:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697474#M796508</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;there is problem with your tnsnames.ora most probably or your sql client is not resolving to the listener. Did you try tnsping?&lt;BR /&gt;&lt;BR /&gt;to check this, try to connect by explicitly specifying the connect string thus bypassing the tnsnames.ora&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;sqlplus 'user/password@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=mydb.mu)(PORT=1521)))(CONNECT_DATA=(SID=mydb)))'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 23 Dec 2005 23:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697474#M796508</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-12-23T23:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697475#M796509</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;It also seems like you did not specify a TNS:Net service name nor have the environement variable TWO_TASK set.&lt;BR /&gt;&lt;BR /&gt;Also, did you set the user environment variable $ORACLE_SID?&lt;BR /&gt;&lt;BR /&gt;In case, you don't want to specify the alias as define in the tnsnames.ora, you may also wish to add the ORACLE_SID to your .profile. This will give the BEQ adapter a route to connect to the instance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;merry christmas&lt;BR /&gt;Kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 23 Dec 2005 23:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697475#M796509</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-12-23T23:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697476#M796510</link>
      <description>The connect descriptor corresponding to the service name in NSNAMES.ORA is incorrectly specified.Make sure there are no syntax errors in the connect descriptor. Particularly look for unmatched parentheses or stray characters. Any error in a TNSNAMES.ORA file makes it unusable. See Chapter 4 in the SQL*Net V2 Administrator's Guide.</description>
      <pubDate>Sat, 24 Dec 2005 00:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697476#M796510</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-12-24T00:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697477#M796511</link>
      <description>by the NSNAME.ORA I mean TNSNAME.ORA, I made a mistake in my previous post.</description>
      <pubDate>Sat, 24 Dec 2005 00:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697477#M796511</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-12-24T00:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697478#M796512</link>
      <description>Hi Shiv, A tnsnames.ora file provides the ability to reference oracle databases by a simple alias just like hostname for a server. it contains, &lt;BR /&gt;&lt;BR /&gt;net_service_name= &lt;BR /&gt; (DESCRIPTION= &lt;BR /&gt;   (ADDRESS=(protocol_address_information))&lt;BR /&gt;   (CONNECT_DATA= &lt;BR /&gt;     (SERVICE_NAME=service_name))) &lt;BR /&gt;You have specified wrong TNS name, so that you got this error. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 26 Dec 2005 00:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697478#M796512</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-26T00:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: oracle sqlplus error on hpux 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697479#M796513</link>
      <description>Hi,&lt;BR /&gt;did you set the ORACLE_SID prior to try to conenct by sqlplus?&lt;BR /&gt;&lt;BR /&gt;if not use:&lt;BR /&gt;export ORAENV_ASK=NO&lt;BR /&gt;export ORACLE_SID=&lt;DATABASE_SID&gt;&lt;BR /&gt;.oraenv&lt;BR /&gt;to define it.&lt;BR /&gt;&lt;BR /&gt;To check if the &lt;DATABASE_SID&gt; is correctly define din the /etc/tnsnames.ora use:&lt;BR /&gt;&lt;BR /&gt;tnsping &lt;DATABASE_SID&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;/DATABASE_SID&gt;&lt;/DATABASE_SID&gt;&lt;/DATABASE_SID&gt;</description>
      <pubDate>Tue, 27 Dec 2005 04:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sqlplus-error-on-hpux-11i/m-p/3697479#M796513</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2005-12-27T04:06:37Z</dc:date>
    </item>
  </channel>
</rss>

