Setting for Linux-RHE-release3 for installing SAP-BW3.5

Hi folks,
Plz let me know about all sort of linux setting like suitable kernal and its parameters,swap space for installing sap-bw 3.5 with oracle 10.2.0.3.
its urgent .
thanks

Hi Eric,
<i>
> Oracle 10.2.0.3 is not supported, use 10.2.0.3 instead.</i>
Typo? You probably meant 10.2.0.2...
Best regards,
Elmar.

Similar Messages

  • Unable to set focus for Linux / X-Windows ($$$ for fix...)

    It appears whenever a modal window is opened on Linux X-Windows the focus is stolen from the window and you CANNOT use the keyboard to return to the form - let alone set the focus on the textbox.
    This is not just for my modal forms but for something as fundamental as JOptionPane or simple code like this:
    JFileChooser chooser = new JFileChooser();
    if (chooser.showOpenDialog(parentComponent) == JFileChooser.APPROVE_OPTION) {
    From trolling through posts I can see no answers which is really sad for Linux good for Microsoft I guess. How can we deploy on Linux if you are forced to get carpal tunnel clicking on every form with the mouse ?
    I would be willing to pay some consulting dollars to get this resolved.
    Greg

    Hm, I've developed quite a bit for X11 and linux, but I never noticed that effect. Can you post a SSCCE that reproduces the issue, just to be sure it is not a side-effect from your code?
    It this is a persistent problem, you might want to make your dialog re-request the focus programmatically:
    myDialog.setVisible(true);
    SwingUtilities.invokeLater(new Runnable() {
      public void run(){
        myDialog.requestFocus();
    }See if this does anything. If not, the problem is most likely not coming from swing.

  • Plz help me to decide glibc  version for linux RHE 4 and suitable  RPM

    hi folks,
    in my project , i m installing linux rhe 4 on oracle 10.2.0.2 .
    plz suggest me suitable glibc version with corrosponding  updated version of RPM package.
    thanks

    Dear Ranjan,
    it is always recommended to use the latest available version of glibc. You can use the Red Hat tool 'up2date' to get the latest glibc packages provided through the Red Hat Network (RHN). Currently, glibc-2.3.4-2.36 is the latest one available (as far as I know).
    Thanks,
    Hannes Kuehnemund
    SAP LinuxLab

  • What is the difference between 11i for LInux (VS) 11i for Windows

    Hi,
    I have downloaded 11i E-Business suit for Windows and
    Installed it successfuly.
    I am having problem with windows plateform regarding listner, connection manager, service host, rpc all these stopping/terminating by itself and system rebooting.
    I would like to install 11i on Linux.
    Q1. Which files I need to download again?
    Q2. Is there any script I need to run for LInux?
    I have run adautostg.pl and it hasnot given me any error for start cd but when it came to appl_top it said as "This is for windows, continue any way" and I said yes. so it made stage.
    I can't run setup as user Oracle as it is not allowed to write on disk, can u also give me suggestion about that?
    I am installing 11i on single node.
    Q3. I can use the same files of windows for linux as
    I saw some .sh shell commands and
    startcd/rapidwiz/adautostg.pl is also used in
    unix/linux.
    Warm Regards,
    Rashid.

    I have run installation of 11i for windows on Linux plateform and now I would like to share it with u all.
    1. I run adautostg.pl by using command $perl adautostg.pl and it has staged all the startcd disks without any error.
    2. when it came to other cdies it has prompted me as "this file if for windows; continue any way" and I pressed ok and it has staged all the files without any furthur error.
    3. After it, I have made the necessary adjustments to run rapidwiz command and it run successfully. Now it has copied all the 113 files successfuly.It has run adrun9i.sh and is giving me error on process 5. (at 20% of installation) that it cannot run files
    adcctclean.sql INSTE8
    adclobconv.sql INSTE8
    adclobtmp.sql INSTE8
    adcmclean.sql INSTE8
    adcrdb.sh INSTE8
    adcrdbrdlg.sh INSTE8
    adcrobj.sh INSTE8_APPLY
    adcrobj.sql INSTE8
    addbccnv.sql INSTE8
    addbprf.sh INSTE8
    addbprf.sql INSTE8
    addbupdgsm.sql INSTE8
    adlicnse.sql INSTE8
    adsvdb.sh INSTE8
    adsvdcnv.sh INSTE8
    adsvdlsn.sh INSTE8
    adupdlib.sql INSTE8
    afdbprf.sh INSTE8_PRF
    afdbprf.sql INSTE8
    afmkinit.sh INSTE8_SETUP
    Directory: /mnt/hda7/proddb/9.2.0/appsutil/install
    adlnkoh.sh INSTE8
    Directory: /mnt/hda7/proddb/9.2.0/appsutil/scripts/PROD_localhost
    adautocfg.sh INSTE8
    adchknls.pl INSTE8_SETUP
    addbctl.sh INSTE8
    addlnctl.sh INSTE8
    adpreclone.pl INSTE8
    adstopdb.sql INSTE8
    adstrtdb.sql INSTE8
    config.c INSTE8
    successfuly. I think these files are required for linux installation and are found in linux cdies "RDBMS".
    If someone can send me these 11i files for linux at [email protected] I will proceed furthur and will let u know what will happend next in experiment :)

  • How to create a c++ shared library (.so) for linux real time (for myRio) with Eclipse to use in LabView?

    I tried already these Tutorials and Advices but I didn't find a solution:
    - http://www.ni.com/tutorial/14625/en/
    - http://www.ni.com/tutorial/14690/en/
    - http://forums.ni.com/t5/LabVIEW/Shared-Library-on-myrio-Linux-Real-time-system/m-p/2842540/
    - http://forums.ni.com/t5/LabVIEW/How-to-create-shared-library-for-linux-real-time-target-in/m-p/28218...
    - and some more
    I want use c++ codes on linux real time. For testing reasons I want to have a function that adds 2 values and gives the result.
    I've done these steps:
    1. writing a c++ file in Eclipse (see screensot 2)
    2. building a shared library (.so) from my c++ project in Eclipse (with Cross GCC)
    3. putting this file on myRio (path: /usr/local/lib/)
    4. creating a VI that calls this library from Labview with a "Call Library Function Node" (see screenshot3)
    5. Setting the properties for the "Call Library Function Node" (see screenshots 4-7)
    After I run this VI i get this error message: LabVIEW:  (Hex 0x627) The function name for the ... node cannot be found in the library. To correct this error, right-click the Call Library Function Node and select Configure from the shortcut menu. Then choose the correct function name. (see screenshot1)
    I've tried a lot things to solve this problem but I couldn't find a solution. Would be very happy if anyone can help me. I guess that I have to edit my c++ code to export my function (symbol). But I have no idea how to make it. I also tried it with a dll file in the same folder but it didn't help.
    Perhaps someone can send an example which works on myRIO.
    Thanks!
    screenshot1
    screenshot2
    screenshot3
    screenshot4
    screenshot5
    screenshot6
    screenshot7

     can see it in the screenshot8 there is a function called "_Z8AddierenddPd" instead of "Addieren". I copied this name to Labview (see screenshot9) and it worked.
    I'm sure that there is a way to compile the shared folder with gcc without decorations (mangling). But I don't know how. If someone has a recommendation I would be very glad!
    Prepend each function declaration that you want to be available without name decoration with
    extern "C" <your function declaration>
    Or if you have multiple functions you want to export you can in the header file where you declare your functions simply use:
    #ifdef __cplusplus
    extern "C" {
    #endif
    <all your function declarations>
    #ifdef __cplusplus
    #endif
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • JDeveloper 11.1.1.6.0 download for linux showing specs for 11.1.1.5.0

    Hi,
    While downloading Oracle JDeveloper 11.1.1.6.0 for linux from : http://www.oracle.com/technetwork/developer-tools/jdev/downloads/jdeveloper11116-1377208.html
    On selection of Linux Install from drop down under Studio Edition: 11.1.1.6.0 ,the Prerequisites & Recommended Install Process showing :
    Prerequites and recommended components for Oracle JDeveloper 11g (11.1.1.5.0) Linux
    Is it because these are same for both 11.1.1.6 and 11.1.1.5 version?
    Thanks,
    Anirban

    Yes, that´s probably the case.
    You have to fulfill the prerequisites for 11.1.1.5.0 at least.
    Timo

  • Whether the Oracle 8i for linux is free for business purpose?

    if we implement an application with Oracle 8i for linux.And the we will sell the application. whether we must pay the Oracle 8i for linux?

    I think the oracle so called their datebase can't use to profit include two perspect:
    First, you can't use oracle for linux in bussiness directly.Such as a compnay use oracle on linux as his database platform.
    second, you can't use oracle for linux as development platform or run platform and you product used for bussiness perpose.
    The above two item certainly uner unauthorized conditions. If you get authorized oracle on linux,you can use it as you want.
    null

  • Specifying Partner Failover in odbc.ini for Linux ODBC driver for SQL Server

    Hi,
    We are trying to specify the partner failover when making connections via Linux ODBC driver for SQL Server. Do you know a way to specify partner failover in the DSN entry in odbc.ini? 
    We are using Linux ODBC driver for SQL Server and unixODBC DriverManager.
    Our DSN is:
    [MyDSN]
    Driver=ODBC Driver 11 for SQL Server
    Description=MyDSN
    Server=MySERVER,<port>
    I also tried to use the following connection string in Python (via pyodbc) bypassing the DSN and connecting using the server name.
    cnxn = pyodbc.connect("Server=server1,<port>;UID=sa;PWD=<pwd>;Driver=ODBC Driver 11 for SQL Server;Failover_Partner=Server2,<port2>;Database=MyDB")
    If the standby DB is on server1 connection fails. It doesn't try server2. If the DB is principal on server1 connection succeeds.
    Thank you,
     Liviu
    LLL

    Hello,
    Did you use ODBC Driver for SQL Server to connect to database that uses database mirroring?
    According to
    the BOL,it does not list "Failover_Partner" as ODBC Driver for Linux connection string keywords.
    But ODBC driver for Linux supports
    AlwaysOn Availability Groups or Failover Cluster Instance by specify MultiSubnetFailover=True when connecting to a SQL Server 2012 availability group listener or SQL Server 2012 Failover Cluster Instance.
    The following case is about similar issue and it seems that ODBC Driver on Linux does not recognize Failover_Partner in connection string. (Not test myself).You can refer to:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/6a8b5223-066d-4493-84a3-b5374a32e433/native-client-on-linux-does-not-recognize-failoverpartner-in-connection-string?forum=sqldataaccess
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to install SAP BW3.0B IN WINDOWS XP PROFESSIONAL....reply asap.

    HI ALL,
    can anyone please help me how can i install SAP BW 3.0B VERSION on windows xp preofessional.i have the document and while setting the user variables and giving the variable value(java path..eg:c\programfiles\j2dk....).
    after that when i click on the command prompt it is showing that in the path unable to identify the files.i want to install in my home pc to practice.
    so anyone please help me how to install it?and one morething is it possible to install it on XP VERSION.the document is based on WINDOWS SERVER 2003 .
    Thanks in advance.

    Hi Ashok,
    You cannot install it on windows XP. You need to have a server version of windows (2000, 2003). Or, also on linux, but for that you'll need another installation.
    Hope this helps.
    Regards,
    Diego

  • 10.2.0.4 Patch for Linux 64 bits for Oracle 64 Bits on RH 5.2

    Hi,
    Can some one guide me to get the patch for 10.2.0.4 for Oracle 64 bits on Linux RH 5.2 64 bits please!!
    thanks

    Hi,
    the patch URL you can get from:
    http://www.oratoolkit.ch/download/
    but the thing is that you need to be an oracle customer with a valid customer support id (CSI) to download it. Without CSI there is no chance to get the patch.
    Cheers,
    David
    OCP 9i / 10g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • .config for Linux kernels available for X61?

    I was wondering if there is a site where I can find .config files optimized for the X61 features on recent Linux Kernels.  I have slimmed down my 2.6.26 kernel quite a bit and everything is working, but I am still wondering if I might still have extra stuff on kernel, plus one quirk on splash screen bootup that I cannot figure out.
    Thanks,

    Already running 2.6.26, huh? Risk taker!

  • [linux-ck] - speculative ck1 patchset for linux-3.1 for testing

    Think I managed to patch the ck1 patchset to work with linux v3.1 but I am reluctant to upload it to the AUR since it would be considered VERY speculative - I make no guarantees as it its fitness.  I put the source tarball on the repo's www server so that folks can build it up/try it out.  I also put a matching nvidia-ck tarball in case that's needed.
    kernel tarball
    nvidia tarball
    Anyone game to try it out and report back here?  Thanks to codestation on ck's blog for pointing me in the right direction.
    Last edited by graysky (2011-11-02 21:01:05)

    CK has already posted BFS for 3.1
    http://ck-hack.blogspot.com/2011/11/31- … -0414.html
    Last edited by ethail (2011-11-03 14:22:54)

  • Help! Errors in installing Oracle 8.0.5 for Linux on RedHat

    Hi, everyone:
    Oracle free installation support group points me here. They
    said: "Unfortunately, the trial release of Oracle8 for Linux is
    not supported by this group. You can obtain peer support on the
    Oracle8 for Linux trialproduct from the discussion group on the
    Oracle Technology Network (OTN)(http://technet.oracle.com). "
    Thanks in advacnce.
    =================================================================
    ===
    SAVED PROBLEM REPORT:
    =================================================================
    ===
    Thu Apr 8 20:28:10 EDT 1999 Platform: unixRelease:
    8.0.5Product: rdbms_common
    Version: 8.0.5.0.0Area: (Installation) Install
    information:
    Installer Version: 4.0.3.0.0 Installer Script: [
    rdbms_common.ins 907 ]
    Install Action: Complete Software/Database Fresh
    Install
    Stage Home /mnt/cdrom Oracle_Base
    /u01/app/oracle (true)
    Oracle Home /u01/app/oracle/product/8.0.5
    Owner oracle
    Log
    /u01/app/oracle/product/8.0.5/orainst/install.log
    During installation of the above product the error below
    is encountered:
    Error during action 'Creating ntcontab.o'.Command: make -f
    /u01/app/oracle/product/8.0.5/network/lib/ins_network.mk
    ntcontab.o
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/product/8.0.5/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\ rm -f
    /u01/app/oracle/product/8.0.5/lib/ntcontab.o ;\
    mv ntcontab.o /u01/app/oracle/product/8.0.5/lib ; fi)
    /u01/app/oracle/product/8.0.5/bin/gennttab:
    /u01/app/oracle/product/8.0.5/bin/get_platform: No such file
    ordirectory
    ntcontab.c:7: sys/types.h: No such file or directory
    mv: ntcontab.o: No such file or directorymake: *** [ntcontab.o]
    Error 1
    =================================================================
    ===
    =================================================================
    ===
    SAVED PROBLEM REPORT:
    =================================================================
    ===
    Thu Apr 8 20:29:19 EDT 1999 Platform: unixRelease:
    8.0.5Product: rdbms_common
    Version: 8.0.5.0.0Area: (Installation) Install
    information:
    Installer Version: 4.0.3.0.0 Installer Script: [
    rdbms_common.ins 907 ]
    Install Action: Complete Software/Database Fresh
    Install
    Stage Home /mnt/cdrom Oracle_Base
    /u01/app/oracle (true)
    Oracle Home /u01/app/oracle/product/8.0.5
    Owner oracle
    Log
    /u01/app/oracle/product/8.0.5/orainst/install.log
    During installation of the above product the error below
    is encountered:
    Error during action 'Creating ntcontab.o'.Command: make -f
    /u01/app/oracle/product/8.0.5/network/lib/ins_network.mk
    ntcontab.o
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/product/8.0.5/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\ rm -f
    /u01/app/oracle/product/8.0.5/lib/ntcontab.o ;\
    mv ntcontab.o /u01/app/oracle/product/8.0.5/lib ; fi)
    /u01/app/oracle/product/8.0.5/bin/gennttab:
    /u01/app/oracle/product/8.0.5/bin/get_platform: No such file
    ordirectory
    ntcontab.c:7: sys/types.h: No such file or directory
    mv: ntcontab.o: No such file or directorymake: *** [ntcontab.o]
    Error 1
    =================================================================
    ===
    LINUX ENVIRONMENTAL VIABLES DUMPED===========================
    Machine Environment:--------------------
    User: uid=502(oracle) gid=502(dba) groups=502(dba)
    Current Directory: /mnt/cdrom/orainstMachine: {
    Linux localhost.localdomain 2.0.36 #1 Tue Oct 13
    22:17:11 EDT 1998i586 unknown
    [From uname -a] localhost.localdomain [From
    hostname]}Ulimit: {
    core file size (blocks) 1000000 data seg size
    (kbytes) unlimited
    file size (blocks) unlimited max memory size
    (kbytes) unlimited
    stack size (kbytes) 8192 cpu time (seconds)
    unlimited
    max user processes 256 pipe size (512 bytes)
    8
    open files 256 virtual memory (kbytes)
    2105343}Swap: {
    procs memory swap io
    system cpu
    r b w swpd free buff cache si so bi bo in
    cs us sy id
    0 0 0 40 9168 14632 56620 0 0 22 16 171
    64 4 2 94
    [From vmstat]}Disk Mounts: { /dev/hda10 on / type
    ext2 (rw)
    none on /proc type proc (rw) /dev/hda8 on /boot type
    ext2 (rw)
    /dev/hdc on /mnt/cdrom type iso9660 (ro) [From
    mount]}Disk Free: {
    Filesystem 1024-blocks Used Available Capacity
    Mounted on
    /dev/hda10 1112004 253147 801403 24% /
    /dev/hda8 21927 596 20199 3%
    /boot
    /dev/hdc 397472 397472 0 100%
    /mnt/cdrom [From df -k]
    }Environment: { HISTFILESIZE=1000 HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain HOSTTYPE=i386
    LD_LIBRARY_PATH=/u01/app/oracle/product/8.0.5/lib
    LOGNAME=oracle
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/8.0.5
    ORACLE_SID=ORC1 ORACLE_TERM=386x
    ORA_NLS33=US7ASCII OSTYPE=Linux
    PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/u01/app/oracle/
    product/8.0.5/bin:/bin:/usr/bin:/usr/local/bin
    SHELL=/bin/sh SHLVL=2 TERM=linux TMPDIR=/var/tmp
    USER=oracle _=/usr/bin/env}
    System Tables: {}Semaphores: { ------ Shared Memory
    Segments --------
    key shmid owner perms bytes
    nattch status
    ------ Semaphore Arrays --------
    key semid owner perms nsems
    status
    ------ Message Queues --------
    key msqid owner perms used-bytes
    messages
    [From ipcs -sa] }Shared Mem: { ------ Shared
    Memory Segments --------
    key shmid owner perms bytes
    nattch status
    ------ Semaphore Arrays --------
    key semid owner perms nsems
    status
    ------ Message Queues --------
    key msqid owner perms used-bytes
    messages
    [From ipcs -ma] }/etc/oratab: {}Tracing: { } :
    null

    John -
    You are missing some required Linux files. When you install
    Linux, pick the 'everything' option, then weed out the obvious
    things you don't want (like the Serbian How-To's, etc.)
    I say this because I ran into the exact same thing this past
    weekend after picking and choosing which packages to install for
    Linux. After re-installing with the 'everything' option, the
    Oracle install went swimmingly. I wish I could tell you which
    package in particular you are missing, but I never figured that
    out.
    carl
    John (guest) wrote:
    : Hi, everyone:
    : Oracle free installation support group points me here.
    They
    : said: "Unfortunately, the trial release of Oracle8 for Linux
    is
    : not supported by this group. You can obtain peer support on
    the
    : Oracle8 for Linux trialproduct from the discussion group on
    the
    : Oracle Technology Network (OTN)(http://technet.oracle.com). "
    : Thanks in advacnce.
    =================================================================
    : ===
    : SAVED PROBLEM REPORT:
    =================================================================
    : ===
    : Thu Apr 8 20:28:10 EDT 1999 Platform: unixRelease:
    : 8.0.5Product: rdbms_common
    : Version: 8.0.5.0.0Area: (Installation) Install
    : information:
    : Installer Version: 4.0.3.0.0 Installer Script: [
    : rdbms_common.ins 907 ]
    : Install Action: Complete Software/Database Fresh
    : Install
    : Stage Home /mnt/cdrom Oracle_Base
    : /u01/app/oracle (true)
    : Oracle Home /u01/app/oracle/product/8.0.5
    : Owner oracle
    : Log
    : /u01/app/oracle/product/8.0.5/orainst/install.log
    : During installation of the above product the error below
    : is encountered:
    : Error during action 'Creating ntcontab.o'.Command: make -f
    : /u01/app/oracle/product/8.0.5/network/lib/ins_network.mk
    : ntcontab.o
    : (if [ "compile" = "compile" ] ; then \
    : /u01/app/oracle/product/8.0.5/bin/gennttab > ntcontab.c ;\
    : cc -c ntcontab.c ;\ rm -f
    : /u01/app/oracle/product/8.0.5/lib/ntcontab.o ;\
    : mv ntcontab.o /u01/app/oracle/product/8.0.5/lib ; fi)
    : /u01/app/oracle/product/8.0.5/bin/gennttab:
    : /u01/app/oracle/product/8.0.5/bin/get_platform: No such file
    : ordirectory
    : ntcontab.c:7: sys/types.h: No such file or directory
    : mv: ntcontab.o: No such file or directorymake: ***
    [ntcontab.o]
    : Error 1
    =================================================================
    : ===
    =================================================================
    : ===
    : SAVED PROBLEM REPORT:
    =================================================================
    : ===
    : Thu Apr 8 20:29:19 EDT 1999 Platform: unixRelease:
    : 8.0.5Product: rdbms_common
    : Version: 8.0.5.0.0Area: (Installation) Install
    : information:
    : Installer Version: 4.0.3.0.0 Installer Script: [
    : rdbms_common.ins 907 ]
    : Install Action: Complete Software/Database Fresh
    : Install
    : Stage Home /mnt/cdrom Oracle_Base
    : /u01/app/oracle (true)
    : Oracle Home /u01/app/oracle/product/8.0.5
    : Owner oracle
    : Log
    : /u01/app/oracle/product/8.0.5/orainst/install.log
    : During installation of the above product the error below
    : is encountered:
    : Error during action 'Creating ntcontab.o'.Command: make -f
    : /u01/app/oracle/product/8.0.5/network/lib/ins_network.mk
    : ntcontab.o
    : (if [ "compile" = "compile" ] ; then \
    : /u01/app/oracle/product/8.0.5/bin/gennttab > ntcontab.c ;\
    : cc -c ntcontab.c ;\ rm -f
    : /u01/app/oracle/product/8.0.5/lib/ntcontab.o ;\
    : mv ntcontab.o /u01/app/oracle/product/8.0.5/lib ; fi)
    : /u01/app/oracle/product/8.0.5/bin/gennttab:
    : /u01/app/oracle/product/8.0.5/bin/get_platform: No such file
    : ordirectory
    : ntcontab.c:7: sys/types.h: No such file or directory
    : mv: ntcontab.o: No such file or directorymake: ***
    [ntcontab.o]
    : Error 1
    =================================================================
    : ===
    : LINUX ENVIRONMENTAL VIABLES DUMPED===========================
    : Machine Environment:--------------------
    : User: uid=502(oracle) gid=502(dba) groups=502(dba)
    : Current Directory: /mnt/cdrom/orainstMachine: {
    : Linux localhost.localdomain 2.0.36 #1 Tue Oct 13
    : 22:17:11 EDT 1998i586 unknown
    : [From uname -a] localhost.localdomain [From
    : hostname]}Ulimit: {
    : core file size (blocks) 1000000 data seg size
    : (kbytes) unlimited
    : file size (blocks) unlimited max memory size
    : (kbytes) unlimited
    : stack size (kbytes) 8192 cpu time (seconds)
    : unlimited
    : max user processes 256 pipe size (512 bytes)
    : 8
    : open files 256 virtual memory (kbytes)
    : 2105343}Swap: {
    : procs memory swap io
    : system cpu
    : r b w swpd free buff cache si so bi bo in
    : cs us sy id
    : 0 0 0 40 9168 14632 56620 0 0 22 16 171
    : 64 4 2 94
    : [From vmstat]}Disk Mounts: { /dev/hda10 on / type
    : ext2 (rw)
    : none on /proc type proc (rw) /dev/hda8 on /boot type
    : ext2 (rw)
    : /dev/hdc on /mnt/cdrom type iso9660 (ro) [From
    : mount]}Disk Free: {
    : Filesystem 1024-blocks Used Available Capacity
    : Mounted on
    : /dev/hda10 1112004 253147 801403 24% /
    : /dev/hda8 21927 596 20199 3%
    : /boot
    : /dev/hdc 397472 397472 0 100%
    : /mnt/cdrom [From df -k]
    : }Environment: { HISTFILESIZE=1000 HISTSIZE=1000
    : HOME=/home/oracle
    : HOSTNAME=localhost.localdomain HOSTTYPE=i386
    : LD_LIBRARY_PATH=/u01/app/oracle/product/8.0.5/lib
    : LOGNAME=oracle
    : MAIL=/var/spool/mail/oracle
    : ORACLE_BASE=/u01/app/oracle
    : ORACLE_HOME=/u01/app/oracle/product/8.0.5
    : ORACLE_SID=ORC1 ORACLE_TERM=386x
    : ORA_NLS33=US7ASCII OSTYPE=Linux
    PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/u01/app/oracle/
    : product/8.0.5/bin:/bin:/usr/bin:/usr/local/bin
    : SHELL=/bin/sh SHLVL=2 TERM=linux TMPDIR=/var/tmp
    : USER=oracle _=/usr/bin/env}
    : System Tables: {}Semaphores: { ------ Shared
    Memory
    : Segments --------
    : key shmid owner perms bytes
    : nattch status
    : ------ Semaphore Arrays --------
    : key semid owner perms nsems
    : status
    : ------ Message Queues --------
    : key msqid owner perms used-bytes
    : messages
    : [From ipcs -sa] }Shared Mem: { ------ Shared
    : Memory Segments --------
    : key shmid owner perms bytes
    : nattch status
    : ------ Semaphore Arrays --------
    : key semid owner perms nsems
    : status
    : ------ Message Queues --------
    : key msqid owner perms used-bytes
    : messages
    : [From ipcs -ma] }/etc/oratab: {}Tracing: { } :
    null

  • Konqueror browser for Linux has an useful CPU limitation feature for websites using Flash content. Can you add such a feature in Firefox?

    I have recently found that Konqueror browser for Linux can help user to limit cpu usage while visiting a website using flash technology by changing settings in the Flash section and adjusting the slider from VERY HIGH settings to HIGH and MEDIUM and so on. It actually works, and it does not have a direct impact on the general performance for flash player but it may generate some conflicts if other extensions such as add-blocker or click-to-flash are enabled also.
    Maybe you can add a similar setting in Firefox in the browser option section or just as an useful addon or extension.

    Sorry for being late with my reply. I've just tested that addon that you mentioned in your post ( https://addons.mozilla.org/en-US/fire.../system-monitor/ ) , it looks like a system monitor and nothing more than that.
    As for the memory tip ( about:memory ) I agree that it can be extremely useful for users that have less than 1 gb memory installed on their system. I know very little about computers but I can tell your tip for optimizing memory usage in firefox has merits.
    Me, I have another problem with cpu overload in Firefox, Internet Explorer, Opera and most of the browsers with flash support enabled. Each and every time time I visit a page that features all sort of adds and gadgets based on flash technology, and each time I try to watch a video online my cpu goes all the way up to 100% and stays there until i finally decide to close the browser.
    I am running winxp and also linux on a Dell Optiplex GX260 machine with 2000 MHz cpu, 1024 Mib ram and 128 Mib video card, it is not the best computer in the world but still 2000 MHz should be enough for a limited and uneventful web experience.
    It is not as much an issue with the web browser, any browser, the whole problem is caused by funny people claiming to be deeply involved with web development, and promoting flash technology for ages instead of choosing other alternatives, more user friendly. All I am saying is that flash ruined the entire web experience making people to believe that they actually need dual-core cpu and coreduo and deepfreeze cpu and so on which is only partially true.
    I always get better results for cpu usage when watching online videos that use media player as default player and not flash player, and my cpu stays below 70% usage which is not much but still it is not 100% usage.
    Konqueror offered me a nice surprise, and I was able to limit cpu usage once I moved that slider from Very High setttings for flash player to Medium settings. I got something between 80-90% cpu usage as a result, and I was very pleased to finally see a working solution to my problem at least for linux if not for windows.
    The only other browser that I can use for windows only, which handles both flash player and cpu usage well is Kmeleon browser which is a long forgotten project but does offer nice features once you find some plugins that it needs to make it come to life again.

  • Oracle JDBC Driver for Linux

    I'm looking for a place to download an Oracle JDBC driver for Linux. I have installed Oracle 8.1.5 for Linux, but don't find the driver either in the installation, nor on the CD. Can anyone point me to someplace I might be able to find it?
    Also, generic help in setting this up to work, JDBC API calls would also be of great help.
    Thanks.

    Luis Claudio Rodrigues da Silveira (guest) wrote:
    : How can I configure JDBC driver in a Suse environment? What
    are
    : the necessary steps?
    : Thanks in advance.
    1) You need classes111.zip usually located at
    $ORACLE_HONE/jdbc/lib.
    2) Add classes111.zip to CLASSPATH and export
    3) If you use thin driver your code should look like:
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    // Connect to the database
    // You must put a database name after the @ sign in the
    connection URL.
    // You can use either the fully specified SQL*net syntax or
    a short cut
    // syntax as <host>:<port>:<sid>. The example uses the
    short cut syntax.
    Connection conn =
    DriverManager.getConnection
    (jdbc:oracle:thin:@hostname:port:ORACLE_SID,
    USER_NAME, PASSWOED);
    null

Maybe you are looking for

  • Which upgrade for Late 2009 Mac Pro Currently Running 10.6.8?

    I am in a qaundry not knowing the best way to upgrade my machine. I would like to install Adobe Lightroom 5 but can not do it from Snow Leopard. I haven't upgraded because I was concerned about creating a nightmare of problems for myself. I use this

  • Time Machine to back up MacBook AND External Drive?

    I have a MacBook and a 1TB G Drive which holds all of my photographs and iTunes library (none of which is on my MacBook, since I ran out of space long ago), and where I have backed up my Documents folder by simply copying and pasting. I bought anothe

  • Logview of process chain

    hi experts ,in my case on of the  process chain turns into red color ,due to invalid characters and showing the error that invalid characters ,so at that time ,i made corrections form the error stack and executes the error dtp,the load successfully l

  • How to run ? pls help me

    hi i have downloaded a J2ME application , i got the JAD filr and JAR file. Pls let me know how can i run the same... nisam

  • Webdynpro development within BI

    Hello, I have to provide some answer to my customer which needs some additional capabilities within BI He  would like to developp webdynpro functionnalities in order to use data from BI, fill in other figures and perform some simulation which will be