OAS 4.0.8.1 Oracle8i r1 patch 2 on RedHat 6.1

I'm having difficulty with starting HTTP listeners and would appreciate some assistance
Using owsctl start shows the following error:
snip <<<
oassrv is accepting requests
OWS-08821: oassrv process 'oassrv' is started up at pid 2532.
OWS-08821: wrksf process 'wrksf' is started up at pid 2590.
Cannot find class BootPm
java.lang.NoClassDefFoundError: oracle/oas/pm/BootPm
Exception in thread "main" Cartridge Server Factory accepting requests ...
OWS-08821: otsfacsrv process 'otsfacsrv' is started up at pid 2616.
Oracle Web Listener 4.0.8.1.0 Enterprise Edition - Release (Export)
Copyright (c) Oracle Corporation 1999. All rights reserved.
Information: Listening on NORM port 8889 address 0.0.0.0
Information: wriorProcessInit: RMProxy IOR Bootstrap Service initialized
Information: Application init function oracle_adp_init returned ADI_FATALINIT
Error: The server could not initialize
Information: The server is exiting
OWS-08811: Unable to startup Oracle Web Listener 'admin'.
end snipThe same error occurs for the www listener
Anyone have any suggestions as to what the problem may be?
TIA
null

According to ORACLE representatives, OAS 4.0.8 isn't their major priority : since Oracle iAS will be available in few days, and many less CPY and memory hungry as OAS, can't you wait a bit longer ?
An other point is that oas 4.0.8.2 will probably be one on their last release of this product ...
Take a look at the oracle iAS white paper, the product will be more reliable and standard : essentialy based on Apache 1.3.12, mod_java, mod_pl and JServ 1.1, and Oracle 8i Cache...
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Geoff Surgenor:
Hi, I've installed OAS 4.0.8.1 on Redhat 6.2 but when I start the processes up the WRKSF goes down after a few seconds, I've seen a previous posting on this subject had a workaround proposed by Dennis Irwin which seemed to work for many people, unfortunately it didn't for me, I've spoken to Oracle about this problem but all they say is OAS 4.0.8.1 isn't supported for the 2.2.14 kernel in Redhat 6.2, 4.0.8.2 will be but they can't say when it will be released, until then OAS is basically useless for me, has anyone any suggestions?. Thanks, Geoff<HR></BLOCKQUOTE>
null

