<?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: Error when attepting to compile object in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973338#M34076</link>
    <description>Bob&lt;BR /&gt;&lt;BR /&gt;Generally, the images to install of ORACLE applications are in M_RDBMS:[DBMS]INSORACLE.COM&lt;BR /&gt;&lt;BR /&gt;This command file assign logicals names to executable images and execute (for ORACLE v7)&lt;BR /&gt;M_RDBMS:[RDBMS]INSLIBS.COM to install LIBRARIES.&lt;BR /&gt;&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Apr 2006 03:01:40 GMT</pubDate>
    <dc:creator>Daniel Fernandez Illan</dc:creator>
    <dc:date>2006-04-25T03:01:40Z</dc:date>
    <item>
      <title>Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973329#M34067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an application support team who are encountering problems when trying to compile an object, ostensibly for an Oracle application.&lt;BR /&gt;&lt;BR /&gt;The error message returned by their process refers to a missing image file, ORA_UPISHRV7.EXE, and the process quits.&lt;BR /&gt;&lt;BR /&gt;****    ****    ****    ****    ****    ****&lt;BR /&gt;building util_pc.obj&lt;BR /&gt;%DCL-W-ACTIMAGE, error activating image ORA_UPISHRV7&lt;BR /&gt;-CLI-E-IMAGEFNF, image file not found $1$DKB0:[SYS0.SYSCOMMON.][SYSLIB]ORA_UPISHRV7.EXE;&lt;BR /&gt;****    ****    ****    ****    ****    ****&lt;BR /&gt;&lt;BR /&gt;I need to find and install a copy of this image, but I'm uncertain whether it's an Oracle image or something I could expect to find in a VMS library. I've searched the web but can find no references to it anywhere.&lt;BR /&gt;&lt;BR /&gt;My questions, therefore, are three:&lt;BR /&gt;&lt;BR /&gt;1 - does anyone know what this image is?&lt;BR /&gt;&lt;BR /&gt;2 - if so, can it be used by itself or is there a wider group of images upon which it may depend?&lt;BR /&gt;&lt;BR /&gt;3 - where am I likely to find it?&lt;BR /&gt;&lt;BR /&gt;I should further explain that the application in question is an Oracle 7.1.5 database sitting on OpenVMS Alpha 6.2-1H3. It was migrated from an older system which was then decommissioned, and the retention period for backups has since expired...&lt;BR /&gt;&lt;BR /&gt;If anyone had any ideas or advice, I'd appreciate it...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Wed, 12 Apr 2006 08:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973329#M34067</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-04-12T08:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973330#M34068</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Knowing next to nothing about Oracle, but guessing by the filename ( ORA_UPISHRV7 ), I think that "build" tool somehow invokes an image that wants to activate the shareable image ORA_UPISHRV7.&lt;BR /&gt;Could you scan your disks for a file called ORA_UPISHRV7.EXE, and then define a logical ( ORA_UPISHRV7 ) that translates to that file, and try again?&lt;BR /&gt;If you can't find the file, I think your outta luck.&lt;BR /&gt;Good hunting,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 12 Apr 2006 08:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973330#M34068</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-04-12T08:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973331#M34069</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;This is an Oracle V7 shareable image.&lt;BR /&gt;Look for it in ORA_UTIL.&lt;BR /&gt;&lt;BR /&gt;On my V7.3.4.4 tree it is found here:&lt;BR /&gt;&lt;BR /&gt;DRA3:[ORA7344.UTIL]UPISHRV7344.EXE&lt;BR /&gt;&lt;BR /&gt;The final portion of the filename depends upon the value given by your site to this particular Oracle tree. In my case I used V7344 as the identifier, and it looks at though your site used V7.&lt;BR /&gt;&lt;BR /&gt;Linking of Oracle based programs should make use of specific oracle link command procedures. If you have your own custom system, then ensure that you point to all the libraries etc that are shown in the appropriate ln*.com&lt;BR /&gt;&lt;BR /&gt;On my system I have...&lt;BR /&gt;&lt;BR /&gt;DRA3:[ORA7344.PROGINT.EXE]LNPROC.COM&lt;BR /&gt;&lt;BR /&gt;DRA3:[ORA7344.PROGINT.EXE]LNPROCOB.COM&lt;BR /&gt;&lt;BR /&gt;etc&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 08:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973331#M34069</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-04-12T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973332#M34070</link>
      <description>It sure looks Oracle-related, not part of&lt;BR /&gt;VMS.  (VMS stuff would typically have a "$"&lt;BR /&gt;in the name, not (only) an "_".)&lt;BR /&gt;&lt;BR /&gt;1 - Not I.&lt;BR /&gt;&lt;BR /&gt;2 - No idea.&lt;BR /&gt;&lt;BR /&gt;3 - Apparently not in SYS$LIBRARY.  You could&lt;BR /&gt;try "DIRE disk:[000000...]ORA_UPISHRV7" for&lt;BR /&gt;all your "disk:" devices.&lt;BR /&gt;&lt;BR /&gt;Could it have been a logical name which&lt;BR /&gt;pointed to some real file or directory?&lt;BR /&gt;(Look for "*UPI*"?)&lt;BR /&gt;&lt;BR /&gt;Google found slightly more than nothing on a&lt;BR /&gt;search for (plain) UPISHR.  Perhaps some less&lt;BR /&gt;public Oracle documentation would be more&lt;BR /&gt;informative.</description>
      <pubDate>Wed, 12 Apr 2006 08:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973332#M34070</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-04-12T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973333#M34071</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;ask Oracle...&lt;BR /&gt;&lt;BR /&gt;I've found logicals named ORA_UPISHR* pointing to UPI*.EXE images in [ORACLE7.UTIL] and [ORACLE7.RDBMS] directories at a customer site running 7.3.2. There is a LUPISHR.COM DCL procedure in the [.UTILS] dir, which says: Link UPI shareable image&lt;BR /&gt;&lt;BR /&gt;Maybe you're just missing a logical ORA_UPISHRV7 pointing to the right image ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 12 Apr 2006 08:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973333#M34071</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-12T08:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973334#M34072</link>
      <description>A couple of further points (as I remember my older Oracle versions!)&lt;BR /&gt;&lt;BR /&gt;1) there should be a logical ORA_UPISHRxxx (where xxx is system ident, V7 in your case)&lt;BR /&gt;The fact that your build is looking in SYS$SHARE would tend to imply that the logical has not been defined. Had the Oracle 7.1.5 system not been started at the time of the compilation?&lt;BR /&gt;&lt;BR /&gt;2) the ln(lang).com routines are really just front ends to the real business end of the Oracle linkage routine ora_util:loutl.com&lt;BR /&gt;&lt;BR /&gt;Here is a snippet from my own "build" routine for PRO/C modules&lt;BR /&gt;&lt;BR /&gt;$!&lt;BR /&gt;$ ORACLE_LINK:&lt;BR /&gt;$       WS "Linking", DEBUG_LINK_QUAL, MAP_QUAL, "..."&lt;BR /&gt;$       ORA_OPT = ""&lt;BR /&gt;$       IF MAP_QUAL .EQS. "/MAP" THEN ORA_OPT = ORA_OPT + "M"&lt;BR /&gt;$       IF DEBUG_LINK_QUAL .EQS. "/DEB" THEN ORA_OPT = ORA_OPT + "D"&lt;BR /&gt;$       shared_sql_lib == "YES"&lt;BR /&gt;$       lnproc 'FILE_NAME -&lt;BR /&gt;                'FILE_NAME,DEV_DIR:ORA_FUNCTIONS.OPT/OPT -&lt;BR /&gt;                'ORA_OPT&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 08:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973334#M34072</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-04-12T08:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973335#M34073</link>
      <description>Thanks, guys,&lt;BR /&gt;&lt;BR /&gt;I've since found a logical pointing to a file that might fit the bill,&lt;BR /&gt;&lt;BR /&gt;"ORA_UPISHRV715" = "$1$DKA100:[ORACLE.RDBMS]UPISHRV715.EXE"&lt;BR /&gt;&lt;BR /&gt;which would have been installed for use by another application. It appears to be okay, ANALYZE showed no problems with it&lt;BR /&gt;&lt;BR /&gt;So I imagine my apps guys just have to rewrite their procedure to use the new logical and that should sort them out?&lt;BR /&gt;&lt;BR /&gt;Or would that be too simple?&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Wed, 12 Apr 2006 10:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973335#M34073</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-04-12T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973336#M34074</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;that logical would suggest that the identifier on this system is V715, whilst it was V7 on the old system.&lt;BR /&gt;&lt;BR /&gt;If you can get the build procedure changed to use V715 throughout instead of V7, then it should be OK.&lt;BR /&gt;&lt;BR /&gt;If you need to stick to V7, then define ORA_UPI_SHRV7 to point to the V715 image.&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 12 Apr 2006 12:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973336#M34074</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-04-12T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973337#M34075</link>
      <description>Duncan,&lt;BR /&gt;&lt;BR /&gt;Yep, that seems to have worked - the user's process can now see the libraries and it looks like the compiler's working for them. &lt;BR /&gt;&lt;BR /&gt;They've come up against some other error but it's an internal Oracle issue that they're going to follow up by themselves.&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for the input - much appreciated...&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 24 Apr 2006 09:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973337#M34075</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-04-24T09:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973338#M34076</link>
      <description>Bob&lt;BR /&gt;&lt;BR /&gt;Generally, the images to install of ORACLE applications are in M_RDBMS:[DBMS]INSORACLE.COM&lt;BR /&gt;&lt;BR /&gt;This command file assign logicals names to executable images and execute (for ORACLE v7)&lt;BR /&gt;M_RDBMS:[RDBMS]INSLIBS.COM to install LIBRARIES.&lt;BR /&gt;&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 03:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973338#M34076</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2006-04-25T03:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error when attepting to compile object</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973339#M34077</link>
      <description>Creation of user-specific logicals to point to the installed libraries seems to have worked, and my colleagues are happy to chase down any remaining issues by themselves.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 03:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-when-attepting-to-compile-object/m-p/4973339#M34077</guid>
      <dc:creator>Robert Manning_2</dc:creator>
      <dc:date>2006-04-25T03:54:13Z</dc:date>
    </item>
  </channel>
</rss>

