<?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: Problems compiling C process on Oracle 10g(HP_UX) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156635#M90759</link>
    <description>&amp;gt;what exactly do i need to add to my config file?&lt;BR /&gt;&lt;BR /&gt;Sorry I have no clue.  You need to talk to Oracle because there must be some solution that allows this to work on Integrity.</description>
    <pubDate>Tue, 11 Mar 2008 14:06:27 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-03-11T14:06:27Z</dc:date>
    <item>
      <title>Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156630#M90754</link>
      <description>Trying to upgrade to oracle 10g from 9i and get the following errors. Could some one point me in the right direction?&lt;BR /&gt;&lt;BR /&gt;      proc iname=zhrtrtc.pc ireclen=132 oreclen=132 lines=y select_error=no hold_cursor=no  release_cursor=no maxopencursors=255 maxliteral=160  ltype=none unsafe_null=yes char_map=string  include=/u01/app/sct/D10711/general/c/ include=/u01/app/sct/D10711/general/c/ dbms=v8 sqlcheck=FULL userid=saturn/u_pick_it&lt;BR /&gt;&lt;BR /&gt;Pro*C/C++: Release 10.2.0.3.0 - Production on Thu Mar 6 09:22:43 2008&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2005, Oracle.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;System default option values taken from: /oracle/product/10.2.0/precomp/admin/pcscfg.cfg&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 569, column 39, file /usr/include/stdio.h:&lt;BR /&gt;Error at line 569, column 39 in file /usr/include/stdio.h&lt;BR /&gt;     extern int vprintf(const char *, va_list);&lt;BR /&gt;......................................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "__va_list__" when expecting one of the foll&lt;BR /&gt;owing:&lt;BR /&gt;&lt;BR /&gt;   ... auto, char, const, double, enum, float, int, long,&lt;BR /&gt;   ulong_varchar, OCIBFileLocator OCIBlobLocator,&lt;BR /&gt;   OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,&lt;BR /&gt;   OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,&lt;BR /&gt;   short, signed, sql_context, sql_cursor, static, struct,&lt;BR /&gt;   union, unsigned, utext, uvarchar, varchar, void, volatile,&lt;BR /&gt;   a typedef name, exec oracle, exec oracle begin, exec,&lt;BR /&gt;   exec sql, exec sql begin, exec sql type, exec sql var,&lt;BR /&gt;The symbol "auto," was substituted for "__va_list__" to continue.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 570, column 48, file /usr/include/stdio.h:&lt;BR /&gt;Error at line 570, column 48 in file /usr/include/stdio.h&lt;BR /&gt;     extern int vfprintf(FILE *, const char *, va_list);&lt;BR /&gt;...............................................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "__va_list__" when expecting one of the foll&lt;BR /&gt;owing:&lt;BR /&gt;&lt;BR /&gt;   ... auto, char, const, double, enum, float, int, long,&lt;BR /&gt;   ulong_varchar, OCIBFileLocator OCIBlobLocator,&lt;BR /&gt;   OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,&lt;BR /&gt;   OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,&lt;BR /&gt;   short, signed, sql_context, sql_cursor, static, struct,&lt;BR /&gt;   union, unsigned, utext, uvarchar, varchar, void, volatile,&lt;BR /&gt;   a typedef name, exec oracle, exec oracle begin, exec,&lt;BR /&gt;   exec sql, exec sql begin, exec sql type, exec sql var,&lt;BR /&gt;The symbol "auto," was substituted for "__va_list__" to continue.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 571, column 48, file /usr/include/stdio.h:&lt;BR /&gt;Error at line 571, column 48 in file /usr/include/stdio.h&lt;BR /&gt;     extern int vsprintf(char *, const char *, va_list);&lt;BR /&gt;...............................................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "__va_list__" when expecting one of the foll&lt;BR /&gt;owing:&lt;BR /&gt;&lt;BR /&gt;   ... auto, char, const, double, enum, float, int, long,&lt;BR /&gt;   ulong_varchar, OCIBFileLocator OCIBlobLocator,&lt;BR /&gt;   OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,&lt;BR /&gt;   OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,&lt;BR /&gt;   short, signed, sql_context, sql_cursor, static, struct,&lt;BR /&gt;   union, unsigned, utext, uvarchar, varchar, void, volatile,&lt;BR /&gt;   a typedef name, exec oracle, exec oracle begin, exec,&lt;BR /&gt;   exec sql, exec sql begin, exec sql type, exec sql var,&lt;BR /&gt;The symbol "auto," was substituted for "__va_list__" to continue.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 594, column 59, file /usr/include/stdio.h:&lt;BR /&gt;Error at line 594, column 59 in file /usr/include/stdio.h&lt;BR /&gt;     extern int vsnprintf(char *, __size_t, const char *, __va__list);&lt;BR /&gt;..........................................................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "__va_list__" when expecting one of the foll&lt;BR /&gt;owing:&lt;BR /&gt;&lt;BR /&gt;   ... auto, char, const, double, enum, float, int, long,&lt;BR /&gt;   ulong_varchar, OCIBFileLocator OCIBlobLocator,&lt;BR /&gt;   OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,&lt;BR /&gt;   OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,&lt;BR /&gt;   short, signed, sql_context, sql_cursor, static, struct,&lt;BR /&gt;   union, unsigned, utext, uvarchar, varchar, void, volatile,&lt;BR /&gt;   a typedef name, exec oracle, exec oracle begin, exec,&lt;BR /&gt;   exec sql, exec sql begin, exec sql type, exec sql var,&lt;BR /&gt;The symbol "auto," was substituted for "__va_list__" to continue.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 429, column 24, file /u01/app/sct/D10711/general/c/guastdf.h:&lt;BR /&gt;Error at line 429, column 24 in file /u01/app/sct/D10711/general/c/guastdf.h&lt;BR /&gt;void regexit(regexit_t fcn);&lt;BR /&gt;.......................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "fcn" when expecting one of the following:&lt;BR /&gt;&lt;BR /&gt;   , )&lt;BR /&gt;The symbol "," was substituted for "fcn" to continue.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 488, column 21, file /u01/app/sct/D10711/general/c/guastdf.h:&lt;BR /&gt;Error at line 488, column 21 in file /u01/app/sct/D10711/general/c/guastdf.h&lt;BR /&gt;void parsfn(FNSTRUC *f);&lt;BR /&gt;....................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "*" when expecting one of the following:&lt;BR /&gt;&lt;BR /&gt;   , )&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 489, column 21, file /u01/app/sct/D10711/general/c/guastdf.h:&lt;BR /&gt;Error at line 489, column 21 in file /u01/app/sct/D10711/general/c/guastdf.h&lt;BR /&gt;void makefn(FNSTRUC *f);&lt;BR /&gt;....................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "*" when expecting one of the following:&lt;BR /&gt;&lt;BR /&gt;   , )&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 490, column 21, file /u01/app/sct/D10711/general/c/guastdf.h:&lt;BR /&gt;Error at line 490, column 21 in file /u01/app/sct/D10711/general/c/guastdf.h&lt;BR /&gt;void initfn(FNSTRUC *f);&lt;BR /&gt;....................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "*" when expecting one of the following:&lt;BR /&gt;&lt;BR /&gt;   , )&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 500, column 9, file /u01/app/sct/D10711/general/c/guastdf.h:&lt;BR /&gt;Error at line 500, column 9 in file /u01/app/sct/D10711/general/c/guastdf.h&lt;BR /&gt;FNSTRUC exefile;&lt;BR /&gt;........1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "exefile" when expecting one of the followin&lt;BR /&gt;g:&lt;BR /&gt;&lt;BR /&gt;   ; , = ( [&lt;BR /&gt;The symbol ";" was substituted for "exefile" to continue.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 122, column 21, file /u01/app/sct/D10711/general/c/guarpfe.h:&lt;BR /&gt;Error at line 122, column 21 in file /u01/app/sct/D10711/general/c/guarpfe.h&lt;BR /&gt;int report(selfcn_t selfcn,voidfcn_t body,voidfcn_t head,voidfcn_t foot);&lt;BR /&gt;....................1&lt;BR /&gt;PCC-S-02201, Encountered the symbol "selfcn" when expecting one of the following&lt;BR /&gt;:&lt;BR /&gt;&lt;BR /&gt;   , )&lt;BR /&gt;&lt;BR /&gt;Error at line 0, column 0 in file zhrtrtc.pc&lt;BR /&gt;PCC-F-02102, Fatal error while doing C preprocessing&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2008 16:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156630#M90754</guid>
      <dc:creator>Shayla Waters</dc:creator>
      <dc:date>2008-03-06T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling ProC on Oracle 10g (HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156631#M90755</link>
      <description>&lt;P&gt;&amp;gt;Could some one point me in the right direction?&lt;BR /&gt;&lt;BR /&gt;The right direction would be to talk to Oracle about their broken preprocessor.&lt;BR /&gt;__va_list__ is a new builtin type for IPF and this needs to be added to Oracle's reserved list of types. I've seen this before so Oracle should have a solution by now?&lt;BR /&gt;Possibly a config file change?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2011 20:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156631#M90755</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-17T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156632#M90756</link>
      <description>First look in all directories - searching for the va_list string, especially in the .h files.  If you find it, and it's the definition that you need, just add it to the include list at the top of .c you're compiling.  Remember that .h file could be in a vast array of places in the Oracle_HOME.&lt;BR /&gt;&lt;BR /&gt;Also, your distribution might have the "symfind" oracle tool that will look around in the Oracle_HOME assets and identify all files that have that symbol defined, both .o files and .a files.  You may have to add them to the link list if you've been lucky enough to find the .h file for the first part.</description>
      <pubDate>Thu, 06 Mar 2008 22:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156632#M90756</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-03-06T22:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling ProC on Oracle 10g (HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156633#M90757</link>
      <description>&lt;P&gt;&amp;gt;TwoProc: First look in all directories - searching for the va_list string,&lt;BR /&gt;&lt;BR /&gt;I'm not sure if you saw my answer first but you can't find something that's built into the compiler. Oracle's preprocessor must be fixed or a configuration file must be edited.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2011 20:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156633#M90757</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-17T20:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156634#M90758</link>
      <description>Hi Dennis,&lt;BR /&gt;Thanks for your reply!  I have a follow up question though, what exactly do i need to add to my config file?</description>
      <pubDate>Tue, 11 Mar 2008 12:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156634#M90758</guid>
      <dc:creator>Shayla Waters</dc:creator>
      <dc:date>2008-03-11T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156635#M90759</link>
      <description>&amp;gt;what exactly do i need to add to my config file?&lt;BR /&gt;&lt;BR /&gt;Sorry I have no clue.  You need to talk to Oracle because there must be some solution that allows this to work on Integrity.</description>
      <pubDate>Tue, 11 Mar 2008 14:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156635#M90759</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-11T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156636#M90760</link>
      <description>Found the following on metalink &lt;BR /&gt;There has been minor changes  to stdio.h on HP-UX 11i, causing ProC to not&lt;BR /&gt;find the necessary typedef for va_list. This results in an error message and &lt;BR /&gt;Pro*C complains that va_list is not a a known type.&lt;BR /&gt; I had to edit the pcscfg.cfg i added the following line:&lt;BR /&gt;define=_PA_RISC2_0&lt;BR /&gt;and after recompiling the files under the general folder I was able to get the file to compile with no errors&lt;BR /&gt;&lt;BR /&gt;Thanks for all your replys</description>
      <pubDate>Wed, 12 Mar 2008 19:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156636#M90760</guid>
      <dc:creator>Shayla Waters</dc:creator>
      <dc:date>2008-03-12T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling ProC on Oracle 10g (HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156637#M90761</link>
      <description>&lt;P&gt;&amp;gt;I had to edit the pcscfg.cfg I added the following line: define=_PA_RISC2_0&lt;BR /&gt;&lt;BR /&gt;This isn't going to make the code work if you actually use va_list.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2011 20:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156637#M90761</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-17T20:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156638#M90762</link>
      <description>Will also adding this line fix the problem&lt;BR /&gt;define=__STDC__&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 17:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156638#M90762</guid>
      <dc:creator>Shayla Waters</dc:creator>
      <dc:date>2008-03-13T17:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling ProC on Oracle 10g (HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156639#M90763</link>
      <description>&lt;P&gt;&amp;gt;Will also adding this line fix the problem?&lt;BR /&gt;define=__STDC__&lt;BR /&gt;&lt;BR /&gt;I don't see how. That won't change the __va_list__ types.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2011 20:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156639#M90763</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-17T20:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156640#M90764</link>
      <description>&lt;!--!*#--&gt;hi, &lt;BR /&gt;&lt;BR /&gt;can you try to compile something more simple?&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;void process()&lt;BR /&gt;{&lt;BR /&gt;EXEC SQL BEGIN DECLARE SECTION;&lt;BR /&gt;char    * instr;&lt;BR /&gt;varchar ostr[255];&lt;BR /&gt;short   ostr_i;&lt;BR /&gt;EXEC SQL END DECLARE SECTION;&lt;BR /&gt;                                                 EXEC SQL WHENEVER SQLERROR DO sqlerror_hard();&lt;BR /&gt;                                                 instr = "";&lt;BR /&gt;    ostr.len = 255;&lt;BR /&gt;    ostr_i   = 1;&lt;BR /&gt;                                                 exec sql execute&lt;BR /&gt;    begin&lt;BR /&gt;        if :instr = ''&lt;BR /&gt;        then&lt;BR /&gt;            :ostr:ostr_i := 'it was blank';&lt;BR /&gt;        elsif :instr is null&lt;BR /&gt;        then&lt;BR /&gt;            :ostr:ostr_i := 'it was NULL';&lt;BR /&gt;        else&lt;BR /&gt;            :ostr:ostr_i := 'it was neither blank, nor null "' || :instr || '"';&lt;BR /&gt;        end if;&lt;BR /&gt;    end;&lt;BR /&gt;    end-exec;&lt;BR /&gt;    printf( "%.*s\n", ostr.len, ostr.arr );&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;revert.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156640#M90764</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-03-14T05:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling ProC on Oracle 10g (HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156641#M90765</link>
      <description>&lt;P&gt;&amp;gt;Yogeeraj: can you try to compile something more simple?&lt;BR /&gt;&lt;BR /&gt;The problem occurs when processing &amp;lt;stdio.h&amp;gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2011 19:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156641#M90765</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-17T19:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156642#M90766</link>
      <description>&amp;gt;Dennis: The problem occurs when processing &lt;STDIO.H&gt;.&lt;BR /&gt;The error is indeed obvious but when you see the first statement in the problem description, it says: " Trying to upgrade to oracle 10g from 9i..."&lt;BR /&gt;&lt;BR /&gt;Meaning that this was something that was working fine in version 9i on the same configuration.&lt;BR /&gt;&lt;BR /&gt;We need more clarifications from Mr. Waters..&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/STDIO.H&gt;</description>
      <pubDate>Fri, 14 Mar 2008 10:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156642#M90766</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-03-14T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156643#M90767</link>
      <description>Hi,&lt;BR /&gt;We have several hundred c processes and were able to compile all of them with this one exception.  Exactly what clarification do you need from me.&lt;BR /&gt;Thanks for all your help!&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2008 15:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156643#M90767</guid>
      <dc:creator>Shayla Waters</dc:creator>
      <dc:date>2008-03-14T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling ProC on Oracle 10g (HP-UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156644#M90768</link>
      <description>&lt;P&gt;&amp;gt;Yogeeraj: Trying to upgrade to oracle 10g from 9i..."&lt;BR /&gt;&amp;gt;Meaning that this was something that was working fine in version 9i on the same configuration.&lt;BR /&gt;&lt;BR /&gt;Then this looks more and more like an Oracle issue. Nothing we can do here.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We have several hundred C processes and were able to compile all of them with this one exception.&lt;BR /&gt;&lt;BR /&gt;Hmm, I would assume at least more than one of them uses &amp;lt;stdio.h&amp;gt;. So this is an intermittent Oracle ProC bug.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2011 20:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156644#M90768</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-17T20:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems compiling C process on Oracle 10g(HP_UX)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156645#M90769</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Dennis: Hmm, I would assume at least more than one of them uses &lt;STDIO.H&gt;. So this is an intermittent Oracle ProC bug.&lt;BR /&gt;&lt;BR /&gt;Indeed. I would suggest that the code which is failing be reviewed. There must be something particular in the script that did not generate any error in the previous version of oracle. &lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/STDIO.H&gt;</description>
      <pubDate>Sat, 15 Mar 2008 04:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-c-process-on-oracle-10g-hp-ux/m-p/4156645#M90769</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-03-15T04:14:17Z</dc:date>
    </item>
  </channel>
</rss>

