<?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: Oracle10g Client - SQLPLUS Error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260138#M15210</link>
    <description>By the way, OpenVMS version is 8.3</description>
    <pubDate>Fri, 29 Aug 2008 08:04:41 GMT</pubDate>
    <dc:creator>IFX_1</dc:creator>
    <dc:date>2008-08-29T08:04:41Z</dc:date>
    <item>
      <title>Oracle10g Client - SQLPLUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260137#M15209</link>
      <description>There's  a problem running SQLPLUS on MGR account in our Oracle10g client. However I don't encounter running the same command using ORACLE10G account.&lt;BR /&gt;&lt;BR /&gt;Pls note though that running SQLPLUS under MGR using "...@beyield" results an error but running SQLPLUS under MGR using "...@beyield.company.com" is OK.&lt;BR /&gt;&lt;BR /&gt;Pls see below for details.&lt;BR /&gt;&lt;BR /&gt;-----------------------------&lt;BR /&gt;ORACLE10G ACCT&lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;ORACLE10G$ $ sqlplus vf_edc_admin/dwhedc_vf@beyield&lt;BR /&gt;SQL*Plus: Release 10.1.0.3.0 - Production on Fri Aug 29 11:13:22 2008&lt;BR /&gt;Copyright (c) 1982, 2004, Oracle.  All rights reserved.&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle Database 10g Release 10.2.0.3.0 - 64bit Production&lt;BR /&gt;&lt;BR /&gt;----------------------&lt;BR /&gt;MGR ACCT&lt;BR /&gt;----------------------&lt;BR /&gt;&lt;BR /&gt;1)  OK&lt;BR /&gt;&lt;BR /&gt;ADMIN$ $ sqlplus vf_edc_admin/dwhedc_vf@beyield.company.com&lt;BR /&gt;SQL*Plus: Release 10.1.0.3.0 - Production on Fri Aug 29 13:48:27 2008&lt;BR /&gt;Copyright (c) 1982, 2004, Oracle.  All rights reserved.&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle Database 10g Release 10.2.0.3.0 - 64bit Production&lt;BR /&gt;&lt;BR /&gt;2) NOT OK&lt;BR /&gt;MGR$ $ sqlplus vf_edc_admin/dwhedc_vf@beyield&lt;BR /&gt;SQL*Plus: Release 10.1.0.3.0 - Production on Fri Aug 29 11:14:07 2008&lt;BR /&gt;Copyright (c) 1982, 2004, Oracle.  All rights reserved.&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12154: TNS:could not resolve the connect identifier specified&lt;BR /&gt;&lt;BR /&gt;Enter user-name: vf_edc_admin&lt;BR /&gt;Enter password:&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12162: TNS:net service name is incorrectly specified&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------&lt;BR /&gt;TNSNAMES ENTRY&lt;BR /&gt;----------------------&lt;BR /&gt;beyield.world =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS_LIST =&lt;BR /&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = servername.company.com)(PORT = 1521))&lt;BR /&gt;    )&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SID =  beyield)&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;      (GLOBAL_NAME = beyield.world)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;BEYIELD.company.COM =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS_LIST =&lt;BR /&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = servername.company.com)(PORT = 1521))&lt;BR /&gt;    )&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SID =  beyield)&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 05:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260137#M15209</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2008-08-29T05:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle10g Client - SQLPLUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260138#M15210</link>
      <description>By the way, OpenVMS version is 8.3</description>
      <pubDate>Fri, 29 Aug 2008 08:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260138#M15210</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2008-08-29T08:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle10g Client - SQLPLUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260139#M15211</link>
      <description>What do you have specified in sqlnet.ora for your default domain?&lt;BR /&gt;If nothing add&lt;BR /&gt;NAMES.DEFAULT_DOMAIN = world&lt;BR /&gt;&lt;BR /&gt;You can also try to connect @beyield.world because you specified beyield.world in your tnsnames.ora&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marc</description>
      <pubDate>Fri, 29 Aug 2008 09:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260139#M15211</guid>
      <dc:creator>Marc Van den Broeck</dc:creator>
      <dc:date>2008-08-29T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle10g Client - SQLPLUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260140#M15212</link>
      <description>Finally found the cause of the problem. Thanks Marc for leading me to examine sqlnet.ora.&lt;BR /&gt;&lt;BR /&gt;As with tnsnames.ora, sqlnet.ora also needs conversion in OVMS 8.3.&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL=SYS$INPUT x.x sqlnet.ora&lt;BR /&gt;RECORD&lt;BR /&gt; CARRIAGE_CONTROL carriage_return&lt;BR /&gt; FORMAT stream_LF&lt;BR /&gt;^Z</description>
      <pubDate>Fri, 29 Aug 2008 13:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260140#M15212</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2008-08-29T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle10g Client - SQLPLUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260141#M15213</link>
      <description>Thanks for following up with a resolution!&lt;BR /&gt;Much appreciated.&lt;BR /&gt;&lt;BR /&gt;fwiw, I wrote a modest DCL script to check Oracle files line LISTENER.ORA, TNSNAMES, SQLNET...&lt;BR /&gt;It suggests a 1-line fix for those files that need it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$! --- Check_fix_oracle_file.com ----&lt;BR /&gt;$if p1.eqs."" then goto help&lt;BR /&gt;$!p1 = f$elemenent(0,";",p1) + ";0"&lt;BR /&gt;$old = ""&lt;BR /&gt;$loop:&lt;BR /&gt;$ file = f$search(p1)&lt;BR /&gt;$ if file.eqs."" then exit&lt;BR /&gt;$ if file.eqs.old then exit&lt;BR /&gt;$ old = file&lt;BR /&gt;$ rat = f$file(file,"rat")&lt;BR /&gt;$ rfm = f$file(file,"rfm")&lt;BR /&gt;$ if rat .eqs. "CR" .and. rfm .eqs. "STMLF" then goto loop&lt;BR /&gt;$ name = f$pars(file,,,"NAME") + f$pars(file,,,"TYPE")&lt;BR /&gt;$ write sys$output name, ": RFM/RAT = ''rfm'/''rat'. Should be STMLF/CR."&lt;BR /&gt;$ write sys$output "Issue: $ CONVERT/FDL=""RECORD; FORMAT STREAM_LF;&lt;BR /&gt;CARRIAGE CARRIAGE"" ''name' ''name'"&lt;BR /&gt;$ goto loop&lt;BR /&gt;$help:&lt;BR /&gt;$type sys$input:&lt;BR /&gt;&lt;BR /&gt; -- Please provide (wildcarded) file specification as parameter&lt;BR /&gt;&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2008 02:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle10g-client-sqlplus-error/m-p/4260141#M15213</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-09-02T02:15:00Z</dc:date>
    </item>
  </channel>
</rss>

