<?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: TNSNAMES File. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152074#M93010</link>
    <description>Thanks again,&lt;BR /&gt;&lt;BR /&gt;One last question, do I have to take precautions when adding addition entries to the file??   Or do I need to do this everytime I add?   Or is this one time convert sufficient?&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
    <pubDate>Fri, 23 Jan 2009 14:42:13 GMT</pubDate>
    <dc:creator>The Brit</dc:creator>
    <dc:date>2009-01-23T14:42:13Z</dc:date>
    <item>
      <title>TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152066#M93002</link>
      <description>&lt;!--!*#--&gt;Hi Guys, I am having a terrible time with the TNSNAMES file on a new OpenVMS Blade cluster.&lt;BR /&gt;System is running 8.3-1H1 with Oracle 10G client.    The TNSNAMES.ORA file contains two entries,&lt;BR /&gt;&lt;BR /&gt;$  ty tnsnames.ora&lt;BR /&gt;DEV.TEMPO.COM =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = TABDL385A-VIP.TEMPO.COM)(PORT = 1521))&lt;BR /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = TABDL385B-VIP.TEMPO.COM)(PORT = 1521))&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;      (SERVICE_NAME = DEV.TEMPO.COM)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;#&lt;BR /&gt;STG.TEMPO.COM =&lt;BR /&gt; (DESCRIPTION =&lt;BR /&gt;  (ADDRESS = (PROTOCOL = TCP)(HOST = TABDL385A-VIP.TEMPO.COM)(PORT = 1521))&lt;BR /&gt;  (ADDRESS = (PROTOCOL = TCP)(HOST = TABDL385B-VIP.TEMPO.COM)(PORT = 1521))&lt;BR /&gt;  (CONNECT_DATA =&lt;BR /&gt;    (SERVER = DEDICATED)&lt;BR /&gt;    (SERVICE_NAME = STG.TEMPO.COM)&lt;BR /&gt;  )&lt;BR /&gt;)&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;If I run TNSPING on the services I get&lt;BR /&gt;&lt;BR /&gt;$  tnsping dev.tempo.com&lt;BR /&gt;TNS Ping Utility for VMS: Version 10.2.0.2.0 - Production on 22-JAN-2009 14:18:56&lt;BR /&gt;Copyright (c) 1997, 2005, Oracle.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Used parameter files:&lt;BR /&gt;SYS$SYSDEVICE:[ORACLE10G.NETWORK.ADMIN]sqlnet.ora&lt;BR /&gt;&lt;BR /&gt;Used TNSNAMES adapter to resolve the alias&lt;BR /&gt;Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = TABDL385A-VIP.TEMPO.COM)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = TABDL385B-VIP.TEMPO.COM)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = DEV.TEMPO.COM)))&lt;BR /&gt;&lt;BR /&gt;OK (20 msec)&lt;BR /&gt;$&lt;BR /&gt;$&lt;BR /&gt;$  tnsping stg.tempo.com&lt;BR /&gt;&lt;BR /&gt;TNS Ping Utility for VMS: Version 10.2.0.2.0 - Production on 22-JAN-2009 14:19:00&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1997, 2005, Oracle.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Used parameter files:&lt;BR /&gt;SYS$SYSDEVICE:[ORACLE10G.NETWORK.ADMIN]sqlnet.ora&lt;BR /&gt;&lt;BR /&gt;TNS-03505: Failed to resolve name&lt;BR /&gt;$&lt;BR /&gt;$&lt;BR /&gt;So it succeeds on "dev", and fails on "stg".&lt;BR /&gt;&lt;BR /&gt;However, if I reverse the order of the entries in the file, then it succeeds on the "stg" and fails on "dev".&lt;BR /&gt;&lt;BR /&gt;I have tried deleting the file and recreating it from scratch, manually typing in each entry, to no avail.&lt;BR /&gt;&lt;BR /&gt;Interestingly, if I remove the "#" sign from between the entries,and leave a blank line, then TNS ping concatenates the entries and fails on "TNS-12533: TNS:Illegal ADDRESS parameters"&lt;BR /&gt;&lt;BR /&gt;Is this my problem?  Should I be using some other separator?&lt;BR /&gt;&lt;BR /&gt;Also, Oracle 10G is on an ODS5 disk, and I am using "Parse Style = Traditional".   Could this have something to do with it.&lt;BR /&gt;&lt;BR /&gt;I would really appreciate any information that you could provide.   At my age I cant afford the hair loss.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2009 19:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152066#M93002</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-01-22T19:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152067#M93003</link>
      <description>The example at &amp;lt; &lt;A href="http://lbdwww.epfl.ch/f/teaching/courses/oracle9i/network.920/a96581/tnsnames.htm" target="_blank"&gt;http://lbdwww.epfl.ch/f/teaching/courses/oracle9i/network.920/a96581/tnsnames.htm&lt;/A&gt; &amp;gt; (figure 7-2) seems to indicate using multiple (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=) from a single top level definition, rather than having multiple full definitions.</description>
      <pubDate>Thu, 22 Jan 2009 20:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152067#M93003</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2009-01-22T20:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152068#M93004</link>
      <description>Since you have multiple addresses per database instance you may want to add the "ADDRESS_LIST" keyword.  See the attached file.&lt;BR /&gt;&lt;BR /&gt;Note the extra ")" at the end of the last address line:&lt;BR /&gt;&lt;BR /&gt;".... (PORT = 1521)))"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2009 21:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152068#M93004</guid>
      <dc:creator>John H. Reinhardt</dc:creator>
      <dc:date>2009-01-22T21:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152069#M93005</link>
      <description>Thanks for your suggestions guys, unfortunately neither of them resolved the issue.&lt;BR /&gt;&lt;BR /&gt;I dont think this has anything to do with the formatting of the entries.    The problem is that &lt;BR /&gt;&lt;BR /&gt;1.  IT DOES NOT SEEM TO BE ABLE TO FIND AN INSTANCE NAME UNLESS IT IS THE FIRST LINE IN THE FILE.&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;2.  IF THERE IS NOT A "#" SIGN AT THE END OF THE ENTRY, IT DOESN'T RECOGNIZE THE END OF THE ENTRY, (i.e. it simply continues into (concatenates) the next entry.)&lt;BR /&gt;&lt;BR /&gt;Using a Working TNSNAMES file (albeit from another OpenVMS system, running different OS and Oracle versions), also fails to read any but the first entry, and then only if there are no comments or blank lines before the first entry).   If there ARE comments or blanks before the first entry, it will not resolve even the first entry.&lt;BR /&gt;&lt;BR /&gt;Disgarding the file completely and starting from scratch, fails to read any but the first entry.&lt;BR /&gt;&lt;BR /&gt;One additional piece of information which might be relevent, the SQLNet.ORA file contains,&lt;BR /&gt;&lt;BR /&gt;$ ty tns_admin:sqlnet.ora&lt;BR /&gt;#SQLNET.AUTHENTICATION_SERVICES=(NONE)&lt;BR /&gt;AUTOMATIC_IPC = OFF&lt;BR /&gt;TRACE_LEVEL_CLIENT = OFF&lt;BR /&gt;names.directory_path = (TNSNAMES)&lt;BR /&gt;names.default_domain = tempo.com&lt;BR /&gt;#name.default_zone = world&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Retroactively, I went back and checked the situation on another blade (standalone node running same OS and Oracle version) and found out that the situation was the same.   Only the first instance is being resolved.&lt;BR /&gt;&lt;BR /&gt;This failure to parse the file seems to be specific to 10g Client installed on OpenVMS 8.3-1H1 (Itanium Blade bl860c).&lt;BR /&gt;&lt;BR /&gt;Does anyone know if there is a parsing parameter that needs to be set, or if there is a patch that needs to be installed.&lt;BR /&gt;&lt;BR /&gt;Any further suggestions would be appreciated.&lt;BR /&gt;&lt;BR /&gt;(I am taking this also to Metalink)&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 13:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152069#M93005</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-01-23T13:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152070#M93006</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;where have you copied the tnsnames.ora file from?&lt;BR /&gt;If you copied from an older Oracle version, remember that the file format has changed in Oracle 10.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marc</description>
      <pubDate>Fri, 23 Jan 2009 14:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152070#M93006</guid>
      <dc:creator>Marc Van den Broeck</dc:creator>
      <dc:date>2009-01-23T14:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152071#M93007</link>
      <description>I don't have an itanium handy to play with, but have you checked the format of TNSNAMES.ORA?&lt;BR /&gt;&lt;BR /&gt;The following extract come from the 10g R2 installation guide:-&lt;BR /&gt;&lt;BR /&gt;If you have a previous release of Oracle software installed on this system, you may want to copy information from the Oracle Net Services TNSNAMES.ORA and LISTENER.ORA configuration files from the previous release to the corresponding files for the new release.&lt;BR /&gt;&lt;BR /&gt;These files should have a record format of stream_lf.&lt;BR /&gt;&lt;BR /&gt;If you copy a TNSNAMES.ORA or a LISTENER.ORA file from an earlier version, use the following command to convert the files:&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL=SYS$INPUT filename&lt;BR /&gt;filename&lt;BR /&gt;RECORD&lt;BR /&gt;CARRIAGE_CONTROL carriage_return&lt;BR /&gt;FORMAT stream_LF ^Z&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 14:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152071#M93007</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-01-23T14:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152072#M93008</link>
      <description>Hi Marc, &lt;BR /&gt;     This might be my problem.   Can you point me to any docs about how the format changed?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 23 Jan 2009 14:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152072#M93008</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-01-23T14:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152073#M93009</link>
      <description>The file is STREAM_LF format I hope?&lt;BR /&gt;This is a (relatively) new Oracle requirement.&lt;BR /&gt;&lt;BR /&gt;Easy to fix:&lt;BR /&gt;&lt;BR /&gt;$ CONVERT/FDL="RECORD; FORMAT STREAM_LF;&lt;BR /&gt;CARRIAGE CARRIAGE" old new&lt;BR /&gt;&lt;BR /&gt;I published a little script to test and generate the above lines, which you can then copy &amp;amp; paste to execute if desired:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1263875" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1263875&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 14:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152073#M93009</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-01-23T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152074#M93010</link>
      <description>Thanks again,&lt;BR /&gt;&lt;BR /&gt;One last question, do I have to take precautions when adding addition entries to the file??   Or do I need to do this everytime I add?   Or is this one time convert sufficient?&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 23 Jan 2009 14:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152074#M93010</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-01-23T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152075#M93011</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;you would need to be careful every time. &lt;BR /&gt;&lt;BR /&gt;Depending upon your personal choice of editor, the output from an edit is unlikely to retain the stream_lf format, and you would need to reconvert.&lt;BR /&gt;&lt;BR /&gt;Try editing a stream_lf version of a file and then look at the file attributes of the new version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 14:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152075#M93011</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-01-23T14:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152076#M93012</link>
      <description>It all depends on the editor you use.&lt;BR /&gt;Most OpenVMS editor will create a variable length record file, which will fail unless the output file is re-converted&lt;BR /&gt;&lt;BR /&gt;VIM works, and can be handy in the parenthesis matching.&lt;BR /&gt;&lt;BR /&gt;Also if you used say 'perl' to script an edit, that would work.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 15:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152076#M93012</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-01-23T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152077#M93013</link>
      <description>Hein,&lt;BR /&gt;    Does this mean that I am ok if I edit with "$ edit/tpu", i.e. use EVE editor.   Or do you recomment converting after every edit anyway.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 26 Jan 2009 13:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152077#M93013</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-01-26T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152078#M93014</link>
      <description>&lt;!--!*#--&gt;&amp;gt; you would need to be careful every time.&lt;BR /&gt;&lt;BR /&gt;I'm not, and I have very little trouble&lt;BR /&gt;(except with new files).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Try editing a stream_lf version of a file&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Yes.  Let's do that.  (Did you?)&lt;BR /&gt;&lt;BR /&gt;1. Create a file using an editor:&lt;BR /&gt;&lt;BR /&gt;alp $ edit /tpu orig.txt&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;2. Notice that it's not Stream_LF:&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "orig.txt", "rfm")&lt;BR /&gt;VAR&lt;BR /&gt;&lt;BR /&gt;3. Convert it to Stream_LF (under a different&lt;BR /&gt;name):&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "orig.txt", "rfm")&lt;BR /&gt;VAR&lt;BR /&gt;alp $ convert orig.txt stmlf.txt /fdl = sys$input:&lt;BR /&gt;RECORD&lt;BR /&gt;        FORMAT stream_lf&lt;BR /&gt; Exit  &amp;lt;--- Ctrl/Z&lt;BR /&gt;&lt;BR /&gt;4. Verify the format of the converted file:&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "stmlf.txt", "rfm")&lt;BR /&gt;STMLF&lt;BR /&gt;&lt;BR /&gt;5. Edit the Stream-LF file, and save it under&lt;BR /&gt;yet another name (so it can't inherit any&lt;BR /&gt;attributes from a previous version):&lt;BR /&gt;&lt;BR /&gt;alp $ edit /tpu stmlf.txt /output = stmlf_2.txt&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;6. See what happened:&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$file_attributes( "stmlf_2.txt", "rfm")&lt;BR /&gt;STMLF&lt;BR /&gt;&lt;BR /&gt;7. Act amazed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That's on VMS V7.3-2 (Alpha), but find me a&lt;BR /&gt;system where it fails.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Or do you recomment converting after every&lt;BR /&gt;&amp;gt; edit anyway.&lt;BR /&gt;&lt;BR /&gt;I recommend running a quick test, and then&lt;BR /&gt;relaxing.  DIRE /FULL is a quick (if noisy)&lt;BR /&gt;way to check a file's record format, too.</description>
      <pubDate>Mon, 26 Jan 2009 13:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152078#M93014</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-26T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152079#M93015</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;EDIT/TPU should be fine.&lt;BR /&gt;&lt;BR /&gt;I created a dummy file using an FDL to set the STREAM_LF format.&lt;BR /&gt;&lt;BR /&gt;Record format:      Stream_LF, maximum 0 bytes, longest 0 bytes&lt;BR /&gt;Record attributes:  Carriage return carriage control&lt;BR /&gt;&lt;BR /&gt;Then I used edit/tpu to modify the file, and checked the file attributes with DIR/FULL&lt;BR /&gt;&lt;BR /&gt;Record format:      Stream_LF, maximum 0 bytes, longest 37 bytes&lt;BR /&gt;Record attributes:  Carriage return carriage control&lt;BR /&gt;&lt;BR /&gt;After you do any work on your TNSNAMES.ORA file, just make sure that you check that the file still has the correct record format.&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 26 Jan 2009 13:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152079#M93015</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2009-01-26T13:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: TNSNAMES File.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152080#M93016</link>
      <description>Thanks to you all for your help and comments on this problem.   &lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 26 Jan 2009 14:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tnsnames-file/m-p/5152080#M93016</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-01-26T14:27:58Z</dc:date>
    </item>
  </channel>
</rss>

