Loadjava on linux

Hi,
I've Oracle 8.1.6 on Debian 2.2 rel.2.
I'm trying to load java classes to my database.
I can do it with PL/SQL package: "DBMS_JAVA".
When I try to use command line utility: "loadjava" I get the message:
loadjavasu: /ora/app/oracle/product/8.1.6/bin/loadjava: No such file or directory
ls -l /ora/app/oracle/product/8.1.6/bin/loadjava-rwxr-xr-x 1 oracle oinstall 679 Feb 2 23:27 loadjava
what's wrong? ..
null

Change the top line of the loadjava script from #/bin/ksh to #/bin/bsh and try again.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Adam Kusmirek ([email protected]):
Hi,
I've Oracle 8.1.6 on Debian 2.2 rel.2.
I'm trying to load java classes to my database.
I can do it with PL/SQL package: "DBMS_JAVA".
When I try to use command line utility: "loadjava" I get the message:
loadjavasu: /ora/app/oracle/product/8.1.6/bin/loadjava: No such file or directory
ls -l /ora/app/oracle/product/8.1.6/bin/loadjava-rwxr-xr-x 1 oracle oinstall 679 Feb 2 23:27 loadjava
what's wrong? ..
<HR></BLOCKQUOTE>
null

Similar Messages

  • Loadjava Hangs

    Hi all,
    I am unable to get loadjava working with 10g. Even simple examples from the docs fail. Details are below.
    There appears to be an internal error (joe_well_known_internal), but I'm hoping it's my mistake.
    Any wisdom would be appreciated.
    thanks,
    David
    ===== Command line
    loadjava -user sys/pw@<<snip>>
    Oscar.class
    Error while testing for existence of dbms_java.handleMd5
    ORA-03113: end-of-file on communication channel
    Error while getting old MD5 of Oscar
    Closed Connection
    Error while creating class Oscar
    ORA-03113: end-of-file on communication channel
    The following operations failed
    class Oscar: creation (createFailed)
    exiting : Failures occurred during processing
    =====
    ===== From alert.log
    Errors in file /u01/app/oracle/admin/ciw/udump/ciw_ora_18777.trc:
    ORA-07445: exception encountered: core dump
    [joe_well_known_internal()+102] [SIGSEGV] [Address not mapped to object] [0x196E180C] [] []
    Tue Apr 27 15:22:39 2004
    sdtcs_getexecname: ignored overriding value [oracleciw]
    =====
    ===== From ...ciw_ora_18777.trc
    /u01/app/oracle/admin/ciw/udump/ciw_ora_18777.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1
    System name: Linux
    Node name: <<<snip>>>
    Release: 2.4.22-1.2115.nptl
    Version: #1 Wed Oct 29 15:42:51 EST 2003
    Machine: i686
    Instance name: <<snip>>
    Redo thread mounted by this instance: 1
    Oracle process number: 18
    Unix process pid: 18777, image: <<snip>>
    >>>
    *** SERVICE NAME:(ciw) 2004-04-27 15:22:39.154
    *** SESSION ID:(264.139) 2004-04-27 15:22:39.154
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x196e180c, PC: [0x120319c, joe_well_known_internal()+102]
    Registers:
    %eax: 0x012ded58 %ebx: 0x0158abb4 %ecx: 0xbf2c3d8b
    %edx: 0xbf2c3d8b %edi: 0x5690769e %esi: 0xbf2c3d88
    %esp: 0xbff0ff54 %ebp: 0xbff0ff74 %eip: 0x0120319c
    %efl: 0x00210286
    joe_well_known_internal()+91 (0x1203191) mov 0xfffffffc(%ebp),%edx
    joe_well_known_internal()+94 (0x1203194) mov %edx,%esi
    joe_well_known_internal()+96 (0x1203196) and $-8,%esi
    joe_well_known_internal()+99 (0x1203199) mov %esi,0xffffffec(%ebp)
    joe_well_known_internal()+102 (0x120319c) mov 0xc(%esi,%edi,4),%esijoe_well_known_internal()+106 (0x12031a0) cmp %edx,%esi
    joe_well_known_internal()+108 (0x12031a2) jz 0x1203294
    joe_well_known_internal()+114 (0x12031a8) test %esi,%esi
    joe_well_known_internal()+116 (0x12031aa) jz 0x1203239
    *** 2004-04-27 15:22:39.169
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump
    [joe_well_known_internal()+102] [SIG
    SEGV] [Address not mapped to object] [0x196E180C] [] []
    Current SQL statement for this session:
    create or replace java class using blob LOB from
    CREATE$JAVA$LOB$TABLE where
    name ='LOADJAVA/LOB/KEY'
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x56d43fa8 1 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    sdtcs_getexecname: use overriding value for executable
    sdtcs_getexecname: ignored overriding value [oracleciw]
    ksedmp()+493 call ksedst()+0 1 ? 0 ? 1 ? 1 ? 0 ? 0 ?
    ssexhd()+1132 call ksedmp()+0 3 ? 0 ? 0 ? 0 ? 0 ? 0 ?
    joe_well_known_inte signal ssexhd()+0 B ? BFF0FBE8 ? BFF0FC68 ?
    rnal()+102
    joe_well_known()+18 call joe_well_known_inte BF2B4FBF ? 12DED58 ? 1 ?
    rnal()+0
    eorealize_xref()+83 call joe_well_known()+0 BF2B4FBF ? 12DED58 ?
    eoref_resolve_xdesc call eorealize_xref()+0 BF2B4FBF ? 54801F2F ?
    ()+133 54801180 ? 158ABB4 ?
    =====

    With that sort of error, it has to be a bug. Probably platform specific (although you don't mention a specific platform).

  • -jarasresource option in for loadjava utility. How does it work?

    Hi, I have a simple java function I want to load into Oracle DB as java custom function. This I can do no problem when it is so simple it doesn't import any other classes outside of the standard java jre, but when I want to include third party libraries I start hitting the problems.
    I would like to load the third party libraries as jar files (in this case common-codec.jar from apache), but can only get this to load without the -jarasresource option i.e where the loadjava utility unpacks all the files in the jar an loads them separately. This just doesn't seem right - surely it would be better to load the jar file as a whole and have it on the class path for my custom class to use.
    The problems is thus...
    D:\>loadjava -thin -u audit/****@<dbname>:1521:devdb -verbose -force -order -resolve -grant public -s -jarasresource d:\commons-codec-1.3\commons-cod
    ec-1.3.jar
    arguments: '-thin' '-u' 'audit/****@<dbname>:1521:devdb' '-verbose' '-force' '-order' '-
    resolve' '-grant' 'public' '-s' '-jarasresource' 'd:\commons-codec-1.3\commons-codec-1.3.jar'
    creating : resource d:/commons-codec-1.3/commons-codec-1.3.jar
    loading  : resource d:/commons-codec-1.3/commons-codec-1.3.jar
    granting : execute on resource d:/commons-codec-1.3/commons-codec-1.3.jar to public
    skipping : resource d:/commons-codec-1.3/commons-codec-1.3.jar
    D:\>loadjava -thin -u audit/****@<dbname>:1521:devdb -verbose -force -order -resolve -grant public -s StringPatternEncoder.class
    arguments: '-thin' '-u' 'audit/****@<dbname>:1521:devdb' '-verbose' '-force' '-order' '-
    resolve' '-grant' 'public' '-s' 'StringPatternEncoder.class'
    creating : class uk/police/kent/util/StringPatternEncoder
    loading  : class uk/police/kent/util/StringPatternEncoder
    granting : execute on class uk/police/kent/util/StringPatternEncoder to public
    resolving: class uk/police/kent/util/StringPatternEncoder
    errors   : class uk/police/kent/util/StringPatternEncoder
        ORA-29521: referenced name org/apache/commons/codec/language/DoubleMetaphone could not be found
    synonym  : uk/police/kent/util/StringPatternEncoder
    The following operations failed
        class uk/police/kent/util/StringPatternEncoder: resolution
    exiting  : Failures occurred during processingso my questions are
    1. did the load of the jar fail in the first command as it said it was skipped?
    2. if it didn't fail, how do I reference it when I issue the second command i.e. to resolve using the jar file - do I need to specify a -resolver option (this seems to suggest in the docs that this is how to supply a different 'classpath')
    Could example usage of --resolver be given using my example as the ones in docs only give example on ((* SCOTT) (* PUBLIC)) which doesn't mean a lot to me?
    also, how do I check the existence of my classes and jar files in the db? I have checked the user_objects view and can see my jar file there, but don't know what schema etc. it is in.
    platform
    loadjava - windows
    db - 10g Linux
    be gentle with me - I am a developer and don't usually get involved with db at this level.
    Thanks
    Conrad
    thanks

    Hi,
    The default resolver spec for SCOTT schema is '{(*SCOTT) (* PUBLIC)}'.
    If you want a non-default resolver spec, you have to explictly specify it. Example the following resolver spec will search the SCOTT, OTHER, and PUBLIC schemas:
    loadjava -resolve -resolver "((* SCOTT)(* OTHER)(*PUBLIC))" ...Loadjava does not resolve Java resources; the resources objects
    are looked up by the Java VM within the scope of the resolver spec of the
    referring class. A Java resource can have a “resolver spec” but is only looked up and used during the resolution of the class, which refers to it;
    All these are explained in chapter 2 and 3 of my book (see below).
    In your case, it looks like you need to explode the jar (without -jarasresource option).
    Kuassi
    - blog http://db360.blogspot.com/
    - book http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html

  • Loadjava  SIGSEGV

    Anyone out there has experienced this? I experience this both
    on loadjava and dropjava command. Search this web site didnt give
    me much. Please post answer on the Thread please. Thanks.
    The command I used from the shell:
    user1$> loadjava -user scott/tiger -resolve Oscar.class.
    I am on a SuSE 7.2 with 8i 8.1.7, glibc 2.1 patched
    My PATH and CLASSPATH are:
    export
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/java/l
    ib:/usr/X11R6/bin:$ORACLE_HOME/bin:/usr/local/j2sdk1.3.0/bin:.
    export JAVA_HOME=/usr/local/j2sdk1.3.0
    export LD_LIBRARY_PATH=/usr/lib/java/lib:$ORACLE_HOME/lib
    # Ensure that TWO_TASK is not set
    unset TWO_TASK
    #launch the oracle generated environment
    ORAENV_ASK= NO
    source oraenv
    #export
    CLASSPATH=$ORACLE_HOME/JRE/lib:$ORACLE_HOME/jlib:$ORACLE_HOME/rdb
    ms/jlib:$ORACLE_HOME/network/jlib:/u01/j2sdkee1.2.1/lib:.
    export
    CLASSPATH=$ORACLE_HOME/JRE/lib:$ORACLE_HOME/jlib:$ORACLE_HOME/rdb
    ms/jlib:$ORACLE_HOME/network/jlib:/usr/local/j2sdk1.3.0/lib:.
    export
    CLASSPATH=:$CLASSPATH:/usr/local/jakarta-tomcat-3.2.1/lib/servlet
    .jar
    export
    CLASSPATH=:$CLASSPATH:/home/oradbuser1/mm.mysql-2.0.6/mm.mysql-2.
    0.6.jar
    export CLASSPATH=:$CLASSPATH:$ORACLE_HOME/sqlj/lib/translator.zip
    export
    CLASSPATH=:$CLASSPATH:$ORACLE_HOME/sqlj/lib/runtime12ee.zip
    export CLASSPATH=:$CLASSPATH:$ORACLE_HOME/jdbc/lib/classes111.zip
    export CLASSPATH=:$CLASSPATH:$ORACLE_HOME/lib/aurora_client.jar
    export CLASSPATH=:$CLASSPATH:$ORACLE_HOME/jlib
    export CLASSPATH=:$CLASSPATH:$ORACLE_HOME/JRE
    Error im getting, an excerpt from a javacorePID.txt
    SIGSEGV received at bfffdcf0 in
    /u01/app/oracle/jre/1.1.8/lib/linux/native_threa ds/libjava.so.
    Processing terminated
    jre full version "JDK 1.1.8 IBM build l118-20000713
    (JIT enabled: jitc)"
    Operating Environment

    Sorry...missed your first question there.
    I'm running AIX 4.3.2 on an IBM RS/6000 Server. I've got Java 1.1.6 installed.

  • Loadjava is not working(can not find libjava.so)

    Hi ,
    I am working on linux7 server which has oracle9i database.
    when I gave loadjava command. I am getting this error
    "can not find libjava.so".But "libjava.so" is there. my java home is /usr/lib/java. I donot know which error is this.
    it seems linux error
    For time being manually I am loading java files in database.
    thanks,
    .

    For what purpose are you trying to connect them?
    Only specific apps support Bluetooth connections between iOS devices, and you can only connect an iPhone to a computer via Bluetooth for internet tethering.

  • Loadjava gives ORA-29516: Assertion failure at eox.c:232

    I was trying to test on the loadjava and Java Stored Procedure capabilities on Oracle 9i Release 2.
    I ran into the following error when I tried to load a number of Oracle jar library files into the database (in order to resolve my class using org.apache.soap packages).
    Error while computing shortname of org/apache/soap/Utils
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:232
    Uncaught exception Root of all Java exceptions: java.lang.NullPointerException
    ORA-06512: at "SYS.DBMS_JAVA", line 213
    ORA-06512: at line 1
    I ran the following command:
    loadjava -thin -user system/manager@<host>:1521:local -resolve -synonym -verbose -grant public
    D:/jdev9i/soap/lib/soap.jar D:/jdev9i/lib/dms.jar D:/jdev9i/jlib/javax-ssl-1_1.jar
    C:/ora81/lib/servlet.jar D:/jdev9i/jdk/jre/lib/ext/mail.jar
    Does anyone has any idea how I can resolve this problem? Response is appreciated. Thanks!

    I have Oracle-DB Server on Linux and Windows-2000.
    I try to deploy the Java-Function to Oracle-DB with JDevelopr.
    My Email: [email protected]
    Here are my deploy-Preview:
    -user
    <connect string>
    -order
    -resolve
    -noverify
    -debug
    -definer
    -force
    -synonym
    -verbose
    thanks
    MZ

  • ORA-29516 encountered when using LoadJava

    I get ORA-29516 when trying to use the LoadJava command on Linux and Oracle 8.1.6.
    I also have trouble running the initjvm.sql, it seems to always run with errors. Do I need to alter some values in my .ora file? or is there something else that I may try?
    I am trying to run initjvm.sql as sys.
    null

    Actually I have found that I get a ora-3113 error when I try to run the initjvm.sql script. I am trying to run it as SYS, however it hangs after a 20 or so statements and then after a long time, I get the ora-3113 error (i am guessing that oracle is terminating its session).

  • Trouble with loadjava

    I have used loadjava successfully on linux(8.1.7) now when trying on NT (8.1.7) I get "Error while computing shortname of Account_j ORA-06550: line 1, column 13 : PLS-00201:indentifier 'DBMS_JAVA.SHORTNAME' must be declared"
    I looked up the errors, and it seems to suggest a permissions problem. I went back to the docs to make sure I had granted permsission for tables, and procedures. But doesn't seem to make any difference.
    Any ideas?
    Thanks,
    mark

    I have used loadjava successfully on linux(8.1.7) now when trying on NT (8.1.7) I get "Error while computing shortname of Account_j ORA-06550: line 1, column 13 : PLS-00201:indentifier 'DBMS_JAVA.SHORTNAME' must be declared"
    I looked up the errors, and it seems to suggest a permissions problem. I went back to the docs to make sure I had granted permsission for tables, and procedures. But doesn't seem to make any difference.
    Any ideas?
    Thanks,
    mark

  • IAS9i with Portal3.0 on RH 6.2 Linux

    Hi,
    I am installing iAS9i and having problems with the Oracle Portal Configuration Assistant.
    It goes all the way through the install, and returns a message that errors were detected in the post-installation check. -The SSOHash has not been loaded into the DB. - The enabler configuration table does not have any entries.
    In the iAS9i installation log, I found an error in Install Action 11, running ssoinsd.sql, Error at line 1, ORA-06510 and ORA-06512: at "PORTAL30_IAS2A_SSO.WWSSO_UTL", line 1094, and at line 495, and the same type of errors in "WWSSO_LS_PRIVATE" , line 238. It also indicates that the SSOHash does not exist.
    It found similar errors in ssoseedl.sql, and a few others: Setting Portal Partner App, and Setting Login Server Partner App.
    I also saw errors in ssoseedw.sql: Error Seeding the Portal Enabler config entry.
    In ssossedu.sql I saw: Error Obtaining Login Server Configuration.
    I found the manual way of installing the SSOHash (loadjava -user portal30_IAS2A_sso/[email protected] -resolve SSOHash.class) and it appears to run without error, after I changed the script shell from ksh to sh.
    However, I still get the same errors when trying to reinstall (after uninstall) Oracle Portal.
    After reinstall OP, and SSOHash, I tried to run the scripts that failed manually, but got the same errors as before.
    I hope I have provided a reasonable amount of detail.
    Can you help?
    null

    Ok,
    I have followed the MetaLink Note #133400.1 for installing iAS9i on Linux.
    The only differences between it and what I had already done was to set ORACLE_TERM and use the Blackdown jdk (I had used Sun's).
    I still get the exact same errors.
    What version of RedHat are most people starting with (6.0, 6.1, 6.2, 7.0, ...)?
    I have a 8.1.6.1 EE DB running on a 6.2 system with the appropriate upgrades.
    Can anyone who has made this work help me?

  • Sending down Linux commands from database

    Hello
    Im working with Oracle 10.2.0.4.3 on Linux SuSE FUSE Version 2.3.0-RC0-SL0/SLES-9.
    Im currently doing an extract of BLOB files down to a directory on the server.
    When I do the extract the Oracle user becomes the owner of the files and my own user doesn't have the access (neither read or write) to the files.
    I cannot receive Oracle access due a security issue so Im wondering if its possible to send down a command from the database that does a
    $chmod a+rw my_directory/*.* ?
    Iv looked into the some forums and I didnt find anything in particulate that would help me, so Im wondering if any of you know if this is possible ?
    BR / SA

    Hello
    Thank you for your advice but the question was to send down Linux commands from the DB, not do anything in the Linux enviroment.
    Here is a good place to start that I found on the net.
    public class JShellCommand {
    public static int execute(String cmd) {
    try
    String[] shellCmd = { "/bin/sh", "-c", cmd };
    Process process = Runtime.getRuntime().exec(shellCmd);
    int exitVal = process.waitFor();
    return (exitVal);
    catch (Exception e)
    return 1;
    load it into db with loadjava and wrap it with:
    CREATE OR REPLACE
    FUNCTION Shell_Command(
    p_CMD IN VARCHAR2
    RETURN NUMBER
    AS
    LANGUAGE JAVA
    NAME 'JShellCommand.execute(java.lang.String) return int';
    For OS command you can use:
    public class JCommand {
    public static int execute(String cmd) {
    try
    Process process = Runtime.getRuntime().exec(cmd);
    int exitVal = process.waitFor();
    return (exitVal);
    catch (Exception e)
    return 1;
    and
    CREATE OR REPLACE
    FUNCTION OS_Command(
    p_Cmd IN VARCHAR2
    RETURN NUMBER
    AS LANGUAGE JAVA
    NAME 'JCommand.execute(java.lang.String) return int';
    /

  • Cannot run loadjava

    loadjava does not seem to work for me on RHAT 6.2 and DB version is EE 8.2. When I go to $ORACLE_HOME/bin, I can see the loadjava utility throught ls command. The following commands do not run loadjava, but issue out error - no such file or directory. Can anyone please help.
    1) loadjava - error is no such file or directory
    2) ./loadjava - error is no such file or directory
    3) u01/app/oracle/product/8.1.6/bin/loadjava - same error
    Thanks.
    linuxoracle.

    hi,
    I found it. Go to $ORACLE_HOME/JRE/bin. There is loadjava command. It is script. Edit script in your favourite editor and change first line, it looks like this:
    #! /bin/ksh
    but should be
    #! /usr/bin/ksh.
    It is correct for my machine. I use Corel Linux I aka Debian. To be sure try this:
    $ which ksh
    /usr/bin/ksh
    $
    Radek
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by linuxoracle():
    loadjava does not seem to work for me on RHAT 6.2 and DB version is EE 8.2. When I go to $ORACLE_HOME/bin, I can see the loadjava utility throught ls command. The following commands do not run loadjava, but issue out error - no such file or directory. Can anyone please help.
    1) loadjava - error is no such file or directory
    2) ./loadjava - error is no such file or directory
    3) u01/app/oracle/product/8.1.6/bin/loadjava - same error
    Thanks.
    linuxoracle.<HR></BLOCKQUOTE>
    null

  • Problems with installation under Linux

    I try to install Portal 3.0.6 under linux, but it always says on the end of the install that the SSOHash class was not loaded and that the WWSEC_ENABLER_CONFIG_INFO$ table is empty. The install l9g shows a message that it couldn;t allocate space in lrage_pool, but I allocated much more space in this pool than the requirements said and it still doesn't work. The installation is mess,
    Anybody has a clue?
    Thanx!

    loadjava expects ksh to be on the system. Obviously, you won't have ksh on your Linux box.
    Perform a symbolic link from bash to ksh and it'll work just fine.
    Logan
    null

  • Installation problem on Linux?

    Hi ,
    i am installing Oracle Application Sever 10g on RHEL 3.0 or RHEL AS4.0
    for that i have to apply patch3006854 as per installation manuals.
    but after applying this patch linux wont allow me to do anything and gives error
    cannot read from /etc/libcwait.so.
    Thanks
    Sohil

    Hi,
    Try the followings
    - Use the latest JDK
    - Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
    is allocated.
    If U do'not find it then
    Execute the following as oracle user
    gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
    #include <errno.h>
    #include <sys/syscall.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    pid_t
    __libc_wait (int *status)
    int res;
    asm volatile ("pushl %%ebx\n\t"
    "movl %2, %%ebx\n\t"
    "movl %1, %%eax\n\t"
    "int $0x80\n\t"
    "popl %%ebx"
    : "=a" (res)
    : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
    "S" (0));
    return res;
    EOF
    export LD_PRELOAD=~/libcwait.so
    Let me know,
    Cheers,
    Hamdy

  • Installation problem on fedora linux

    Hi
    I am trying to install oracle 10g to Fedora Linux.
    When I type ./runInstaller :
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-08-21_12-40-12AM/jre/1.4.2/lib/i386/libawt.so:...........................
    Exception in thread main java.lang.NoClassDefFoundError
    Please help me to solve this problem

    Ricardinho,
    try post full error message (or stack trace) because in this case we can only guess...
    Also when you post name of Linux distribution then don't forget post the version.
    Anyway according to partial error message I think there is missing libXp.so.6 library on your OS.
    So execute "yum install libXp" to install required package. Od locate the package on installtion media and install it via "rpm -ivh" command.
    Note: In FC5 and later libXp.so.6 is included in libXp package. In FC4 and older releases you need to install xorg-deprecated-libs package.

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

Maybe you are looking for

  • Document type to be set blank in transaction code mr41,mrhr

    Hi, I want to set document type and currency field as blank whenever the user go for the transaction MR41 and MRHR. At present whenever user enter transaction MR and MRHR these two fields display some value which is there in memory id, i want to set

  • Progress bar for unmarshalling?

    Hi all, Can anyone give me an idea on how to track unmarshalling with progress bar. Here is a situation: I'm unmarsalling XML file to get my working object(s). Object obj = unmarshaller.unmarshal(file)Anyway, for big files I would like to present a u

  • ITunes stores background is black

    The background is black in iTunes store. We can not see the titles listed, so we can not buy new songs. We can see the album covers. Any help??

  • Security using WINDOWS NT

    I worked with native security and the smae using shared services; now my reqirement is to use users of windows NT for Essbase and planning. Kindly help me with steps if possible.

  • Where is the color wheel?

    I use iWeb a lot, but I get really frustrated when I can only select colors from the set of crayons. Is there a way to use a color wheel in iWeb 08?