<?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: DCL With more than 8 Parameters in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436685#M42673</link>
    <description>Rob, are you sure ? Are you able to extract the command procedure and post here. Is is possible the procedure was broken by say some symbol scoping problem ?</description>
    <pubDate>Thu, 11 Jun 2009 11:15:04 GMT</pubDate>
    <dc:creator>Thomas Ritter</dc:creator>
    <dc:date>2009-06-11T11:15:04Z</dc:date>
    <item>
      <title>DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436679#M42667</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a third party product that automatically generates a DCL command file and tries to execute it.  The problem is that it tries to pass 10 parameters to the DCL command procedure so it never executes and fails with DCL-W-DEFOVF.  Since it is a third party product (Oracle 10gR2 actually), I can not change the way it generates or tries to execute the command procedure.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a way to make DCL just ignore parameters after 8 and execute the procedure anyway?  Or is there some way to redefine the @ symbol so that it does something other than execute a DCL command procedure?  Or any other ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 10 Jun 2009 13:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436679#M42667</guid>
      <dc:creator>Rob Hirschbeck</dc:creator>
      <dc:date>2009-06-10T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436680#M42668</link>
      <description>AFAIK, this is a hard limit in all versions of DCL.&lt;BR /&gt;&lt;BR /&gt;You get eight.&lt;BR /&gt;&lt;BR /&gt;There's no solution here that doesn't involve either packaging the parameters passed into DCL into a comma-separated quoted list or such (and using the available eight parameters more densely), or writing the data into a file and passing that to the procedure, or replacing the DCL procedure invocation call in the application with an image invocation.  &lt;BR /&gt;&lt;BR /&gt;If you have some control over the parameters and want to truncate the list, pass in a ! character.&lt;BR /&gt;&lt;BR /&gt;As for resolving this through Oracle or OpenVMS enhancements or modifications, you're left to contact the vendors.  That's going to take a while, though I might toss this at Oracle and ask them how to work around the limit.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436680#M42668</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-06-10T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436681#M42669</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I more or less concur with Hoff.&lt;BR /&gt;&lt;BR /&gt;If it is an unmodified packaged product, it is the vendor's (e.g., Oracle's) problem. Other than the length of the command line, this has not changed since the beginning (of VMS in any form). In essence, since this is the functionality of the system from the beginning (not a change in releases or patches), the code in question COULD NEVER HAVE WORKED OR BEEN TESTED successfully.&lt;BR /&gt;&lt;BR /&gt;If one has access to sources of the components involved, it may be possible to work out a circumvention, but as noted, the responsibility clearly lies with the vendor.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 10 Jun 2009 13:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436681#M42669</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-06-10T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436682#M42670</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;I pretty much thought that too.  Oracle has confirmed it to be a bug in their current release for OpenVMS and they are working to resolve it.  I was just hoping there might be some alternative...&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2009 14:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436682#M42670</guid>
      <dc:creator>Rob Hirschbeck</dc:creator>
      <dc:date>2009-06-10T14:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436683#M42671</link>
      <description>As Robert states above - How on earth did this product get through any sort of testing?&lt;BR /&gt;&lt;BR /&gt;My gast is well and truly flabbered (and that is not something that happens everyday!)&lt;BR /&gt;&lt;BR /&gt;Craig</description>
      <pubDate>Thu, 11 Jun 2009 10:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436683#M42671</guid>
      <dc:creator>Craig A</dc:creator>
      <dc:date>2009-06-11T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436684#M42672</link>
      <description>If you are able to change the name of the script from x to x " (e.g. when the name is in config). Then all parameters are passed to P1. You parse the first 8 params and drop the others.&lt;BR /&gt;&lt;BR /&gt;This is based upon DCL adding the missing closing ".&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 11 Jun 2009 11:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436684#M42672</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-06-11T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436685#M42673</link>
      <description>Rob, are you sure ? Are you able to extract the command procedure and post here. Is is possible the procedure was broken by say some symbol scoping problem ?</description>
      <pubDate>Thu, 11 Jun 2009 11:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436685#M42673</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2009-06-11T11:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436686#M42674</link>
      <description>Craig, do you really want the answer to the question that flummed your ox?  (I'm guessing not...)</description>
      <pubDate>Thu, 11 Jun 2009 13:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436686#M42674</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-06-11T13:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436687#M42675</link>
      <description>For anyone interested, here is the script in question.  The way this is supposed to work is you place a script file in a dedicated location and when certain events occur, an oracle process scans the directory and executes any scripts it finds there.&lt;BR /&gt;&lt;BR /&gt;I placed a DCL command file called LOG_TEST1.COM in the [racg.usrco] directory and here is the script generated by oracle  to execute it:&lt;BR /&gt;&lt;BR /&gt;$! Script automatically generated&lt;BR /&gt;$ SET NOON&lt;BR /&gt;$ DELETE := DELETE&lt;BR /&gt;$ DEBUG := FALSE&lt;BR /&gt;$ ECHO := WRITE SYS$OUTPUT&lt;BR /&gt;$ SYSOUT = F$TRNLNM("SYS$OUTPUT")&lt;BR /&gt;$ IF F$TRNLNM("ORA_SCLS_LOGGING") .EQS. "TRUE"&lt;BR /&gt;$ THEN&lt;BR /&gt;$ DEBUG := TRUE&lt;BR /&gt;$ DEFINE /NOLOG /PROCESS SYS$OUTPUT LOG_DISK:[ORACLE.SCLS_SCR]naa_274a14.log&lt;BR /&gt;$ ECHO "PROCESS NAME: ""''F$GETJPI("","PRCNAM")'"" PROCESS ID: ''F$GETJPI("","PID")'"&lt;BR /&gt;$ ECHO "IMAGE_NAME: ""user_disk:[oracle.oracle10gr2.cluster.racg.usrco]log_test1.com;2"""&lt;BR /&gt;$ ECHO "PARAM_STRING: ""SERVICE VERSION=1.0 service=GRADE.AMERICAS.MITTALCO.COM database=SPRTD instance= host=spbas1 status=up reason=boot timestamp=03-Jun-2009 01:20:26 """&lt;BR /&gt;$ SET VERIFY&lt;BR /&gt;$ ELSE&lt;BR /&gt;$ DEFINE/NOLOG SYS$OUTPUT NL:&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$ DEFINE /NOLOG /PROCESS ORA_CRS_HOME "user_disk:[oracle.oracle10gr2.cluster]"&lt;BR /&gt;$ DEFINE /NOLOG /PROCESS ORACLE_HOME "user_disk:[oracle.oracle10gr2.database]"&lt;BR /&gt;$ IF .NOT. DEBUG&lt;BR /&gt;$ THEN&lt;BR /&gt;$ SET ON&lt;BR /&gt;$ ON ERROR THEN GOTO ERROR_HANDLER&lt;BR /&gt;$ DEFINE /NOLOG /PROCESS SYS$ERROR LOG_DISK:[ORACLE.SCLS_SCR]naa_274a14.err&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$ verify$$ = f$verify(0)&lt;BR /&gt;$ @ORA_CRS_HOME:ORAUSER.COM&lt;BR /&gt;$ ignore$$ = f$verify(verify$$)&lt;BR /&gt;$ sclsimg :== @user_disk:[oracle.oracle10gr2.cluster.racg.usrco]log_test1.com;2&lt;BR /&gt;$ IF DEBUG THEN SET NOVERIFY&lt;BR /&gt;$ IF "''SYSOUT'" .NES. "" THEN DEFINE/NOLOG SYS$OUTPUT 'SYSOUT'&lt;BR /&gt;$ sclsimg SERVICE VERSION=1.0 service=GRADE.AMERICAS.MITTALCO.COM database=SPRTD instance= host=spbas1 status=up reason=boot timestamp=03-Jun-2009 01:20:26 &lt;BR /&gt;$ STS = '$STATUS'&lt;BR /&gt;$ IF .NOT. DEBUG&lt;BR /&gt;$ THEN&lt;BR /&gt;$ DELETE LOG_DISK:[ORACLE.SCLS_SCR]naa_274a14.;0&lt;BR /&gt;$ IF F$SEARCH("LOG_DISK:[ORACLE.SCLS_SCR]naa_274a14.err") .NES. "" THEN DELETE LOG_DISK:[ORACLE.SCLS_SCR]naa_274a14.err;*&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$ EXIT STS&lt;BR /&gt;$!&lt;BR /&gt;$ERROR_HANDLER:&lt;BR /&gt;$ STS = '$STATUS'&lt;BR /&gt;$ SET NOON&lt;BR /&gt;$ EXIT STS&lt;BR /&gt;&lt;BR /&gt;You can see that the LOG_TEST1.COM script will be called with 10 parameters. This causes DCL to report "%DCL-W-DEFOVF, too many command procedure parameters - limit to eight" and not execute the procedure.&lt;BR /&gt;&lt;BR /&gt;And flabbered or ghasted or not, they obviously never tested this feature on their VMS product - I guess they spend too much time with UNIX...&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Thu, 11 Jun 2009 14:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436687#M42675</guid>
      <dc:creator>Rob Hirschbeck</dc:creator>
      <dc:date>2009-06-11T14:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436688#M42676</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I do not have an installation that I can test on, but have you checked that this is actually meant to be used with command files? (As opposed to actual images.)&lt;BR /&gt;&lt;BR /&gt;Parameter processing from C/C++ would, I suspect, work correctly.&lt;BR /&gt;&lt;BR /&gt;Also, as has been noted, putting the entire parameter in quotes would also address the problem (although, to be fair, it would require a code change).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 11 Jun 2009 14:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436688#M42676</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-06-11T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436689#M42677</link>
      <description>What is the contents of LOG_TEST1.COM?&lt;BR /&gt;&lt;BR /&gt;IF this procedure gets called with either a /OUTPUT= or in BATCH there is a good chance that unless there is a specific check then the:&lt;BR /&gt;&lt;BR /&gt;%DCL-W-DEFOVF, too many command procedure parameters - limit to eight&lt;BR /&gt;&lt;BR /&gt;Would never be noticed (I guess I'm stating the bleeding obvious in that statement)&lt;BR /&gt;&lt;BR /&gt;If LOG_TEST1.COM doesn't do anything much then maybe the coder simply made some assumptions. &lt;BR /&gt;&lt;BR /&gt;Undoubtedly still crap DCL - Definitely a case of a little knowledge being a dangerous thing. &lt;BR /&gt;&lt;BR /&gt;Craig.</description>
      <pubDate>Thu, 11 Jun 2009 14:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436689#M42677</guid>
      <dc:creator>Craig A</dc:creator>
      <dc:date>2009-06-11T14:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436690#M42678</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;As of now, the callout scripts look only for ".com" files.  In fact (I tried it), if you put any other kind of file in the "user callout" directory [.usrco], the oracle process foolishly appends ".com" to it and tries to @ it (ie. "@log_test1.exe;2.com") - not kidding!&lt;BR /&gt;&lt;BR /&gt;This issue is now classified as a severity 3 bug and is being addressed by the oracle VMS development team...&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2009 15:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436690#M42678</guid>
      <dc:creator>Rob Hirschbeck</dc:creator>
      <dc:date>2009-06-11T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436691#M42679</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;Ok, had to offer that possibility.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 11 Jun 2009 16:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436691#M42679</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-06-11T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436692#M42680</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;  DCL has a limitation of 8 parameters. VMS engineering has extended the support to more than 8 parameters, which would be available in the future release.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shahina.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 08:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436692#M42680</guid>
      <dc:creator>shahina shaik</dc:creator>
      <dc:date>2009-06-19T08:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436693#M42681</link>
      <description>Problem here is white-space - and whitespace acts as a delimiter in DCL paramaters.&lt;BR /&gt;&lt;BR /&gt;Count the parameters as delimited by whitespace, and you'll find 10 parameters:&lt;BR /&gt;&lt;BR /&gt;$ sclsimg SERVICE VERSION=1.0 service=GRADE.AMERICAS.MITTALCO.COM database=SPRTD instance= host=spbas1 status=up reason=boot timestamp=03-Jun-2009 01:20:26 &lt;BR /&gt;&lt;BR /&gt;Above should be coded as:&lt;BR /&gt;&lt;BR /&gt;$ sclsimg "SERVICE VERSION=1.0" service=GRADE.AMERICAS.MITTALCO.COM database=SPRTD instance= host=spbas1 status=up reason=boot "timestamp=03-Jun-2009 01:20:26" &lt;BR /&gt;&lt;BR /&gt;Now you get 8 parameters.&lt;BR /&gt;&lt;BR /&gt;Because of this, I tend to pass all string parameters as quoted strings - if not all. Or disallow whitespace within string-parameters. In this case, that could also be a solution: SERVICE_VERSION, and 03-Jun-2009:01:20:26 in stead of "SERVICE VERSION" and "03-Jun-2009 01:20:26"&lt;BR /&gt;&lt;BR /&gt;The solution of engineering to simply raising the number of parameters (which really is a good thing) will NOT help in this matter. Though LOG_TEST1.COM will start executing now, it will stil fail if the parameters are passed the wrong way:&lt;BR /&gt;&lt;BR /&gt;P1 = SERVICE&lt;BR /&gt;P2 = VERSION=1.0&lt;BR /&gt;P3 = service=GRADE.AMERICAS.MITTALCO.COM &lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;where (my deduction) it should be read as:&lt;BR /&gt;&lt;BR /&gt;P1 = SERVICE VERSION=1.0&lt;BR /&gt;P2 = service=GRADE.AMERICAS.MITTALCO.COM&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Of course this could be handled, but why add complexity when it can easily be avoided...&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 11:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436693#M42681</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-19T11:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436694#M42682</link>
      <description>&amp;gt;Or any other ideas?&lt;BR /&gt;&lt;BR /&gt;How hacky do you want it to be? ;-)&lt;BR /&gt;&lt;BR /&gt;Close examination of the generated procedure suggests a couple of ways of attacking it.&lt;BR /&gt;&lt;BR /&gt;(some code from it follows)&lt;BR /&gt;&lt;BR /&gt;$ @ORA_CRS_HOME:ORAUSER.COM&lt;BR /&gt;$ ignore$$ = f$verify(verify$$)&lt;BR /&gt;$ sclsimg :== @user_disk:[oracle.oracle10gr2.cluster.racg.usrco]log_test1.com;2&lt;BR /&gt;$ IF DEBUG THEN SET NOVERIFY&lt;BR /&gt;$ IF "''SYSOUT'" .NES. "" THEN DEFINE/NOLOG SYS$OUTPUT 'SYSOUT'&lt;BR /&gt;$ sclsimg SERVICE VERSION=1.0 service=GRADE.AMERICAS.MITTALCO.COM database=SPRTD instance= host=spbas1 status=up reason=boot timestamp=03-Jun-2009 01:20:26 &lt;BR /&gt;&lt;BR /&gt;1. You will note that it (erroneously?) defines sclsimg as a global symbol. Hence if you can inject an outer level local symbol of the same name that runs a program that amends its argument list and then invokes the real command procedure, you may avoid the problem.&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;2. You will note that it invokes ORAUSER.COM. If that procedure can be modified (but modified so that it only affects invocations in this context) then ORAUSER.COM could create a new, fixed version of the generated command procedure and invoke it. (Work needed to flesh this out into something that works.)&lt;BR /&gt;&lt;BR /&gt;Sure, it would be better for Oracle just to fix the problem.</description>
      <pubDate>Wed, 22 Jul 2009 05:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436694#M42682</guid>
      <dc:creator>Derek Garson</dc:creator>
      <dc:date>2009-07-22T05:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436695#M42683</link>
      <description>We are also preparing to install ORACLE 10gR2, but as you know, there are flavors of ORACLE - as stand-alone server, enterprise server, RAC server, client-only, etc.&lt;BR /&gt;&lt;BR /&gt;Which flavor of ORACLE were you installing.  Does ORACLE have any comment on the flavor(s) to which this bug applies?  And if you have called ORACLE, there is a TAR number or a TIR number or something like that.  (I forget what they call it because my ORACLE team usually handles that, not me.)  &lt;BR /&gt;&lt;BR /&gt;Can you please post the trouble report number so that my ORACLE gurus can look it up and see if this is going to be a show stopper for us, too?  Also, if ORACLE acknowledges the bug, we need to be able to know when a fix is available.&lt;BR /&gt;&lt;BR /&gt;We are on OpenVMS 8.3, just installed this month and patched up-to-date through July 2009.  Our next upgrade step was going to be the ORACLE installation.  We really appreciate any details you can give on this subject.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Aug 2009 14:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436695#M42683</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2009-08-07T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436696#M42684</link>
      <description>&lt;!--!*#--&gt;Hi Richard,&lt;BR /&gt;&lt;BR /&gt;There was a bug causing Oracle FAN callouts not to work.  There is a patch now.  See the following note on Metalink:&lt;BR /&gt;&lt;BR /&gt;How to implement Fast Application Notification (FAN) Callouts on OpenVMS &lt;BR /&gt;  Doc ID: 846327.1 &lt;BR /&gt;&lt;BR /&gt;As far as installing and configuring, we have a four node Integrity Server cluster with Oracle 10.2.0.4 RAC installed on all four nodes.  Install is NOT easy.  Careful review of the notes in the following Metalink note will be very helpful:&lt;BR /&gt;&lt;BR /&gt;Index of install related notes for Oracle 10.2 on hp OpenVMS &lt;BR /&gt;  Doc ID: 726914.1 &lt;BR /&gt;&lt;BR /&gt;Unfortunately, 10.2.0.4 seems to still have some bugs on OpenVMS - 10.2.0.5 I think (hope?) is due out soon.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Thu, 13 Aug 2009 14:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436696#M42684</guid>
      <dc:creator>Rob Hirschbeck</dc:creator>
      <dc:date>2009-08-13T14:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: DCL With more than 8 Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436697#M42685</link>
      <description>Yes, it does.  Thanks much, Rob.  And good luck!&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2009 15:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-with-more-than-8-parameters/m-p/4436697#M42685</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2009-08-13T15:47:09Z</dc:date>
    </item>
  </channel>
</rss>

