Redhat 6.2 / Oracle 8.1.6

I'm making a clean install of Oracle 8.1.6 (no previous Oracle, no ora* files in /etc) and having a problem I can't get around whenever I execute /mnt/cdrom/install/linux/runIstaller, I get the error message:
"The Java RunTime Environment was not found at /bin/jre. Hence the Oracle Universal Installer cannot be run."
I've installed jre118_v1 from Blackdown at /usr/local, and crteated the links /usr/local/jre and /bin/jre that point back to the install. I have the following environmental variables in oracle8i's .bash_profile (excuse the poor formatting) and they appear correctly from the "env" command. What am I doing wrong? Thanks for any help or advice.
# Oracle 8.1.6
export ORACLE_HOME=/u01/oracle/8i/app/oracle/product/8.1.6
export ORACLE_BASE=/u01/oracle/8i/app/oracle
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export ORACLE_TERM=vt100
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PATH=$PATH:$ORACLE_HOME/bin
# Java JRE
export JAVA_HOME=/usr/local/jre
export PATH=$JAVA_HOME/bin:$PATH

I get a Linux + Oracle 8i howto here.
Hope it helps!!!
=====================
1) runInstaller script spins
On some systems (notabley Red Hat 6.0 systems), the installer will briefly flash
up a window and then just hang.
This can be resolved in two ways:
i) There is a bug in the Enlightenment package used with the GNOME window
system on Red Hat 6.0. You can download the upgrade for the Enlightenment
package from Red Hat at
http://www.redhat.com/corp/support/errata/rh60-errata-general.html
ii)There is a problem with the Java Runtime Environment (JRE) used by the Oracle
Universal Installer (OUI). The solution is to download and use the Version
1.1.7_v3 JRE/JDK from http://www.blackdown.org/ rather than the 1.1.6_v5
version suggested in the Install guide.
2) Database Assistant fails to run
During the installation you will be prompted as to whether you wish to craete
a database at the end of the install. It is recommended that you select NOT to
run dbassist (Database Assistant) at this stage. You should apply patchset 81501
before attempting to create a database.
However the database assistant tool, dbassist may fail with the following:
Unable to initialize threads: cannot find the class /java/lang/Thread
Could not create Java VM
You need to ensure that the symbolic link /usr/local/jre does point to
/usr/local/jre116_v5.
ALTERNATIVELY, you can symlink classes.zip to rt.jar in the jre/lib directory.
3) SQLPLUS can not by run users other than Oracle
A multitude of errors can be reported here, from missing libraries to file
permissions.
This can either be a problem in that root.sh was never run during installation.
If this is the case, see the development FAQ below.
More likely is that you ran root.sh, but SQLPLUS will still not work. The
problem is fixed by applying the 81501 patch set.
I. Installation Issues
1. Which JRE version is required for running the Oracle Universal Installer
(OUI) and where is this available ?
Use JRE 1.1.6 v5 from http://www.blackdown.org.
The JRE 1.1.7 v3 (green threads) also should work, though not tested,
which is also availble from this site.
Download and install the above mentioned JRE in any location where there
is enough disk space and create a symbolic link from /usr/local/jre
to the location where JRE was installed.
2. On what window managers was OUI tested ?
OUI runs on fvwm and KDE.
There is a bug in the Enlightenment package used with GNOME on Red Hat 6.0
that causes the Oracle Universal Installer (OUI) to fail. You may download
the RPM upgrade for the Enlightenment package,
enlightenment-0.15.5-36.i386.rpm from the Red hat Errata site at
http://www.redhat.com/corp/support/errata/rh60-errata-general.html.
3. OUI couldn't determine the free disk space though there is enough space
and instead displayed some warnings.
It's a bug in the installer. Please ignore the warnings and
continue the installation.
4. When OUI reached installing protocol support, an empty list box
is displayed where the network protocols should have been listed.
Unable to select any protocol.
Only the TCP/IP adapter is supported which is default and built-in, and
so the screen is blank.
5. Just before the DB Assistant is launched, a dialog is displayed with
the warning:
"JNLS Exception: oracle.ntp.jnls.JNLSException Unable to find any
National Character Sets. Please check your Oracle installation."
This is a known problem (884001). Ignore the warning
6. Which one do we install to launch dbassist - JDK or JRE ?
Download and install JRE 1.1.6 v5 as mentioned above, before launching
the dbassist.
7. While adding PL/SQL support, the DB Assistant complained that
dbmssml.sql script was missing.
Apply patch 8.1.5.0.1 or above and launch dbassist.
8. While testing the database creation using the dbassist, we have
observed that, on a 4-way SMP system, it took more than 4 hours to
create the database, if all the options are enabled. This may affect
the performance of the machine during this time.
You could either select the option to create scripts and run them OR
use the scripts provided in $ORACLE_HOME/rdbms/install/create to create
the database. The scripts in $ORACLE_HOME/rdbms/install/create
take ORACLE_SID as the parameter. Before running these scripts copy the
init.ora available in this directory as $ORACLE_HOME/dbs/init<sid>.ora
and modify any parameters in this to suit your requirements, at a minimum
change the db_name, instance_name and service_name parameters.
To enable the 8i features set the compatible parameter to "8.1.5" in the
init<sid>.ora file.
The order in which to run these scripts is
crdb1.sh |
crdb2.sh |-- To create database files, data dictionary views
crdb3.sh | and add PL/SQL support
replicate.sh --- Advanced replication option
ordinst.sh |__ Oracle Intermedia
imedia.sh |
drsys.sh |__ Oracle interMedia Text
context.sh |
java.sh --- Oracle Jserver
spatial.sh --- Oracel Spatial
timeseries.sh --- Oracle TimeSeries
virage.sh --- Oracle Visual Information Retrieval
sqlplus1.sh |
sqlplus2.sh |-- Demos and SQL*Plus help tables
sqlplus3.sh |
You need not have to run all these scripts to create the database.
The first three scripts (crdb1.sh, crdb2.sh and crdb3.sh) would create a
database and the scripts sqlplus1.sh, sqlplus2.sh and sqlplus.sh would
create some demo tables. Once the database is created, you could run other
scripts mentioned above to use the respective 8i feature, e.g., for Jserver,
run the java.sh script. To enable Oracle Intermedia Text, run the scripts -
drsys.sh and context.sh, in this order only. Similarly, for
Oracle Intermedia, run ordinst.sh followed by imedia.sh.
Spatial, time series and visual information retrieval options are not
supported on Oracle 8i Standard Edition.
9. OUI doesn't seem to get installed anywhere even if the "installed
products" shows the OUI.
If the specified ORACLE_HOME is say, /usr/local/8i/oracle, and didnot
select the location for OUI installation, it gets installed in
/usr/local/8i.
10. After installation, executable permissions are wrong for sqlplus, tnslsnr,
lsnrctl and a couple of others (644 not 755) and oracle is 751
instead of 6751
Important: After Server component is installed, root.sh should have been
run to set the proper permissions, when prompted by the installer.
If another component is installed before running the root.sh script,
the script root.sh will be overwritten by the subsequent install.
If this happens,
you have to either re-install the server component again
OR
instantiate root.sh from $ORACLE_HOME/install/utl/root.sbs by updating
the lines [60-62] with your ORACLE_SID, ORACLE_HOME path and
ORACLE_OWNER id and run the script.
11. Oracle Intelligent Agent Executables are not present in $ORACLE_HOME/bin
after installation. These executables neither get installed or relinked.
Please refer to the release note for instructions to link the
Oracle Intelligent Agent executables - dbsnmp, oemevent.
12. Names server is not getting installed.
Apply the patch.8.1.5.0.1 or above.
II. General Issues
1. On which Linux distributions is Oracle 8i for Intel-Linux certified ?
This release is certified with Red Hat 6.0. Certification for other
distributions is currently in progress.
2. DBassist (Database Configuration Assistant) alerts with many missing files
when run on a typical installation.
Please do not use the "Typical" install option when installing Oracle 8i
Emterprise Edition, since yo u will be unable to use the Intermedia Audio
and Intermedia Video options. This is a known problem. The work around to
this problem is to re-install using the "Custom" install option.
3. When running the netasst script to launch the Net8 Assistant, it complains
that, it could not locate the shared library libnjni8.so.
Apply patch 8.1.5.0.1 or above.
4. The shell script gensyslib fails with the following error:
awk: cmd. line:2: fatal: cannot open file `tmpXXXX' for reading (No such
file or directory)
Apply patch 8.1.5.0.1 or above.
5. Most shell scripts when run fail with the following error:
bash: <script-name>: No such file or directory.
Apply patch 8.1.5.0.1 or above
OR
Create a symbolic link to /bin/sh as follows:
ln -s /bin/sh /bin/ksh
6. Can't get sqlplus to work for any user on a Linux box other than "oracle",
which installed it.
Apply patch 8.1.5.0.1 or above.
7. Sqlplus cannot connect to remote database.
Apply patch 8.1.5.0.1 or above.
8. Unable to link the Oracle Intelligent Executables.
Apply patch 8.1.5.0.1 or above.
9. Which JDK version is required for the JDBC drivers ?
Use the JDK 1.1.6 v5 from http://www.blackdown.org.
10. The jdbc thin driver errors when connecting from an NT box. OCI driver
works fine, but thin driver returns the "No more data to read from socket"
error.
This is a known problem in the client-side Java libraries (910741)
This is fixed in the current Oracle 8i for Intel-Linux distribution and
gets installed in $ORACLE_HOME/jdbc/lib. Copy this version of
classes111.zip to appropriate directory on the client-side.
11. The supplied "relink" shell script fails to relink the executables.
Apply patch 8.1.5.0.1 or above.
12. libclntsh.so.8.0 is not present in the installed ORACLE_HOME.
It should have been generated at install time. In any case, it can be
generated by invoking the script genclntsh located in $ORACLE_HOME/bin.
null

Similar Messages

  • Need some help about i18n on Redhat 71. with Oracle 8.1.7

    Initally I used Redhat 7.0 with Oracle 8.1.7, everything had worked find until I upgrade my system to Redhat 7.1.
    I have no idea about Redhat locate setting. Well, I use NLS_LANG=TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5 to inital database . some character like '3\' had worked fine. Now '3\' will become '3\\' after inserting into tables.
    It's a emergent event! plz help me. I will appreciate your kindness ;>

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Dragoon Chang ([email protected]):
    Initally I used Redhat 7.0 with Oracle 8.1.7, everything had worked find until I upgrade my system to Redhat 7.1.
    I have no idea about Redhat locate setting. Well, I use NLS_LANG=TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5 to inital database . some character like '3\' had worked fine. Now '3\' will become '3\\' after inserting into tables.
    It's a emergent event! plz help me. I will appreciate your kindness ;><HR></BLOCKQUOTE>
    sorry ... I make a big mistake ... :)
    After directlly connecting with sqlplus, I find out it's ok to use sql command.
    well, The problem comes with PHP ...
    I will try out the php.

  • WEB DB 2.0.5.6.1 on RedHat 6.0 & Oracle 8.0.5

    I have been having trouble with Installing WebDB on RedHat 6.0
    database 8.0.5 standard. I have oracle installed and applied the
    glibc patch. I have successfully created 2 databases and they
    are up and running. When I install WebDB on one of the databases
    the install seems to go OK. I start the web listener
    successfully. I start my web browser and put in the appropriate
    url for the database and am prompted for a username password.
    The password is accepted, however, when it tries to bring up
    webdb I get an error screen telling me there are package errors.
    When I query the database via sqlplus to see the status of WEBDBs
    packages there are about 99 of them that are invalid.
    I have tried many times to recompile them but to no avail. Does
    any one have any ideas about this problem?
    Thanks
    Frank
    null

    Hi Frank,
    I use the same configuration.( I even patch webdb up to 2.0.5.7.1
    :) ) I installed it without any problem.
    try to look carefuuly why the packeges are invalid. Maybe this
    help U.
    ANDrey
    Frank Graziano (guest) wrote:
    : I have been having trouble with Installing WebDB on RedHat 6.0
    : database 8.0.5 standard. I have oracle installed and applied
    the
    : glibc patch. I have successfully created 2 databases and they
    : are up and running. When I install WebDB on one of the
    databases
    : the install seems to go OK. I start the web listener
    : successfully. I start my web browser and put in the
    appropriate
    : url for the database and am prompted for a username password.
    : The password is accepted, however, when it tries to bring up
    : webdb I get an error screen telling me there are package
    errors.
    : When I query the database via sqlplus to see the status of
    WEBDBs
    : packages there are about 99 of them that are invalid.
    : I have tried many times to recompile them but to no avail.
    Does
    : any one have any ideas about this problem?
    : Thanks
    : Frank
    null

  • DB Connection Problem: Redhat 4.1-Oracle 10.2-Apache 2.0.54-PHP 5.0.4

    Hi I have all the above running on a single Redhat server
    Apache starts fine
    PHP config page shows fine on Apache with OCI module loaded
    sqlplus scott/tiger@tnsentry> connects fine
    sqlplus scott/tiger@//<ip>/<service> connects fine
    ... but PHP will just not connect to the db
    I've tried
    oci_connect("scott","tiger","<service>")
    OCILogin("scott","tiger","<service>")
    OCILogin("scott","tiger","//<ip>:<port>/<service>")
    OCILogin("scott","tiger","(CONNECTION=(....))")
    and all I can ever get are ORA-12154 and ORA-12514 errors
    eg the following line....
    if ($c=OCILogon("scott","tiger", "//<ip>:<port>/<service>")) { echo "Successfully connected to Oracle.\n"; oci_close($c); } else { echo "Oracle Connect Error "; print_r(oci_error()); }
    gives me....
    Oracle Connect Error Array ( => 12514 [message] => Error while trying to retrieve text for error ORA-12514 [offset] => 0 [sqltext] => )
    I've set ORACLE_HOME and ORACLE_SID prior to starting apache
    I've tried putenv("ORACLE_HOME=<oracle home path>") in PHP prior to OCILogon
    but nothing seems to work and I'm tearing my hair out
    One thing to note is that "root" owns apache and "oracle"owns the oracle software so not sure whether this might be a problem and whether it's recommended not to do this?
    If anyone can help me with this I would really be grateful - thanks very much in advance!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi there MartynC
    Just wanted to let you know that I screwed up - as usual, the simplest of errors.... I created a script around apachectl to start apache and prior to the apachectl start line I inserted
    ORACLE_HOME=<my oracle home>; export ORACLE_HOME
    ...only I mistyped <my oracle home> so apache wasn't finding it
    I've corrected that, restarted Apache and now PHP, Apache and Oracle are working fine!
    Thanks very much for your offer of help (the only consolation I can take is that possibly this will someone reading this will take note and double check the dumb stuff and save themselves a lot of time and heartache)
    Also I should note for anyone interested that my Linux installation is actually Centos 4.1 (a Redhat "clone")

  • RedHat AS4 and Oracle 10R2 upgrade - performance issue

    Hi all,
    As part of our database upgrade project (from Oracle 10.2.0.1 to 10.2.0.3), we decided to upgrade our OS as well (RedHat AS4 from Update 2 to Update 4, 64-bit). We are in testing phase now and having some serious performance issues.
    These below are steps that we have performed:
    1. Ran db load testing plus Application Regression testing in order to get a baseline
    2. Upgraded RH AS4 from Update 2 to Update 4
    3. Ran db load testing plus Application Regression testing
    4. Database load testing (including massive parallel processes, like 'insert into ...', 'create indexes ...parallel',etc ...) showed significant slowdown compared to our 'baseline' test (Update 2): 70-80%. The database is still Oracle 10.2.0.1, only RH was updated at this point
    5. We upgraded Oracle 10.2.0.1 to 10.2.0.3, latest CPU , etc ...(Update 4 on OS side) still same slowdown in performances ...
    6. Our Application Regression Testing has showed performance degradation also but not in same extent as db load test (10-20 % on different application modules)
    7. We also did one more thing : went back and upgraded Oracle with Update 2 (some 'workarounds' were required but that's another story). Performances were OK. So it seems our problem is not (directly) related to Oracle version.
    Now we are going to install Update 6 (the latest update for AS4) and see how it goes.
    If anybody have any experience or idea about this case and want to share it with us, it would be highly appreciated.
    Thanks in advance,
    Milan N.

    Just a quick update for those who follow this thread ...
    Everything worked fine with 'Update 6' kernel (both Oracle 10.2.0.1 and 10.2.0.3). We have also applied all available security packages.
    Milan N.

  • Seek help!redhat as4 installation oracle 10g configure sysctl.config error!

    [root@localhost ~]# /sbin/sysctl -p
    net.ipv4.ip_forward = 0
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.conf.default.accept_source_route = 0
    kernel.sysrq = 0
    kernel.core_uses_pid = 1
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    [root@localhost ~]# /sbin/sysctl -a | grep shm
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe3'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe2'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe1'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe0'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe'
    error: unknown error 22 reading key 'net.ipv6.route.flush'
    error: unknown error 22 reading key 'net.ipv4.route.flush'
    vm.hugetlb_shm_group = 0
    error: unknown error 22 reading key 'fs.binfmt_misc.register'
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    [root@localhost ~]#
    seek help!!!! help!!!

    [root@localhost ~]# /sbin/sysctl -e -a | grep shm
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe3'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe2'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe1'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe0'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe'
    error: unknown error 22 reading key 'net.ipv6.route.flush'
    error: unknown error 22 reading key 'net.ipv4.route.flush'
    vm.hugetlb_shm_group = 0
    error: unknown error 22 reading key 'fs.binfmt_misc.register'
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    You have new mail in /var/spool/mail/root
    [root@localhost ~]# /sbin/sysctl -e -a | grep shm
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe3'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe2'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe1'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe0'
    error: unknown error 0 reading key 'dev.parport.parport0.autoprobe'
    error: unknown error 22 reading key 'net.ipv6.route.flush'
    error: unknown error 22 reading key 'net.ipv4.route.flush'
    vm.hugetlb_shm_group = 0
    error: unknown error 22 reading key 'fs.binfmt_misc.register'
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    [root@localhost ~]#
    From [email protected] Thu Dec 22 04:02:05 2005
    Return-Path: <[email protected]>
    Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
         by localhost.localdomain (8.13.1/8.13.1) with ESMTP id jBLK25Av010183
         for <[email protected]>; Thu, 22 Dec 2005 04:02:05 +0800
    Received: (from root@localhost)
         by localhost.localdomain (8.13.1/8.13.1/Submit) id jBLK2353010181
         for root; Thu, 22 Dec 2005 04:02:03 +0800
    Date: Thu, 22 Dec 2005 04:02:03 +0800
    From: root <[email protected]>
    Message-Id: <[email protected]>
    To: [email protected]
    Subject: LogWatch for localhost.localdomain
    ################### LogWatch 5.2.2 (06/23/04) ####################
    Processing Initiated: Thu Dec 22 04:02:02 2005
    Date Range Processed: yesterday
    Detail Level of Output: 0
    Logfiles for Host: localhost.localdomain
    --------------------- Cron Begin ------------------------
    **Unmatched Entries**
    STARTUP (V5.0)
    STARTUP (V5.0)
    ---------------------- Cron End -------------------------
    --------------------- Kernel Begin ------------------------
    WARNING: Kernel Errors Present
    vesafb: probe of vesafb0 failed with error -6...: 2 Time(s)
    ---------------------- Kernel End -------------------------
    --------------------- pam_unix Begin ------------------------
    crond:
    Unknown Entries:
    session closed for user root: 217 Time(s)
    session opened for user root by (uid=0): 217 Time(s)
    gdm:
    Unknown Entries:
    authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=root: 1 Time(s)
    sshd:
    Authentication Failures:
    unknown (211.93.8.116): 11 Time(s)
    mysql (211.93.8.116): 1 Time(s)
    oracle (211.93.8.116): 1 Time(s)
    root (211.93.8.116): 1 Time(s)
    system-install-packages:
    Unknown Entries:
    auth could not identify password for [root]: 2 Time(s)
    ---------------------- pam_unix End -------------------------
    --------------------- Connections (secure-log) Begin ------------------------
    New Users:
    useradd (oracle)
    New Groups:
    useradd (oracle)
    **Unmatched Entries**
    usermod[2945]: change user `oracle' password
    userhelper[3909]: pam_timestamp: updated timestamp file `/var/run/sudo/root/unknown'
    userhelper[3910]: running '/usr/sbin/system-config-network' with root privileges on behalf of 'root'
    userhelper[4298]: pam_timestamp: updated timestamp file `/var/run/sudo/root/unknown'
    userhelper[4299]: running '/usr/share/system-config-users/system-config-users' with root privileges on behalf of 'root'
    userhelper[7961]: pam_timestamp: updated timestamp file `/var/run/sudo/root/unknown'
    userhelper[7962]: running '/usr/sbin/system-config-packages' with root privileges on behalf of 'root'
    userhelper[9157]: pam_timestamp: updated timestamp file `/var/run/sudo/root/unknown'
    userhelper[9158]: running '/usr/sbin/system-config-packages' with root privileges on behalf of 'root'
    userhelper[9163]: pam_timestamp: updated timestamp file `/var/run/sudo/root/unknown'
    userhelper[9164]: running '/usr/sbin/system-config-packages' with root privileges on behalf of 'root'
    ---------------------- Connections (secure-log) End -------------------------
    --------------------- SSHD Begin ------------------------
    SSHD Started: 2 Time(s)
    Failed to bind:
    0.0.0.0 port 22 (Address already in use) : 2 Time(s)
    Failed logins from these:
    mysql/password from ::ffff:211.93.8.116: 1 Time(s)
    oracle/password from ::ffff:211.93.8.116: 1 Time(s)
    root/password from ::ffff:211.93.8.116: 1 Time(s)
    **Unmatched Entries**
    Invalid user fluffy from ::ffff:211.93.8.116
    Failed password for invalid user fluffy from ::ffff:211.93.8.116 port 50249 ssh2
    Invalid user admin from ::ffff:211.93.8.116
    Failed password for invalid user admin from ::ffff:211.93.8.116 port 50738 ssh2
    Invalid user test from ::ffff:211.93.8.116
    Failed password for invalid user test from ::ffff:211.93.8.116 port 51217 ssh2
    Invalid user guest from ::ffff:211.93.8.116
    Failed password for invalid user guest from ::ffff:211.93.8.116 port 51434 ssh2
    Invalid user webmaster from ::ffff:211.93.8.116
    Failed password for invalid user webmaster from ::ffff:211.93.8.116 port 51651 ssh2
    Invalid user library from ::ffff:211.93.8.116
    Failed password for invalid user library from ::ffff:211.93.8.116 port 52584 ssh2
    Invalid user info from ::ffff:211.93.8.116
    Failed password for in
    valid user info from ::ffff:211.93.8.116 port 52810 ssh2
    Invalid user shell from ::ffff:211.93.8.116
    Failed password for invalid user shell from ::ffff:211.93.8.116 port 53024 ssh2
    Invalid user linux from ::ffff:211.93.8.116
    Failed password for invalid user linux from ::ffff:211.93.8.116 port 53261 ssh2
    Invalid user unix from ::ffff:211.93.8.116
    Failed password for invalid user unix from ::ffff:211.93.8.116 port 53491 ssh2
    Invalid user webadmin from ::ffff:211.93.8.116
    Failed password for invalid user webadmin from ::ffff:211.93.8.116 port 53715 ssh2
    RSA1 &#38335;&#57790;&#27537;&#37922;&#29112;&#22426; succeeded
    RSA &#38335;&#57790;&#27537;&#37922;&#29112;&#22426; succeeded
    DSA &#38335;&#57790;&#27537;&#37922;&#29112;&#22426; succeeded
    ---------------------- SSHD End -------------------------
    ------------------ Disk Space --------------------
    /dev/mapper/VolGroup00-LogVol00
    /dev/hda1 3.9G 47M 3.7G 2% /boot
    ###################### LogWatch End #########################
    From [email protected] Fri Dec 23 04:02:03 2005
    Return-Path: <[email protected]>
    Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
         by localhost.localdomain (8.13.1/8.13.1) with ESMTP id jBMK23vb020633
         for <[email protected]>; Fri, 23 Dec 2005 04:02:03 +0800
    Received: (from root@localhost)
         by localhost.localdomain (8.13.1/8.13.1/Submit) id jBMK23wD020631
         for root; Fri, 23 Dec 2005 04:02:03 +0800
    Date: Fri, 23 Dec 2005 04:02:03 +0800
    From: root <[email protected]>
    Message-Id: <[email protected]>
    To: [email protected]
    Subject: LogWatch for localhost.localdomain
    ################### LogWatch 5.2.2 (06/23/04) ####################
    Processing Initiated: Fri Dec 23 04:02:02 2005
    Date Range Processed: yesterday
    Detail Level of Output: 0
    Logfiles for Host: localhost.localdomain
    --------------------- Init Begin ------------------------
    Re-execs of init: 1 times
    ---------------------- Init End -------------------------
    --------------------- pam_unix Begin ------------------------
    crond:
    Unknown Entries:
    session closed for user root: 458 Time(s)
    session opened for user root by (uid=0): 458 Time(s)
    sshd:
    Authentication Failures:
    unknown (fw-25-15-a8.bta.net.cn): 6 Time(s)
    oracle (82.78.172.155): 3 Time(s)
    root (fw-25-15-a8.bta.net.cn): 3 Time(s)
    unknown (202.29.52.44): 1 Time(s)
    Unknown Entries:
    2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=82.78.172.155 user=oracle: 2 Time(s)
    6 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=82.78.172.155 user=oracle: 1 Time(s)
    service(sshd) ignoring max retries; 7 > 3: 1 Time(s)
    ---------------------- pam_unix End -------------------------
    --------------------- sendmail Begin ------------------------
    Bytes Transferred: 9906
    Messages Sent: 2
    Total recipients: 2
    ---------------------- sendmail End -------------------------
    --------------------- SSHD Begin ------------------------
    Failed logins from these:
    oracle/password from ::ffff:82.78.172.155: 3 Time(s)
    root/password from ::ffff:202.108.25.15: 3 Time(s)
    **Unmatched Entries**
    Invalid user test from ::ffff:202.108.25.15
    Failed password for invalid user test from ::ffff:202.108.25.15 port 49076 ssh2
    Invalid user guest from ::ffff:202.108.25.15
    Failed password for invalid user guest from ::ffff:202.108.25.15 port 49212 ssh2
    Invalid user admin from ::ffff:202.108.25.15
    Failed password for invalid user admin from ::ffff:202.108.25.15 port 49318 ssh2
    Invalid user admin from ::ffff:202.108.25.15
    Failed password for invalid user admin from ::ffff:202.108.25.15 port 49448 ssh2
    Invalid user user from ::ffff:202.108.25.15
    Failed password for invalid user user from ::ffff:202.108.25.15 port 49620 ssh2
    Invalid user test from ::ffff:202.108.25.15
    Failed password for invalid user test from ::ffff:202.108.25.15 port 50275 ssh2
    Invalid user test from ::ffff:202.29.52.44
    Failed password for invalid user test from ::ffff:202.29.52.44 port 2356 ssh2
    ---------------------- SSHD End -------------------------
    ------------------ Disk Space --------------------
    /dev/mapper/VolGroup00-LogVol00
    /dev/hda1 3.9G 47M 3.7G 2% /boot
    ###################### LogWatch End #########################
    Message was edited by:
    user475340

  • Oracle parallel server redhat 6.2/oracle 8.1.7 on 1 piii server/ 3 ppro clients

    hi,
    what a bloody maze! i have two immediate problems:
    1) node db instances are unable to access control file raw
    devices on server;
    2) opsctl (opsd) command returns: error in loading shared
    libraries: libskgxp8.so has invalid ELF header.
    please advise. thanks.
    regards,
    kp

    i have been unable to resolve this problem.
    kp

  • Unable to register database in RMAN - RedHat 6.2 + Oracle 8.1.6

    Is this a bug?? pls suggest the way out...
    -Balaji
    ([email protected])
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------

    Is this a bug?? pls suggest the way out...
    -Balaji
    ([email protected])
    1. Create rman Tablespace
    =============================
    create tablespace TS_RMAN
    datafile '/u01/orauser/oradata/mydb/TS_RMAN.dbf'
    size 5M
    autoextend on;
    2. Create rman user
    =============================
    create user rmanusr identified by rmanusr
    default tablespace TS_RMAN
    temporary tablespace TEMP
    quota unlimited on TS_RMAN;
    3. Grant roles to rman user
    ==================================
    grant connect, resource,recovery_catalog_owner to rmanusr;
    4. I'm logging on the server directly
    $rman target system/manager catalog rmanusr/rmanusr
    5. RMAN> create catalog tablespace TS_RMAN
    .... catalog created!
    6. RMAN> register database;
    ... gives me all these errors messages >>
    RMAN> register database;
    RMAN-03022: compiling command: register
    RMAN-03023: executing command: register
    RMAN-08006: database registered in recovery catalog
    RMAN-03023: executing command: full resync
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-07005: error during channel cleanup
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-10032: unhandled exception during execution of job step 1:
    ORA-01403: no data found
    RMAN-10031: ORA-65535 occurred during call to DBMS_BACKUP_RESTORE.GETPARM
    ------ end of message -------

  • Dbca hangs at step 7/7 Redhat AS2.1/oracle 9204

    dbca hangs at step 7/7
    dbca hangs, when it reaches step 7, the progress bar is
    at 100%, but the sys and system password setting window
    is not displayed. if i close the screen, by killing the
    process, i don't have any database config info.
    please advice. Is there something wrong with JRE?

    set THREADS_FLAG=native before running dbca...
    see note:200001.1

  • Installation Oracle 8.1.7 on RedHat 7.0

    I have the follow error-message on the installation of oracle 8.1.7 on a RedHat 7.0 :
    /oracle/ID1/lib//libagtsh.so: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    make: *** [oracle/ID1/rdbms/lib/extproc] Fehler 1
    The problem is the same, when I start the
    make -f ins_rdbms.mk install
    manuell.
    Can anybody help me ?
    Jens-Uwe

    hi manuel,
    i faced some issues while trying to install oracle 8.1.7 on RH 7.0, after contacting the support , came to realise that oracle is not supported for 7.0(due to Kernel problems) but only till 6.2 . i guess we have no option but to switch to RH 6.2.
    regards
    Vikram s
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Manuel Machado ([email protected]):
    Probably the problem that you have is that RED HAT 7 has the glibc that are incompatible with Oracle 8.1.7.
    Send me a mail that a reply to you an URL that explain a way of solving this problem with the glibc.
    Manuel Machado
    FEUP-CICA<HR></BLOCKQUOTE>
    null

  • Successful installation of 8iEE 8.1.7 on RedHat linux 7.2 but no luck with Oracle 9i

    Hi All,
    I've successfully installed Oracle8i EE version 8.1.7 on RedHat
    Linux 7.2. However, I have NOT had much luck installing Oracle
    9i version 9.0.1 on RedHat Linux 7.2. I am wondering if anyone
    in this forum has any luck installing Oracle 9i on RedHat Linux
    7.2. I am running Linux kernel 2.4.7-10.
    Now I am not trying to start a shouting match here; however, it
    seems to me that a person with any common sense would not run
    Oracle database on a Windows platform. Instead of running it
    on Windows platform, one would be much better off running it on
    Linux platform. I am currently Oracle EE 8.1.7 on an dual-Intel
    processor 266MHZ with 512MB of RAM with Linux as the Operating
    System. I have to say that the performance of the box is really
    solid. At the same time, I am also running Oracle EE 8.1.7 on
    an identical hardware system with Win2K server and I have to say
    that the performance system is really pitiful on this Win2k server.
    The windows box can only 1 instance at a time. If I try to have
    two instances running at the same time, the windows box just comes
    to a screeching halt. In contrast, the Linux box really rocks. In
    a testing environment, I have 3 instances running at the same time
    and the linux is barely breaking a sweat. I am getting maximum
    performance out of the linux box because I recompile the linux kernel
    to optimize the box to run Oracle database.
    Having said that, as an Oracle DBA newbie (with less than six months
    of Oracle DBA experience, the last ten years as a Cisco/Unix Engineer),
    I find it fascinating that Oracle is only certified to run on SUSE (may
    be I am wrong and someone can correct me on this one) when RedHat is
    probably the dominant Linux distro. It took three days to get Oracle 8i
    version 8.1.7 to install on RedHat Linux 7.2. Why Oracle is slowed to
    support Linux RedHat is something I just don't understand.
    OK, enough of venting my frustration, if anyone has successfully installed
    Oracle 9i EE version 9.0.1 on RedHat Linux 7.2, please share your knowledge.
    In the mean time, if anyone interested in obtaining instructions on howto
    install Oracle 8i version 8.1.7 on Redhat Linux 7.1/7.2, send me an email
    at [email protected] and I will send the instructions. The instructions
    are written specifically for "windows dummies" so it is very to read and
    follow. If you have been Unix for a long time, there will be instructions
    in there that are so easy some of you may ask why put those in there in the
    first place. My response would be: "windows dummies".
    Regards,
    Michael (david)

    I very much agree with you Oracle is working very much better on Unix/Linux than Windows BUT in many cases you are obliged to use windows ( in Case that My company high managment enforce it ) , I have installed 9i on Windows and Linux , I am herunder including the full details :
    ========================================================================
    Installing Oracle 9i on Linux
         Linux : Redhat 7.2
         Oracle : 9i Server EE 9.0.1.0.0
         RAM Used : 256 M Ram
         Hard Disk : IDE RAID
         Linux Kernel : 2.4.4-10
         JDK : Blackdown jdk118_v3 => downloaded from www.blackdown.org
         All shell here is the Bash shell ( Bourne again shell )
    1.     To run a shell script over Linux , just drag the shell file from the file manager and drop it to a shell window
         Be sure to have swap space of 400 M or more
         If the systems stop responding for some time , leave it , it will continue
         Be sure to make a stage area for the CDs # 2 , 3 only because you will start from the CD 1 but after going in the installation the CDROM freezes and refuses to open door to replace CD ,, in this case you will switch to the last 2 CDs from the stage area
         Make sure you have the following executables at /usr/bin : MAKE , AR , LD , NM , C for Unix that is installed during Linux installation from the distribution media
    Steps ( Root User ) :
    1.     be sure to have to have your server domain is like hostess.com.eg and you can be able to ping it
    &#61607;     open /etc/hosts
    &#61607;     add a line as follows ( for instance ) :
    &#61607;     192.168.0.11 hostess.com.eg hostess
    &#61607;     ping hostess.com.eg
    &#61607;     ping hostess
    &#61607;     ping 192.168.0.11
    &#61607;     be sure to have a replay for all of them
    2.     install JDK inside the /usr/local directory => after downloading the JDK you can easily decompress it but just clicking at it using the GUI
    3.     get to the / prompt
    4.     type ln s /usr/local/jdk118_v3 /usr/local/java
    5.     download binutil RBM from Redhat for version 7 of Linux to downgrade binutils for Linux 7.2 or you will encounter an error at the third CD set
    6.     download it from : ftp://ftp.redhat.com/pub/redhat/linux/7.0/en/os/i386/redhat/rpms/binutils-2.10.0.18-1.i386.rpm
    7.     run it as follows : rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    8.     change to /proc/sys/kernel
    9.     type cat sem
    10.     you will get : 250 32000 32 128
    &#61607;     250 => SEMMSL
    &#61607;     32000 => SEMMNS
    &#61607;     32 => SEMOPM
    &#61607;     128 => SEMMNI
    11.     you need to have the SEMOPM to be 128 , to do so , locate the file called sem open it replace the value of 32 with 128
    12.     type again cat sem to be sure of taking the required effect
    13.     after the installation ends just re-install the 7.2 utils again as follows :
    14.     rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
    15.     you can find the last RPM at the 7.2 CD set
    16.     after downloading the Oracle files from the net you need to decompress it as follows (one step) :
    &#61607;     zcat linux9i_disk1.cpio.gz | cpio idmv
    &#61607;     zcat linux9i_disk2.cpio.gz | cpio idmv
    &#61607;     zcat linux9i_disk3.cpio.gz | cpio idmv
    17.     you can decompress them at 2 steps as follows :
    &#61607;     gunzip linux9i_disk1.cpio.gz
    &#61607;     gunzip linux9i_disk2.cpio.gz
    &#61607;     gunzip linux9i_disk3.cpio.gz
    &#61607;     cpio idmv < linux9i_disk1.cpio
    &#61607;     cpio idmv < linux9i_disk2.cpio
    &#61607;     cpio idmv < linux9i_disk3.cpio
    18.     Now you have 3 directories , have care when Burning them to CD because you need to take care of paths
    19.     if you have downloaded the files via a Windows machine and have a MKS installed over it you can easily invoke Visual Pax and decompress the files at one go using the GUI program
    20.     log on to Linux as Root and run commands in the file commands.txt
    21.     log on as user Oracle to be sure that its created
    22.     log on as root again
    23.     get to the directory of /home/oracle
    24.     enable showing the system files
    25.     open the file of .bash_profile
    26.     add the accompanied bash file contents at the end of it to set the environment variables
    27.     log on as user Oracle
    28.     open shell and type set and be sure that environment variables are set correctly
    29.     open shell and change to the cdrom by typing cd /mnt/cdrom => Linux 7.2 is an auto mounting OS so you at no need to mount the CD drive prior to using it and if you need to mount it just type : AS ROOT
    &#61607;     mount t iso9660 /mnt/cdrom /cdrom
    &#61607;     this is surly after creating a directory at / called cdrom
    30.     Start the installer ( as Oracle User ) by typing ./runinstaller
    31.     the installer will ask you to run a started script as root , you may open a shell and type su then open Nautilus ( if using Gnome or File manager as super user if using KDE ) and drag the noted file to the shell screen and press enter ,, after it is ended continue with the installer
    32.     if asked to supply JDK home directory then it is /usr/local/java
    33.     Unix group Name ( to update Oracle software ) : oinstall
    34.     Oracle home is : /oracle/9.0.1
    35.     base directory : /oracle/orainventory
    Hisham Nagia
    IT Manager / OCP DBA
    Hostess Egypt / EFG-Hermes - CIIC

  • Oracle 8.0.5, WAS 3.0.2, Redhat 6.1

    I recently had Redhat 5.2, Oracle 8.0.5 and WAS 3.0.2 running perfectly. I decided to upgrade the O/S to 6.1. According to Oracle, I have to apply a patch to get the databases to work (Or at least to be certified). I did not apply the patch and
    the database seems to be working fine. Does anyone know if I have to apply the patch or recompile the Oracle code?
    2nd, I am having problems with WAS 3.0.2 and RH 6.1. I can't seem to start the wrb processes (owsctl start wrb). I am getting a: Error in opening UDP:laptop:2649 message. I think I ran into this before. I don't remember how to fix it. Has anyone else ran into this? Does WAS 3.0.2 work with 6.1 or do I have to go to 4.0.7? Do I need to recompile these executables with the 2.0 libraries like I'm suppose to do with Oracle?
    Any help is appreciated.
    -Jim Wartnick
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • Install Oracle 8.0.5 on Redhat 7x

    Is it possible to install Oracle 8.0.5 on RedHat 7x? I see lots of posts for Oracle 8.0.5 on RedHat 6x, and Oracle 8i on Redhat 7x. Can it possibly be so simple that no discussion is needed? ;^)
    cheers,
    paul

    Yes.
    You need compat library rh 6.2
    regards
    peco

  • Oracle Client on win2000 & Oracle Server on redhat 7.2

    I've installed Oracle Client 9.2 on a win2000 machine. I want to connect to a Database on a Oracle Server, which is installed on a redhat 7.2 machine.
    I can successly do everything about oracle on the redhat 7.2 server itself,but i can't connect the redhat 7.2 oracle server by oms,while i can connect the redhat 7.2 oracle server by standalone,the error hint as fallowing:
    java.lang.NullPointerException error
    why?
    Please help....thanx....
    null

    Oracle software is multi home aware - which means you can install 10 different Oracle products and versions, each in its own unique Oracle Home directory, and switch between and run all 10 different products - even at the same time (assuming sufficient resources on the platform).
    You cannot "+consolidate+" different Oracle Homes - it is an unwise thing to do. The Oracle Universal Installer (OUI) has the means to determine when installing a new product, whether or not you have the option to install into an existing Oracle Home.
    And with OUI you also have the means to uninstall products in which case you can remove the corresponding Oracle Home from your platform.
    Note though that despite multiple homes, certain configuration files will be shared (e.g. +/etc/oratab+ on Unix systems). In such a case you may need to manually update such a configuration file after removing an Oracle Home from your system.
    Oracle XE sports its own installer (setup.exe on Windows) - so it does not use OUI. But it is multi-home aware - and can co-exists with other Oracle products in their specific Oracle Homes.

  • Install Oracle 10g  with linux redhat 4

    Hi,
    i need some documentation for installation of Redhat 4 with oracle 10g.
    how can install linux redhat 4 if anyone know documentation please share with me.

    Hi,
    If you need video tutorial, please refer to: http://kamranagayev.wordpress.com/2010/04/25/video-tutorial-installing-oel-and-oracle-10gr2/
    And you can check: Installing Centos (based on Redhat, same as redhat) : http://kamranagayev.wordpress.com/2009/01/05/installing-centos-on-vmware-step-by-step/
    Installing Oracle on it: http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/

Maybe you are looking for

  • MacBook Pro (Original) Won't Start

    My friend has a MBP Original which on startup does this: Switches between light blue and mid-blue screens with a gray spinning wheel at the bottom of the mid-blue screens. Is this a hard drive problem?

  • How to add a drill down feature in the Adobe form output

    Hi, I am new to adobe forms.I have a requirement where in i need to develop a form which will have diffeerent rows in the output. if the user is accessing the form using SAP GUI i need to provide a hyperlink on the row which will have a drill down fe

  • Throwable

    Hi All, I'm basically new to Java & wanted know why do we need Exception class when already there is throwble. Exception has 4 constructor only & same is present in throwable as well. what is the need of exception class? Thanks, Karthik

  • How can i change the ringtone?

    How can I change the ringtone to others such as my music but not the default ringtones? I'm using Iphone 3GS.

  • Double character input error when entering data in numbers using Bluetooth keyboard.

    Using a bluetooth keyboard (Logitech) sometimes causes a double character input when entering data in numbers. For example if wish to enter the number "22" or the word "in" they become "2222" and "iinn". Pressing enter of tab also causes a double jum