Similar Messages

  • OAS / FORMS 10.1.2.3.0 patch 9593176 : users usually deconnected

    Hello,
    On "OAS / FORMS 10.1.2.3.0", I have applied the patch 9593176. We have no more files on $ORACLE_HOME/forms/trace.
    But users are still usually deconnected once a day (screen frozen).
    webclient operatingsystem is generally Windows XP SP2 or SP3 with Internet Explorer 6 (pour old PC) or 7 (for the last one). Java is 1.6.0_15-b03.
    I don't know if there is a link but Jinitiator is also installed (old PC).
    OAS is installed on Red Hat 5.4. System is not loaded at all.
    Let me know all your ideas
    Regards
    PS
    I don't know if there is a link :
    For a user problem was solved after deleted cookies, temporary internet files and "reset text size to medium while zooming" and "reset Zoom level to 100% for new windows and tabs" (in "Advanced" tab of Internet options).
    On some PC JIniator was previously installed ...

    Hello,
    Thank you for your feedback. About IE6 and JRE 1.6.0_xx, it's a first very a good track.
    You're right " ...users usually deconnected... " doesn't mean anything. I don't have all users feedback. After some try (and several months), they didn't raise us the last errors. So I'm following some users activity. When a user need to reconnect (new id session, connexion date), I translate like a "deconnexion" but generally users have the screen frozen. They have to closed IE and start a new session.
    1. Thank you. I will suggest this to the team.
    For your information, the problem is not always on the same screen ... I have only one dfrmweb_dump trace since the patch 9593176 was applied.
    In any case, I recommend the following in this order,
    2. It was done with the last patch through OEM.
    3. It's seems an other track :
    ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size (blocks, -f) unlimited
    pending signals (-i) 268287
    max locked memory (kbytes, -l) 32
    max memory size (kbytes, -m) unlimited
    open files (-n) 2048
    pipe size (512 bytes, -p) 8
    POSIX message queues (bytes, -q) 819200
    real-time priority (-r) 0
    stack size (kbytes, -s) 10240
    cpu time (seconds, -t) unlimited
    max user processes (-u) 2047
    virtual memory (kbytes, -v) unlimited
    file locks (-x) unlimited
    May be an other problem :
    tail /etc/sysctl.conf
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    # Required for OAS 10gR2 (forms+reports)
    # kernel.sem=semmsl semmns semopm semmni
    kernel.sem=256 32000 100 142
    kernel.msgmni=2878
    fs.file-max=206173
    kernel.shmmni=4096
    Thank you for your help.
    Regards

  • Problem running JSP program on OAS 4.0.8.1 with JSP patch

    Hi all
    I've been running a JSP application on OAS 4.0.8.1 for a month now, but a week ago, when I updated a Java package on the server, the application will no longer run. The simple JSP pages with no bean-tags runs fine, but the ones with bean-tags doesn't work anymore.
    This is the error message:
    Request URI:/jsp/sag/login.jsp
    Exception:
    java.lang.VerifyError
    at java.lang.ClassLoader.resolveClass(Compiled Code)
    at oracle.jsp.app.JspClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at oracle.jsp.app.JspAppLoader.instantiatePage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.reloadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.loadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.getPage(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at oracle.OAS.servlet.servletrunner.exec(Compiled Code)
    I've read on java.sun.com that verifyerrors normally is due to bad package-files, but I've rebuilt the package at least 10-times now, so thats probably not it. What could it be?
    The application runs fine in JDeveloper 3.1
    Thanks on advance,
    Christian Holm

    Hi,
    I am trying to run JSPs on OAS 4.0.8.1.
    I have installed JSP patch, downloaded form olab.com
    I am not able to execute JSPs. I am getting 2 different problems.
    1. If I call the JSP directly from browser, Netscape will ask for save option, it won't execute.
    2. If I call the JSP from another page with submit button, I am getting the following error :
    The requested access method is not allowed for that object.
    Same error for any JSP.
    The same problem for all the samples available with JSP patch.
    Hi chrholm,
    I already tested for 1 month, so
    could you please help me to configure OAS 4.0.8.1 for JSPs.
    Could you please send me mail : [email protected]
    Any help appreciated.
    Thanks,
    Naidu
    null

  • Create database (Oracle8.1.5 on Redhat 6.0)

    I installed oracle8i 8.1.5 under linux redhat 6.0, but during the launching of the dbassist an error message is display:
    Exeption JNSL:oracle.ntpg.jnls.JNLSexeption
    What I can do for Create my database
    null

    See Section3, specially 3.7, on how to create db without using dbassist:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • Oracle8i Installation Problems with RedHat 6.1

    Hi all,
    The Oracle8i installation process for Linux has MUCH room for improvement. After retrieving the so-called "User Friendly Install of Oracle8i on RedHat 6.1", I followed the steps diligently and after extending my swap space, I managed to get the install to work - sort of.... the install of "Database Assistant" failed.. Help on this issue if appreciated. However, a solution to the next problem is much needed:
    After exiting the installer, I go $ORACLE_HOME/install/utl and run the "linux.sh" script (as given in the guide). This script is not successful-it does not find a library "-ldl". Is this an Oracle library? Help! I cannot proceed with the installation until I can get this to work!

    Take a closer look were it fails exactly.
    The linux.sh mainly calls the MaKe files in different directories to link the products together. dl is a library which should be found in your PATH staement. Use ldconfig -p to see which lib-path are include in your ld-path. Make shure that you've included the ld_library_path statement in your root .profile.
    Hope this helps a bit.
    null

  • Oracle8i install errors on RedHat 6.1

    When I try to run /mnt/cdrom/install/linux/runInst.sh I get the following error:
    SIGSEGV 11* segmentation violation
    Full thread dump:
    Monitor Cache Dump:
    Registered Monitor Dump:
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
    Monitor registry: <unowned>
    Thread Alarm Q:
    I am using redhat 6.1 with jdk 1.1.6 v5, Pentium II 350 , 256MB RAM and 9GB UWSCSI.

    set as follows:
    export DISPLAY=<ip address of PC>:0
    it worked for me
    Paul
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Celline Tongfack ([email protected]):
    I am trying to install oracle8i on redhat 6.1
    when I enter ./runInstall, it gives me this error"please set the display and try again." any one knows what i should set the display to? because it does not tell.
    Help!!!!<HR></BLOCKQUOTE>
    null

  • Possible Fix for 8i Patch installs (redhat)

    After doing a couple of reinstalls and trying to get the
    81501 patch to work, I decided to wipe the entire product
    directory and start fresh. The patch then installed without
    a single problem and everything relinked w/o errors.
    I had noticed earlier, but ignored, that the uninstaller
    doesn't really clean up after patching and other stray files.
    I think this may have caused problems with subsequent
    attempts.
    Hope this helps someone.
    Kev
    null

    Kevin (guest) wrote:
    : After doing a couple of reinstalls and trying to get the
    : 81501 patch to work, I decided to wipe the entire product
    : directory and start fresh. The patch then installed without
    : a single problem and everything relinked w/o errors.
    : I had noticed earlier, but ignored, that the uninstaller
    : doesn't really clean up after patching and other stray files.
    : I think this may have caused problems with subsequent
    : attempts.
    : Hope this helps someone.
    : Kev
    That's not true ...if you read instructions carefully ...u
    should open it up in a fresh folder ...because the patch checks
    itself if it
    has 37 files as it blows up...With the other subfolders or
    files running around it adds up to the count and stops your
    installation
    null

  • Oracle 9iR2 patches for RedHat 3 or later on IA64

    Hi All,
    Could some one please help me find out the patches for IA64 RedHat 3 and later version, i wanted to install Oracle 9i release 2 on RH 3 and later, so i read saying i need patches!!
    Thanks in advance, this is very urgent
    Thanks,
    Kumar

    I am not able to access the link, and to let you know i do not have access to metalink, please help me.Then you can't download Oracle Patches... you have to use the distributions as they stand.
    ~Jer

  • Fail to install AS9i infrastructure Patch on RedHat 7.3

    I try to install AS9.0.2 on RedHat7.3. After install the Infrastructure successfully, I began to install the patch. Following the document with the patch, at the step 5 ( install the oracle internet directory patch ), the sub step 6 ( startup the oracle internet directory processes ) $ORACLE_HOME/bin/odisrvreg -h host -p port -D "cn=orcladmin" -w superuser_password, after set the new password, the program give out the following error message :
    Error in creating registration entry...javaqx.naming.directory.InvalidAttributeIdentifierException: [LDAP: error code 17 - Attribute orclversion is not supported in schema.]; remaining name 'cn=odisrv+orclhostname=dbserver01.xyz.com,cn=odi,cn=oracle internet directory'
    Help
    Thx in advance

    George,
    Thanks for your reply. Our current development version is 2.2.13, so 2.3.10 can't be used. And I have tried to install a higher version gcc on AS3, but I don't find any one. Can you help me? maybe find a higher version rpm....
    Thanks,
    Mike

  • Problem with RMAN on Oracle8.1.7 on Redhat Linux 6.2

    Hi, does anyone who is using Oracle with the configuration listed below having problems running RMAN?
    - Redhat 6.2 with kernel upgraded to 2.2.16-3
    - Oracle 8.1.7 EE for Linux
    I don't seem to be able to start RMAN even though I have enable LARGE_POOL_SIZE in the parameter file.
    Whenever I type rman at the prompt, it just hangs!
    If I issue rman catalog rman/rmancatdb, it will return with an error saying can't connect to catalog.
    I got these messages when creating the recovery catalog for the 1st time.
    I suspect its the rman executable that is playing pranks with me. I even issue "relink all" and still can't run rman.
    If anyone know a solution to this please reply. Thanks.

    Hi there,
    Its funny...I found a solution to my problem from oracle metalink.
    if anyone face the same problem you can see the solution here.
    The solution is....check your PATH in .bash_profile
    Make sure the $ORACLE_HOME/bin is specified before the $PATH so that it can call the right Oracle rman executable. This is becoz Linux has a command by the same name rman.
    The Oracle metalink explanation is below.
    On typing rman at the command prompt, the process goes for a hang. The rman utility
    is not invoked nor there is any error message displayed at the prompt.
    If the user types rman -h , then the following error message appears on the
    screen:
    rman
    [-f <ASCII|roff|TkMan|Tk|Sections|HTML|SGML|MIME|LaTeX|LaTeX2e|RTF|pod>]
    [-S(ource of man page passed in)] [-F(ormatted man page passed in)]
    [-r <man reference printf string>] [-l <title printf string>]
    [-V(olume) <colon-separated list>] [-U(RLs as hyperlinks)]
    [-b (show subsections)] [-k(eep head/foot)]
    [-n(ame of man page) <string>] [-s(ection) <string>]
    [-p(aragraph mode toggle)] [-t(abstops spacing) <number>]
    [-N(ormalize spacing, changebars)] [-y (zap hyphens toggle)]
    [-K (declare that page has no breaks)]
    [-d(iff) <file> (old version of page source to incorporate)]
    [-M(essage) <text> (included verbatim at end of Name section)]
    [-R(ebus words for TkMan)] [-C (enable Tcl/Tk formatting)]
    [-o (no op)] [-O <arg> (no op with arg)]
    [-q(uiet--don't report warnings)] [-h(elp)] [-v(ersion)]
    [<filename>]
    Solution Description
    Find out which rman utility is invoked by typing ,
    'which rman' at the command prompt.
    Ensure that the correct utility is invoked from $ORACLE_HOME/bin directory.
    Explanation
    In linux, there is a OS utility called rman. This utility is used for formatting
    purposes.This resides in the /usr/bin directory.
    If the ORACLE_HOME is not set properly or the PATH variable contains ORACLE_HOME/bin
    at the end instead of beginning, then the rman utility provided by oracle is
    not invoked.Also, no error message is thrown out, since there is another utility
    by the same name.
    When the environment variables are properly set, then the correct utility is
    invoked from the $ORACLE_HOME/bin
    Good Luck to whoever needs this solution.
    null

  • Oracle8.1.7 on Redhat 6.2: hangs or crashes on install

    The installation crashes or hangs during initial phases:
    1. I choose entrerprise edition and choose "Typical", then a persent bar appears and Loading is displayed. On "Loading Net8 Configuration InterMedia Text" It simply exits. No any error messages.
    2. i choose "Minimal" install. It goes OK thru "Loading" phase and displays "Privileged Operating system Groups" dialog. After that it displays bar with "Processing" message. On "Porocessing Apache Web Server files" it hangs. In errors file there is info about ExceptionInInitializeError.
    3. i choose "Custom" and remove anything that can be removed. The same exception occurs on "Processing Net8 Configuration Assistant"
    My machine is 128 RAM, 256 swap. My glibc is 2.1.
    I'm desperate, please help.
    null

    I 've got almost the same problem:
    My installation of Oracle 8.1.7 (RedHAt 6.2, glibc 2.1.3, jre 1.1.8) was ok, everything runs from the command line (sqlplus, sqlloader) but only ONE GUI application is allowed to run. After i close any GUI app, and i try to open another one, I get:
    "SIGSEGV received at befffac0 in /usr/X11R6/lib/libXt.so.6
    Processing terminated
    Writing stack trace to javacore8421.txt ... OK "
    I need to reboot the system in order to be able to run ONE GUI app again and this goes on forever...
    Really don't know what's wrong with it...

  • Oracle8 Install Problems on Redhat 5.1 PC

    I just downloaded all the 805ship.* files & started the
    installation with cat 805ship.* | tar -zv . The installation
    quits in the middle & gives me an error. I dont have a clipping
    of the error with me. I see that some of the directories have
    been created under oracle. Am I missing something? Do I need to
    install all the development RPMs before I do this? I've 32
    MB on my PC & a 2.1 GB hard drive.
    Thanks for any feedback.
    null

    Hi!
    I am encountering the same problem... Do you know what to do?
    If you have time, could you please also let me know how the rest
    of the installation go and what was the best support reference
    that you've used.
    Thanks,
    Margaret
    Raj (guest) wrote:
    : I just downloaded all the 805ship.* files & started the
    : installation with cat 805ship.* | tar -zv . The installation
    : quits in the middle & gives me an error. I dont have a clipping
    : of the error with me. I see that some of the directories have
    : been created under oracle. Am I missing something? Do I need to
    : install all the development RPMs before I do this? I've 32
    : MB on my PC & a 2.1 GB hard drive.
    : Thanks for any feedback.
    null

  • Error compil pro*c oracle8.1.7 for redhat 7.3

    hello help me please
    my file : pcscfg.cfg
    sys_include=/home/oracle/product/8.1.7/precomp/public
    sys_include=/home/oracle/product/8.1.7/precomp/syshdr
    sys_include=/home/oracle/product/8.1.7/rdbms/public
    sys_include=/home/oracle/product/8.1.7/network/public
    sys_include=/usr/include
    sys_include=/usr/lib/gcc-lib/i386-glibc21-linux/egcs-2.91.66/include
    message after compil
    make -f /home/oracle/product/8.1.7/precomp/demo/proc/demo_proc.mk OBJS=sample1.o EXE=sample1 build
    make[1]: Entre dans le ripertoire `/home/oracle/product/8.1.7/precomp/demo/proc'
    proc iname=sample1
    Pro*C/C++: Release 8.1.7.0.0 - Production on Me Nov 13 16:23:45 2002
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Valeurs des options systhme par difaut extraites de : /home/oracle/product/8.1.7/precomp/admin/pcscfg.cfg
    Erreur de syntaxe en ligne 48, colonne 3, fichier /usr/include/bits/pthreadtypes.h:
    Erreur ` la ligne 48, colonne 3 dans le fichier /usr/include/bits/pthreadtypes.h
    size_t __guardsize;
    ..1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 51, colonne 3, fichier /usr/include/bits/pthreadtypes.h:
    Erreur ` la ligne 51, colonne 3 dans le fichier /usr/include/bits/pthreadtypes.h
    size_t __stacksize;
    ..1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 72, colonne 5, fichier /usr/include/wchar.h:
    Erreur ` la ligne 72, colonne 5 dans le fichier /usr/include/wchar.h
    wint_t __wch;
    ....1
    PCC-S-02201, Symbole "wint_t" rencontri ` la place d'un des symboles suivants :
    char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "wint_t" pour continuer.
    Erreur de syntaxe en ligne 29, colonne 3, fichier /usr/include/_G_config.h:
    Erreur ` la ligne 29, colonne 3 dans le fichier /usr/include/_G_config.h
    __mbstate_t __state;
    ..1
    PCC-S-02201, Symbole "__mbstate_t" rencontri ` la place d'un des symboles suivan
    ts :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "__mbstate_t" pour continuer.
    Erreur de syntaxe en ligne 34, colonne 3, fichier /usr/include/_G_config.h:
    Erreur ` la ligne 34, colonne 3 dans le fichier /usr/include/_G_config.h
    __mbstate_t __state;
    ..1
    PCC-S-02201, Symbole "__mbstate_t" rencontri ` la place d'un des symboles suivan
    ts :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "__mbstate_t" pour continuer.
    Erreur de syntaxe en ligne 72, colonne 26, fichier /usr/include/gconv.h:
    Erreur ` la ligne 72, colonne 26 dans le fichier /usr/include/gconv.h
    unsigned char **, size_t *, int, int);
    .........................1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    ... auto, char, const, double, enum, float, int, long,
    ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    union, unsigned, utext, uvarchar, varchar, void, volatile,
    a typedef name, exec oracle, exec oracle begin, exec,
    exec sql, exec sql begin, exec sql type, exec sql var,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 85, colonne 7, fichier /usr/include/gconv.h:
    Erreur ` la ligne 85, colonne 7 dans le fichier /usr/include/gconv.h
    size_t *);
    ......1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    ... auto, char, const, double, enum, float, int, long,
    ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    union, unsigned, utext, uvarchar, varchar, void, volatile,
    a typedef name, exec oracle, exec oracle begin, exec,
    exec sql, exec sql begin, exec sql type, exec sql var,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 94, colonne 6, fichier /usr/include/gconv.h:
    Erreur ` la ligne 94, colonne 6 dans le fichier /usr/include/gconv.h
    size_t *);
    .....1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    ... auto, char, const, double, enum, float, int, long,
    ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    union, unsigned, utext, uvarchar, varchar, void, volatile,
    a typedef name, exec oracle, exec oracle begin, exec,
    exec sql, exec sql begin, exec sql type, exec sql var,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 103, colonne 3, fichier /usr/include/gconv.h:
    Erreur ` la ligne 103, colonne 3 dans le fichier /usr/include/gconv.h
    __gconv_trans_fct __trans_fct;
    ..1
    PCC-S-02201, Symbole "__gconv_trans_fct" rencontri ` la place d'un des symboles
    suivants :
    char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Erreur de syntaxe en ligne 0, colonne 0, fichier sample1.pc:
    Erreur ` la ligne 0, colonne 0 dans le fichier sample1.pc
    PCC-S-02201, Symbole "<eof>" rencontri ` la place d'un des symboles suivants :
    ; : an identifier, end-exec, random_terminal
    Erreur ` la ligne 0, colonne 0 dans le fichier sample1.pc
    PCC-F-02102, Erreur fatale pendant le pritraitement de C
    make[1]: Quitte le ripertoire `/home/oracle/product/8.1.7/precomp/demo/proc'
    thank you

    hello help me please
    my file : pcscfg.cfg
    sys_include=/home/oracle/product/8.1.7/precomp/public
    sys_include=/home/oracle/product/8.1.7/precomp/syshdr
    sys_include=/home/oracle/product/8.1.7/rdbms/public
    sys_include=/home/oracle/product/8.1.7/network/public
    sys_include=/usr/include
    sys_include=/usr/lib/gcc-lib/i386-glibc21-linux/egcs-2.91.66/include
    message after compil
    make -f /home/oracle/product/8.1.7/precomp/demo/proc/demo_proc.mk OBJS=sample1.o EXE=sample1 build
    make[1]: Entre dans le ripertoire `/home/oracle/product/8.1.7/precomp/demo/proc'
    proc iname=sample1
    Pro*C/C++: Release 8.1.7.0.0 - Production on Me Nov 13 16:23:45 2002
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Valeurs des options systhme par difaut extraites de : /home/oracle/product/8.1.7/precomp/admin/pcscfg.cfg
    Erreur de syntaxe en ligne 48, colonne 3, fichier /usr/include/bits/pthreadtypes.h:
    Erreur ` la ligne 48, colonne 3 dans le fichier /usr/include/bits/pthreadtypes.h
    size_t __guardsize;
    ..1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 51, colonne 3, fichier /usr/include/bits/pthreadtypes.h:
    Erreur ` la ligne 51, colonne 3 dans le fichier /usr/include/bits/pthreadtypes.h
    size_t __stacksize;
    ..1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 72, colonne 5, fichier /usr/include/wchar.h:
    Erreur ` la ligne 72, colonne 5 dans le fichier /usr/include/wchar.h
    wint_t __wch;
    ....1
    PCC-S-02201, Symbole "wint_t" rencontri ` la place d'un des symboles suivants :
    char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "wint_t" pour continuer.
    Erreur de syntaxe en ligne 29, colonne 3, fichier /usr/include/_G_config.h:
    Erreur ` la ligne 29, colonne 3 dans le fichier /usr/include/_G_config.h
    __mbstate_t __state;
    ..1
    PCC-S-02201, Symbole "__mbstate_t" rencontri ` la place d'un des symboles suivan
    ts :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "__mbstate_t" pour continuer.
    Erreur de syntaxe en ligne 34, colonne 3, fichier /usr/include/_G_config.h:
    Erreur ` la ligne 34, colonne 3 dans le fichier /usr/include/_G_config.h
    __mbstate_t __state;
    ..1
    PCC-S-02201, Symbole "__mbstate_t" rencontri ` la place d'un des symboles suivan
    ts :
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Symbole "enum," a iti substitui ` "__mbstate_t" pour continuer.
    Erreur de syntaxe en ligne 72, colonne 26, fichier /usr/include/gconv.h:
    Erreur ` la ligne 72, colonne 26 dans le fichier /usr/include/gconv.h
    unsigned char **, size_t *, int, int);
    .........................1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    ... auto, char, const, double, enum, float, int, long,
    ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    union, unsigned, utext, uvarchar, varchar, void, volatile,
    a typedef name, exec oracle, exec oracle begin, exec,
    exec sql, exec sql begin, exec sql type, exec sql var,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 85, colonne 7, fichier /usr/include/gconv.h:
    Erreur ` la ligne 85, colonne 7 dans le fichier /usr/include/gconv.h
    size_t *);
    ......1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    ... auto, char, const, double, enum, float, int, long,
    ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    union, unsigned, utext, uvarchar, varchar, void, volatile,
    a typedef name, exec oracle, exec oracle begin, exec,
    exec sql, exec sql begin, exec sql type, exec sql var,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 94, colonne 6, fichier /usr/include/gconv.h:
    Erreur ` la ligne 94, colonne 6 dans le fichier /usr/include/gconv.h
    size_t *);
    .....1
    PCC-S-02201, Symbole "size_t" rencontri ` la place d'un des symboles suivants :
    ... auto, char, const, double, enum, float, int, long,
    ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    union, unsigned, utext, uvarchar, varchar, void, volatile,
    a typedef name, exec oracle, exec oracle begin, exec,
    exec sql, exec sql begin, exec sql type, exec sql var,
    Symbole "enum," a iti substitui ` "size_t" pour continuer.
    Erreur de syntaxe en ligne 103, colonne 3, fichier /usr/include/gconv.h:
    Erreur ` la ligne 103, colonne 3 dans le fichier /usr/include/gconv.h
    __gconv_trans_fct __trans_fct;
    ..1
    PCC-S-02201, Symbole "__gconv_trans_fct" rencontri ` la place d'un des symboles
    suivants :
    char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    Erreur de syntaxe en ligne 0, colonne 0, fichier sample1.pc:
    Erreur ` la ligne 0, colonne 0 dans le fichier sample1.pc
    PCC-S-02201, Symbole "<eof>" rencontri ` la place d'un des symboles suivants :
    ; : an identifier, end-exec, random_terminal
    Erreur ` la ligne 0, colonne 0 dans le fichier sample1.pc
    PCC-F-02102, Erreur fatale pendant le pritraitement de C
    make[1]: Quitte le ripertoire `/home/oracle/product/8.1.7/precomp/demo/proc'
    thank you

  • Oracle8i, OAS, NT - Can not service this request, please try again later

    Hello,
    I've installed OAS 4.0.7.1 (including the patch download from Oracle) and Oracle8i in two separate Oracle_Homes on an NT 4, sp4 machine.
    I've managed to get the JWEB, Livehtml and JCO samples running, however the PLSQL and CWEB samples won't run...giving a really useful error message of:
    'Can not service this request, please try again later'
    oh, and I have installed the PLSQL toolkit etc.
    I've previously had an OAS 4.0.5 app up and running fine on NT 4 sp4, against an 8.0.4 DB.
    Has anyone got any ideas on what the problem is with the PLSQL/CWeb cartridges?
    thanks
    David
    [email protected]

    Hi David,
    This could be because of low physical & virtual memory, but if you can post errors that are in log file(wrb.log) it will help to
    solve the problem
    Ganesh

  • Remote Inatall Oracle8i in RedHat7.0

    Hello,
    I would like to install a Oracle8i in a remote RedHat 7.0 server. The locale of the remote server is en_US and the workstation is en_US.iso885915. I set the DISPLAY veriable, xhost + in my workstation and the LANG env verable to en_US. When I run runInstaller, it failed. I have the following error message:
    [oracle@ensim Disk1]$ ./runInstaller
    [oracle@ensim Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2002-09-16_03-53-22AM/jre/bin/java. Please wait...
    current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultWarning: Cannot convert string "<Key>Escape,_Key_Cancel" to type VirtualBinding
    Warning: Cannot convert string "<Key>Home,_Key_Begin" to type VirtualBinding
    Warning: Cannot convert string "<Key>F1,_Key_Help" to type VirtualBinding
    Warning: Cannot convert string "Shift<Key>F10,_Key_Menu" to type VirtualBinding
    Warning: Cannot convert string "<Key>F10,Shift_Key_Menu" to type VirtualBinding
    Warning: Cannot convert string "<Key>KP_Enter,_Key_Execute" to type VirtualBinding
    Warning: Cannot convert string "Alt<Key>Return,Alt_Key_KP_Enter" to type VirtualBinding
    Warning: translation table syntax error: Unknown keysym name: osfActivate
    Warning: ... found while parsing ':<Key>osfActivate:          ManagerParentActivate()'
    Warning: String to TranslationTable conversion encountered errors
    Warning: translation table syntax error: Unknown keysym name: osfBeginLine
    Warning: ... found while parsing ':<Key>osfBeginLine:          ManagerGadgetTraverseHome()'
    Warning: String to TranslationTable conversion encountered errors
    Warning: translation table syntax error: Unknown keysym name: osfHelp
    Warning: ... found while parsing ':<Key>osfHelp:               ManagerGadgetHelp()'
    Warning: String to TranslationTable conversion encountered errors
    Warning: translation table syntax error: Unknown keysym name: osfActivate
    Warning: ... found while parsing ':<Key>osfActivate:     DrawingAreaInput() ManagerParentActivate()'
    Warning: String to TranslationTable conversion encountered errors
    Warning: translation table syntax error: Unknown keysym name: osfUp
    Warning: ... found while parsing ':<Key>osfUp:          DrawingAreaInput() ManagerGadgetTraverseUp()'
    Warning: String to TranslationTable conversion encountered errors
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4002588b
    Function name=__pthread_mutex_trylock
    Library=/lib/i686/libpthread.so.0
    Current Java thread:
         at sun.awt.motif.MComponentPeer.pSetFont(Native Method)
         at sun.awt.motif.MComponentPeer.setFont(MComponentPeer.java:207)
         at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:105)
         at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:53)
         at sun.awt.motif.MToolkit.createFrame(MToolkit.java:138)
         at java.awt.Frame.addNotify(Frame.java:353)
         at java.awt.Window.addNotify(Window.java:346)
         at java.awt.Window.show(Window.java:389)
         at java.awt.Component.show(Component.java:946)
         at java.awt.Component.setVisible(Component.java:903)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:596)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:05 403213 /tmp/OraInstall2002-09-16_03-53-22AM/jre/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:05 403213 /tmp/OraInstall2002-09-16_03-53-22AM/jre/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 03:05 272575 /lib/ld-2.2.4.so
    40016000-40017000 rw-p 00015000 03:05 272575 /lib/ld-2.2.4.so
    40018000-40019000 r--p 00000000 03:05 1221 /usr/lib/locale/en_US/LC_IDENTIFICATION
    40019000-4001a000 r--p 00000000 03:05 32115 /usr/lib/locale/en_US/LC_MEASUREMENT
    4001a000-4001b000 r--p 00000000 03:05 177846 /usr/lib/locale/en_US/LC_TELEPHONE
    4001b000-4001c000 r--p 00000000 03:05 177848 /usr/lib/locale/en_US/LC_ADDRESS
    4001c000-4001d000 r--p 00000000 03:05 177847 /usr/lib/locale/en_US/LC_NAME
    4001d000-4001e000 r--p 00000000 03:05 272581 /usr/lib/locale/en_US/LC_PAPER
    4001e000-4002b000 r-xp 00000000 03:05 48155 /lib/i686/libpthread-0.9.so
    4002b000-40033000 rw-p 0000c000 03:05 48155 /lib/i686/libpthread-0.9.so
    40033000-4003c000 r-xp 00000000 03:05 1665 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/native_threads/libhpi.so
    4003c000-4003d000 rw-p 00008000 03:05 1665 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/native_threads/libhpi.so
    4003d000-4022d000 r-xp 00000000 03:05 1673 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/client/libjvm.so
    4022d000-4032b000 rw-p 001ef000 03:05 1673 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/client/libjvm.so
    40342000-40345000 r-xp 00000000 03:05 275290 /lib/libdl-2.2.4.so
    40345000-40346000 rw-p 00002000 03:05 275290 /lib/libdl-2.2.4.so
    40346000-40478000 r-xp 00000000 03:05 48150 /lib/i686/libc-2.2.4.so
    40478000-4047e000 rw-p 00131000 03:05 48150 /lib/i686/libc-2.2.4.so
    40483000-40496000 r-xp 00000000 03:05 275292 /lib/libnsl-2.2.4.so
    40496000-40497000 rw-p 00012000 03:05 275292 /lib/libnsl-2.2.4.so
    40499000-404bb000 r-xp 00000000 03:05 48153 /lib/i686/libm-2.2.4.so
    404bb000-404bc000 rw-p 00021000 03:05 48153 /lib/i686/libm-2.2.4.so
    404bc000-404f0000 r-xp 00000000 03:05 385573 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    404f0000-404fc000 rw-p 00033000 03:05 385573 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    404fe000-4050f000 r-xp 00000000 03:05 1591 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libverify.so
    4050f000-40511000 rw-p 00010000 03:05 1591 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libverify.so
    40511000-40532000 r-xp 00000000 03:05 1592 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libjava.so
    40532000-40534000 rw-p 00020000 03:05 1592 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libjava.so
    40535000-40549000 r-xp 00000000 03:05 1593 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libzip.so
    40549000-4054c000 rw-p 00013000 03:05 1593 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libzip.so
    4054c000-4127d000 r--s 00000000 03:05 1584 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/rt.jar
    412aa000-4154f000 r--s 00000000 03:05 1585 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i18n.jar
    4154f000-41565000 r--s 00000000 03:05 1572 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/sunrsasign.jar
    4360d000-4360e000 r--p 00000000 03:05 402358 /usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    4360e000-4360f000 r--p 00000000 03:05 32091 /usr/lib/locale/en_US/LC_MONETARY
    4360f000-43610000 r--p 00000000 03:05 1222 /usr/lib/locale/en_US/LC_TIME
    524f7000-52522000 r--p 00000000 03:05 177857 /usr/lib/locale/en_US/LC_CTYPE
    52522000-52528000 r--p 00000000 03:05 402363 /usr/lib/locale/en_US/LC_COLLATE
    52528000-52529000 r--p 00000000 03:05 176391 /usr/lib/locale/en_US/LC_NUMERIC
    5252f000-52534000 r-xp 00000000 03:05 275420 /lib/libnss_ensimvwh.so.2
    52534000-52535000 rw-p 00004000 03:05 275420 /lib/libnss_ensimvwh.so.2
    52535000-5253f000 r-xp 00000000 03:05 275299 /lib/libnss_files-2.2.4.so
    5253f000-52540000 rw-p 00009000 03:05 275299 /lib/libnss_files-2.2.4.so
    52dac000-52f65000 r--s 00000000 03:05 1760 /tmp/OraInstall2002-09-16_03-53-22AM/oui/lib/OraInstaller.jar
    52f65000-530d2000 r--s 00000000 03:05 1758 /tmp/OraInstall2002-09-16_03-53-22AM/oui/lib/ewt3.jar
    530d2000-534a0000 r-xp 00000000 03:05 1600 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libawt.so
    534a0000-534b0000 rw-p 003cd000 03:05 1600 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libawt.so
    534c5000-534f6000 r-xp 00000000 03:05 1599 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libmlib_image.so
    534f6000-534f8000 rw-p 00030000 03:05 1599 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libmlib_image.so
    534f8000-534fe000 r-xp 00000000 03:05 273940 /usr/X11R6/lib/libXp.so.6.2
    534fe000-53500000 rw-p 00005000 03:05 273940 /usr/X11R6/lib/libXp.so.6.2
    53500000-53548000 r-xp 00000000 03:05 273946 /usr/X11R6/lib/libXt.so.6.0
    53548000-5354c000 rw-p 00047000 03:05 273946 /usr/X11R6/lib/libXt.so.6.0
    5354d000-53559000 r-xp 00000000 03:05 273930 /usr/X11R6/lib/libXext.so.6.4
    53559000-5355b000 rw-p 0000b000 03:05 273930 /usr/X11R6/lib/libXext.so.6.4
    5355b000-5355f000 r-xp 00000000 03:05 273948 /usr/X11R6/lib/libXtst.so.6.1
    5355f000-53561000 rw-p 00003000 03:05 273948 /usr/X11R6/lib/libXtst.so.6.1
    53561000-5363c000 r-xp 00000000 03:05 273922 /usr/X11R6/lib/libX11.so.6.2
    5363c000-53640000 rw-p 000da000 03:05 273922 /usr/X11R6/lib/libX11.so.6.2
    53641000-53649000 r-xp 00000000 03:05 273920 /usr/X11R6/lib/libSM.so.6.0
    53649000-5364a000 rw-p 00007000 03:05 273920 /usr/X11R6/lib/libSM.so.6.0
    5364a000-5365e000 r-xp 00000000 03:05 273916 /usr/X11R6/lib/libICE.so.6.3
    5365e000-5365f000 rw-p 00013000 03:05 273916 /usr/X11R6/lib/libICE.so.6.3
    53661000-536eb000 r-xp 00000000 03:05 1601 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libfontmanager.so
    536eb000-536fb000 rw-p 00089000 03:05 1601 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libfontmanager.so
    5371c000-5380a000 r--s 00000000 03:05 1762 /tmp/OraInstall2002-09-16_03-53-22AM/oui/lib/InstHelp.jar
    5380a000-5381b000 r--s 00000000 03:05 1763 /tmp/OraInstall2002-09-16_03-53-22AM/oui/lib/InstImages.jar
    5401b000-5404a000 r-xp 00000000 03:05 1602 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libjpeg.so
    5404a000-5404b000 rw-p 0002e000 03:05 1602 /tmp/OraInstall2002-09-16_03-53-22AM/jre/lib/i386/libjpeg.so
    Local Time = Mon Sep 16 03:53:36 2002
    Elapsed Time = 13
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)
    # An error report file has been saved as hs_err_pid21085.log.
    # Please refer to the file for further information.
    Do you have any idea what's going on?
    Thanks,
    Sing

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by abc defg ([email protected]):
    Hi guys,
    I am using Oracle 8i EE ver 8.1.6
    I use CORBA objects , deployed in the
    Oracle 8i JVM to access the database,
    Now some of my corba objects need to
    access Data from a remote database
    Oracle8 ver 8.0.4
    For this i use the Server-Side JDBC thin
    driver.
    the program works initially,
    but during peak-load condiction,
    my sessions with the remote Server,
    simply HANG.
    then i have no choice to restart
    my 8.1.6 ver DB.
    Any body can help me out ?
    thanks in advance.<HR></BLOCKQUOTE>
    Have you installed the patch set 3.0
    and thus upgraded to 8.1.6.3.0. It
    definetely fixes some EJIB bugs.
    null

Maybe you are looking for

  • Safari Will not open, just hangs.

    Safari will not open. It bounces for a long time in the dock and then stops bouncing but no window opens, the icon has no arrow underneath, and Activity Monitor says it is Not Responding. I have to force quit it over and over. I have restarted and re

  • Bus error in the Forte executable

    Hi, We have an environment with forte' (ver. 3.0.G.2) running on AIX 4.1 (The name of central server is cld_app1 and the nodemgr start with the name cld_TDR). In our environment we are using two differnet repository. In rep1 we have a very simple pro

  • My Macbook Pro intermittently hangs up

    From time to time my Spring 2011 Macbook Pro freezes randomly. Any suggestions on what might be causing this?

  • I need image galleries

    Hi, Are thereĀ  any websites for photo galleries (free) which are not responisve.I googled,but i found lots of responsive photo galleries.I need non-responsive phot galleries .Please help me. Thanks

  • CCMS monitoring configuration

    Hello, I am trying to configure CCMS monitoring in Solution Manager. However I am unable to find any documents to guide me through the process. kindly help. Thanks.