<?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: Database credential location in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578980#M17867</link>
    <description>pkg,&lt;BR /&gt;&lt;BR /&gt;DCL is the shell language used by OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Here is the link to the OpenVMS docs section on the DCL Data Dictionary that deals with the definitiof of symbolic names&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/83final/9996/9996pro_25.html#index_x_11" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/9996/9996pro_25.html#index_x_11&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you look in the index, you should be able to find answers to most of your symbol related questions.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
    <pubDate>Fri, 05 Feb 2010 12:35:13 GMT</pubDate>
    <dc:creator>Patrick Aspinall</dc:creator>
    <dc:date>2010-02-05T12:35:13Z</dc:date>
    <item>
      <title>Database credential location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578977#M17864</link>
      <description>Hi,&lt;BR /&gt;In my DCL script following line have been written-&lt;BR /&gt;sqlplus 'cpipass' @abc&lt;BR /&gt;&lt;BR /&gt;From where(location) I can find cpipass.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2010 10:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578977#M17864</guid>
      <dc:creator>pkg</dc:creator>
      <dc:date>2010-02-05T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Database credential location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578978#M17865</link>
      <description>pkg,&lt;BR /&gt;&lt;BR /&gt;Assuming you did a litteral text copy, then&lt;BR /&gt;cpipass&lt;BR /&gt;is a symbol; which can have just about any (text or numeric) value.&lt;BR /&gt;&lt;BR /&gt;Before any further answers are possible, consider adding &lt;BR /&gt;$ show symbol cpipass&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;to (a copy of) the DCL script.&lt;BR /&gt;Execute it. Maybe that will directly be your answer; otherwise post the (litteral!!) answer for more chance of getting what you want.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 05 Feb 2010 11:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578978#M17865</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-02-05T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Database credential location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578979#M17866</link>
      <description>Thanks for a quick reply.I got my answer but When I have to chnage "cpipass" then how can i do.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Pankaj</description>
      <pubDate>Fri, 05 Feb 2010 11:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578979#M17866</guid>
      <dc:creator>pkg</dc:creator>
      <dc:date>2010-02-05T11:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Database credential location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578980#M17867</link>
      <description>pkg,&lt;BR /&gt;&lt;BR /&gt;DCL is the shell language used by OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Here is the link to the OpenVMS docs section on the DCL Data Dictionary that deals with the definitiof of symbolic names&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/83final/9996/9996pro_25.html#index_x_11" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/9996/9996pro_25.html#index_x_11&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you look in the index, you should be able to find answers to most of your symbol related questions.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Fri, 05 Feb 2010 12:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578980#M17867</guid>
      <dc:creator>Patrick Aspinall</dc:creator>
      <dc:date>2010-02-05T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Database credential location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578981#M17868</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   As was previously mentioned, "cpipass" used in this context, is a symbol.    &lt;BR /&gt;&lt;BR /&gt;   In order for this DCL script to function, a value must be assigned to "cpipass" prior to the &lt;BR /&gt;&lt;BR /&gt;sqlplus 'cpipass'@abc&lt;BR /&gt;&lt;BR /&gt;command executing.    &lt;BR /&gt;&lt;BR /&gt;   The assignment will normally look something like;&lt;BR /&gt;&lt;BR /&gt;$ cpipass = &lt;VALUE&gt;  (if it is a local symbol)&lt;BR /&gt;or&lt;BR /&gt;$ cpipass == &lt;VALUE&gt;  (if it is a global symbol)&lt;BR /&gt;&lt;BR /&gt;   If the assignment does not happen in your DCL Script, then the symbol is probably global.    I would start by looking for a DCL Command file which contains the string&lt;BR /&gt;"cpipass" as part of an assignment.   Note, these symbol values are often held as Logicals, so you might want to search the output from "Show Logical" for the string.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;/VALUE&gt;&lt;/VALUE&gt;</description>
      <pubDate>Fri, 05 Feb 2010 12:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578981#M17868</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-02-05T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Database credential location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578982#M17869</link>
      <description>That symbol is likely to be defined in the common SYS$MANAGER:SYLOGIN.COM or the username specific SYS$LOGIN:LOGIN.COM.&lt;BR /&gt;&lt;BR /&gt;Just add a $SHOW SYM CPI* in the very beginning and end of your LOGIN.COM and see whether it is defined before, or during.&lt;BR /&gt;&lt;BR /&gt;If it is not in there (be sure check the COMMENT in those) then it is likely to be in a command file called/chained from there.&lt;BR /&gt;Look for the @ signs and files names like SETUP_ENVIRONMENT, _ENV_SETUP, ORACLE_INIT, ORACLE_SETUP, APPLICATION_COMMON, CPI_INIT, START_CPI, and such.&lt;BR /&gt;&lt;BR /&gt;IF you have the pleasure of working in a somewhat security conscious environment, then you also have to look of an IMAGE executed during the LOGIN process which magically and secretly  derives the password to be used and sticks it in the symbol.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2010 13:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-credential-location/m-p/4578982#M17869</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-02-05T13:23:10Z</dc:date>
    </item>
  </channel>
</rss>

