Warning message when installing Oracle 10g

Hi
Does anyone know what this warning message mean? I got this message when I install the Oracle 10 g software:
Check Status
Check network configuration requirments Warning
Is this important to install oracle correctly? Or I can just ignore it?
Thanks in advanced!
Li

Check network configuration requirments Warning
If your on LINUX then you should configure network after installation.
Checking Network Configuration requirements ...
Go Application ----> System Settings ----> NETWORK
On Network Windows CLICK ON edit tag.
set STATICALLY set IP ADDRESS
ADDRESS 192.168.100.252
SUBNET MASK 255.255.255.0
or
edit HOSTS tags on Main windows and give your HOSTNAME.
ACTIVATE<<<< click on main page.or
edit "/etc/hosts" FILE LIKE
[root@alwarid-taj ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.100.252 alwarid-taj
127.0.0.1 localhost.localdomain localhost
[root@alwarid-taj ~]# hostname
alwarid-taj
[root@alwarid-taj ~]# ping 192.168.100.252
PING 192.168.100.252 (192.168.100.252) 56(84) bytes of data.
64 bytes from 192.168.100.252: icmp_seq=0 ttl=64 time=0.085 ms
64 bytes from 192.168.100.252: icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from 192.168.100.252: icmp_seq=2 ttl=64 time=0.053 ms
--- 192.168.100.252 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.053/0.064/0.085/0.014 ms, pipe 2
[root@alwarid-taj ~]#regards
Taj

Similar Messages

  • Error message when installing Oracle 10g on Windows XP Professional

    Hello,
    I need help installing oracle 10g database. When I attempt to run the installation from the setup.exe icon, I get a message that says
    "Error in writing to directory C:\Documents and Settings\Owner\Local Settings\Temp\OraInstall2007-04-29_01-19-29PM. Please ensure this directory is writable and has atleast 45Mb of disk space. Installation cannot continue."
    When I try to open the installation from the Autorun icon, it points to an innability to find setup.exe and when I go back to Setup.exe, it gives me the above error. Everytime I try to run the installation and it fails, the installation leaves a folder in my Temp folder with the above format. Any help would be appreciated. Thank you.

    I do have administrative privilege on my computer and I have plenty of space. I have 80gb of free space. What do I do to successfully install the software without incurring those messages I displayed in my first thread?

  • Repeated ORA-12547 Messages after installing Oracle 10g

    Hi,
    I installed Oracle 10g on a Redhat ES 3 box, and the install went okay, but when I try and interact with the server I get the message:
    ORA-12547: TNS: lost contact
    For example, if I use the Database Configuration Assistant to attempt to create a database, I will see the above message when it begins the database creation process, or if I try to interact with the Oracle server using sqlplus I will see the above message after each command entered.
    I had recently tried to install Oracle 8.1.7 on the same box, but abandoned that after deciding that the effort required to link Oracle 8 on RHES3 just wasn't worth it. I have been told that this previous partial installation may be the cause of the problem, and have been advised to uninstall Oracle 8, uninstall Oracle 10g, and reinstall Oracle 10g. I find it hard to believe that it would require such an action to solve this problem. Is there any configuration changes I can make to resolve it? Also, what does this message actually mean?
    I am new to Oracle, so thanks for any help with this problem.
    Colm.

    My last message asking for a grater degree of specificity was not overly specific, hence I am posting the kernel parms that I have set with the hopes that you will spot one that I set improperly or one that I neglected to set.
    [root@awyr ~]# cat /proc/sys/kernel/shmmax
    2147483648
    [root@awyr ~]# cat /proc/sys/kernel/shmmni
    4096
    [root@awyr ~]# cat /proc/sys/kernel/shmall
    2097152
    [root@awyr ~]# ipcs -lm |grep "min seg size"
    min seg size (bytes) = 1
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $1}'
    250
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $2}'
    32000
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $3}'
    100
    [root@awyr ~]# cat /proc/sys/kernel/sem | awk '{print $4}'
    128
    [root@awyr ~]# cat /proc/sys/fs/file-max
    65536
    [root@awyr ~]# cat /proc/sys/net/ipv4/ip_local_port_range
    1024 65000
    [oracle@awyr Desktop]$ ulimit -n
    63536
    [oracle@awyr Desktop]$ ulimit -u
    4091
    [oracle@awyr Desktop]$ ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    file size (blocks, -f) unlimited
    max locked memory (kbytes, -l) 32
    max memory size (kbytes, -m) unlimited
    open files (-n) 63536
    pipe size (512 bytes, -p) 8
    stack size (kbytes, -s) 8192
    cpu time (seconds, -t) unlimited
    max user processes (-u) 4091
    virtual memory (kbytes, -v) unlimited
    from sysctl -a
    my fs.file-max = 65536
    in my limits.conf I added:
    oracle soft nofile 4096
    oracle hard nofile 63536
    in my (1) /etc/pam.d/system-auth (2) /etc/pam.d/sshd (3) /etc/pam.d/su (4) /etc/pam.d/login
    files I added:
    session required pam_limits.so
    and verified that it exists
    in my limits.conf I added
    oracle soft nproc 2047
    oracle hard nproc 16384
    my /etc/oratab has:
    orcl:/usr/local/oracle/app/oracle/oracle/product/10.2.0/db_1:N
    I tried to change the N at the end to a Y but to no avail
    my /etc/oraInst.loc has:
    inventory_loc=/usr/local/oracle/app/oracle/oraInventory
    inst_group=oinstall
    Thanks again for your atention
    Richard

  • ORA-12157 when installing Oracle 10g on Fedora 5?

    Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
    got this error on the last part of the install...
    ORA-12157: TNS: internal network communication error
    Anybody know what might cause this?
    I think I have installed all required RPMs and set environment variables, kernel parameters,
    created oracle users and groups as needed, but still get the above error. I searched the error and some claim it is a problem using newer glibc 2.4.4, so I tried installing on Fedora 4 and had the same error even with glibc 2.3???
    Thanks so much,
    Jon

    Oracle Database 10g Release 2 (10.2.0.1) Installation On Fedora Core 5 (FC5 X86) Step by Step
    This is a Server Installation with a minimum of 2G swap, secure Linux disabled and the following package groups installed:
    Editors
    Graphical Internet
    Administration Tools
    Base
    X Window System
    System Tools
    Server Configuration Tools
    GNOME Desktop Environment
    Development Libraries
    Development Tools
    Legacy Development Support
    Legacy Server Support
    Alternative installations may require more packages to be loaded, in addition to the ones listed below.
    Download Software
    Unpack Files
    Hosts File
    Set Kernel Parameters
    Setup
    Installation
    Post Installation
    Download Software
    Download the following software:
    Oracle Database 10g Release 2 (10.2.0.1) Software
    openmotif21-2.1.30-14.i386.rpm
    Unpack Files
    Unzip the files:
    unzip 10201_database_linux32.zipYou should now have a single directory containing installation files. Depending on the age of the download this may either be named "db/Disk1" or "database".
    Hosts File
    The /etc/hosts file must contain a fully qualified name for the server:
    <IP-address> <fully-qualified-machine-name> <machine-name>Set Kernel Parameters
    Add the following lines to the /etc/sysctl.conf file:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_default=262144
    net.core.wmem_max=262144Run the following command to change the current kernel parameters:
    /sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 1024
    * hard nofile 65536Add the following line to the /etc/pam.d/login file, if it does not already exist:
    session required /lib/security/pam_limits.soDisable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
    SELINUX=disabledAlternatively, this alteration can be done using the GUI tool (Desktop > System Settings > Security Level). Click on the SELinux tab and disable the feature.
    Setup
    Install the following packages:
    # From Fedora Core 5 DVD
    cd /media/dvd/Fedora/RPMS
    rpm -Uvh setarch-*
    rpm -Uvh --force tcl-*
    rpm -Uvh libXp-*
    rpm -Uvh openmotif-2*
    rpm -Uvh compat-db-*
    rpm -Uvh compat-libstdc++-33*
    rpm -Uvh compat-libf2c-32-*
    rpm -Uvh compat-gcc-32-*
    rpm -Uvh libaio-*
    rpm -Uvh compat-gcc-32-c++-*
    rpm -Uvh compat-libstdc++-296*
    rpm -Uvh compat-libgcc-296*
    # From download
    rpm -Uvh openmotif21-2.1.30-14.i386.rpmCreate the new groups and users:
    groupadd oinstall
    groupadd dba
    groupadd oper
    useradd -g oinstall -G dba oracle
    passwd oracleCreate the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle/product/10.2.0/db_1
    chown -R oracle.oinstall /u01Login as root and issue the following command:
    xhost +<machine-name>Edit the /etc/redhat-release file replacing the current release information (Fedora Core release 5 (Bordeaux)) with the following:
    redhat-4Login as the oracle user and add the following lines at the end of the .bash_profile file:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jre:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fiInstallation
    Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
    DISPLAY=<machine-name>:0.0; export DISPLAYStart the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
    ./runInstallerEnter the appropriate ORACLE_HOME and name then continue with the installation.
    During the installation, before the linking phase, edit the contents of the "$ORACLE_HOME/bin/gennttab" file, amending the following entries:
    # Change this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    # To this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`If you don't do this the ntcontab will hang indefinitely during the linking phase.
    Post Installation
    Edit the /etc/redhat-release file restoring the original release information:
    Fedora Core release 5 (Bordeaux)Finally edit the /etc/oratab file setting the restart flag for each instance to 'Y':
    TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
    Ref.: http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnFedora5.php

  • Problem when installing oracle 10g on RHEL-4

    greetings,
    i have been trying to install oracle 10g on my linux machine for the past 10 days, everytimje i do all the steps and change the kernel parameters but when i start the runinstaller file. i get the folloeing error.
    I don't know what this error is or why is it happening
    you can find a snapshot of the error on the following link
    http://www.4shared.com/dir/4180305/6152dc22/Oracle_errors.html
    also another error is arising when i log in to the linux box with the user oracle... i have been having these errors for the past 10 days and i reached to the point where my knowledge won't help me more than ur experiences.
    a snapshot of this error also is available in the above link

    While I understand a picture is worth a thousand words, I backed off from the site as soon as it started providing active ads and spy-ware-like indications. If you want help (from me at least) please describe the symptoms.
    You could also use the following sites to help with the install:
    http://www.puschitz.com and http://ivan.kartik.sk

  • Gives  ORA-12560: TNS: protocol adapter error when installing oracle 10g

    I tried to install oracle 10g r2 in server 2008. but it gives ORA-12560: TNS: protocol adapter error when installing. how I can fix this issue??? please help me ASAP. because its urgent.
    thanks in advance.
    chamara

    Welcome to the forums !
    Pl indicate which version of 10g you are installing and on which version of Win 2008. Neither 10gR1 nor 10gR2 are certified to be installed on Win 2008 R1, AFAIK.
    For 10gR2, only 10.2.0.5 is certified for Win 2008 R2 - see MOS Doc 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    Also see MOS Doc 740926.1 (Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1?).
    Both 10gR1 and 10gR2 are now in extended support - is there a reason you are not using 11gR2 ?
    HTH
    Srini

  • ACL Error when install Oracle 10G on Windows XP

    I tried to install Oracle 10G Personal Edition on my Windows XP box. I see the following error in the log file:
    INFO: Calling Action w32OcxRegActions10.2.0.0.0 RegisterOCX
    OcxPath = C:\oracle\product\10.2.0\db_1\oraconfig\oraconfigps10.dll
    WorkingDir = C:\oracle\product\10.2.0\db_1\oraconfig
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
    installcommand = "C:\oracle\product\10.2.0\db_1\oraconfig\ocfgperm" -aa {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set ORA_DBA permit
    deinstallcommand = null
    WaitForCompletion = true
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: ERROR: Cannot add user to application access ACL.
    No mapping between account names and security IDs was done.(534)
    INFO: End output from spawned process.
    In addition if I try to create a DB later via command line or via the DB Config tool I get all these windows dialogs popping up saying: "Oracle SQL*PLUS has encountered a problem and needs to close. We are sorry for the inconvenience."
    Any ideas what might be wrong with my installation?
    David

    Hi David,
    i got the same error on a Windows 2003 Server. At this time no password was set for the Administraor account!.
    After setting a password for the Administraor i could install the SW withaout any Problem!
    Rudi

  • Problem faced when installing oracle 10g

    i faced this problem when intalling oracle 10g in windows xp. this dos prompt opens for 5 min. and then it get closed..after tht nuthing happens.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2. Actual 5.1
    Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 4
    294967296 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\ADMINI~1\LOCALS~
    1\Temp\OraInstall2006-09-02_03-43-19AM. Please wait ...

    Check the directory read-write permission and the space on the C:\ Drive C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2006-09-02_03-43-19AM.
    Actually Oracle Installer might be trying to create log file and due to above two reason not able to proceed.

  • Perl error when installing Oracle 10g in a Window XP

    After I install Oracle Enterprise Manager 10g Grid Control in a Window XP SP2 environment, and appears the next message: "perl.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
    And in some logs appears Errors, like in OC4J~OC4J_EM~default_island~1:
    08/04/30 11:46:03      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    08/04/30 11:46:03      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
    08/04/30 11:46:03      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:239)
    between other errors in other logs.
    I need to configure the snmp agent and subagent, but it doesnt work correctly :(
    If someone can help me with this problems please I will so thank.
    Gabriela

    Hi,
    As you are new I would like to explain you more. First please confirm whether you have Oracle support. Metalink can be accessed only when you have oracle support.
    Regards
    Mudhalvan M.M

  • Error in GetCurrentDir(): 13 when installing oracle 10g software

    Hi Basis Expert,
    We are doing an Mock System Upgrade.
    So now we are installing
    Before upgrade
    BW 3.5 with oracle 10g (10.2.0.4)
    After upgrade
    BI 7.0 with oracle 11g (11.2.0.4)
    When installing the Oracle 10g software we are getting an error
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Starting Oracle Universal Installer...
    Our OS is AIX 5.3
    Please help us in fixing this issue
    Regards,
    Anil Shenoy

    [While Installing Oracle software facing "Error in GetCurrentDir(): 13" [ID 378393.1]|https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=378393.1]
    Solution
    In order to get rid of this problem, please check for the following.
    1. You are logged in as the oracle user and group which owns the oraInventory (if this is not the first install on this system)
    2. You have read/execute permissions on the source files/directories (CD-ROMor CD-ROM image)
    3. You have write permissions on the target directory (ORACLE_HOME)
    4. When the target filesystem for ORACLE_HOME is unmounted the directory for the mount point has rwx permissions for the oracle user
    If this is the first Oracle software to be installed on this system you can ignore item 1 as it will create a new oraInventory with the correct permissions. For item 4, unmount the filesystem and "chmod 777" the directory used for the mount point, then remount the filesystem. Item 4 is actually a somewhat frequent issue on AIX.
    If none of the above solves your problem, the only alternative left would be, to copy the Staging directory (Disk1 of Install) to /tmp directory and proceed with the installation.

  • Please help me, a problem when install oracle 10g on the solaris 10

    currently, I am installing the oracle 10g on the solaris 10, I am using DHCP and
    my computer has no hostname, the following is copied from the 10g document,
    When you run Oracle Universal Installer, an error may occur if name resolution is not set up. To avoid this error, before you begin installation, you must ensure that host names are resolved only through the /etc/hosts file.
    To ensure that host names are resolved only through the /etc/hosts file:
    1.
    Verify that the /etc/hosts file is used for name resolution. You can do this by checking the hosts file entry in the nsswitch.conf file as follows:
    # cat /etc/nsswitch.conf | grep hosts
    The output of this command should contain an entry for files.
    2.
    Verify that the host name has been set by using the hostname command as follows:
    # hostname
    The output of this command should be similar to the following:
    myhost.mycomputer.com
    currently, when I use hostname command, it is unknown, what should I do to add
    my hostname? thanks

    Since this is related to Solaris, you will most likely get a better/faster response on a Sun Solaris forum rather than here.
    Srini

  • Error when installing oracle 10g on OEL4..(oracle enterprise linux )

    Hi everyone,
    i am getting this error when i run ./runInstaller
    [oracle@localhost database]$ ./runInstaller
    ./runInstaller: line 52: /root/Desktop/10201_database_linux32/database/install/.oui: Permission denied
    But it has all the permissions (read,write,execute) for owner,groups,others.Do i have to give any more permissions.
    File owner of that file : oracle
    file group: oinstall
    i used the following commands when i created the groups.
    /usr/bin/groupadd oinstall
    /usr/bin/groupadd dba
    /usr/bin/ useradd-m-g oinstall -G dba oracle
    what more permissions do i have to give to that ./runInstaller.
    please helpme
    sandeep

    hi everyone,
    Please help me.I am not able to figure out what am i doing wrong.I am getting the permission denied error when i am running the ./runinstaller.But it has all the read,write execute permissions
    [root@localhost ~]# ls -ltr
    total 120
    -rw-r--r-- 1 root root 32283 Jan 3 18:36 install.log.syslog
    -rw-r--r-- 1 root root 57519 Jan 3 18:36 install.log
    -rw-r--r-- 1 root root 1446 Jan 3 18:36 anaconda-ks.cfg
    drwxrwxrwx 3 oracle oinstall 4096 Jan 3 21:40 Desktop
    [root@localhost ~]# su oracle
    [oracle@localhost root]$ ls -ltr
    ls: .: Permission denied
    [oracle@localhost root]$ cd Desktop
    bash: cd: Desktop: Permission denied
    [oracle@localhost root]$ exit
    [root@localhost ~]# cd Desktop
    [root@localhost Desktop]# su oracle
    [oracle@localhost Desktop]$ ls
    10201_database_linux32
    [oracle@localhost Desktop]$ ls -ltr
    total 8
    drwxrwxrwx 3 oracle oinstall 4096 Jan 3 21:38 10201_database_linux32
    [oracle@localhost Desktop]$ cd 10201_database_linux32/
    [oracle@localhost 10201_database_linux32]$ cd database/
    [oracle@localhost database]$ ls -ltr
    total 52
    drwxrwxrwx 9 oracle oinstall 4096 Jan 3 21:38 doc
    -rwxrwxrwx 1 oracle oinstall 1327 Jan 3 21:38 runInstaller
    drwxrwxrwx 2 oracle oinstall 4096 Jan 3 21:38 response
    drwxrwxrwx 5 oracle oinstall 4096 Jan 3 21:38 install
    -rwxrwxrwx 1 oracle oinstall 5213 Jan 3 21:40 welcome.html
    drwxrwxrwx 9 oracle oinstall 4096 Jan 3 21:40 stage
    [oracle@localhost database]$ ./runInstaller
    ./runInstaller: line 52: /root/Desktop/10201_database_linux32/database/install/.oui: Permission denied
    Please tell me what shall i do to run the installer.pleaseeeeee
    thanks
    sandeep

  • Regaring error when installing oracle 10g on redhat linux4 on vmware

    hi can any body help me with this error
    when i run the runInstaller
    it run the prerequsits and
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-12-24_01-06-17PM. Please wait ...[oracle10g@system3 oracle10g]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    thanks
    Edited by: user9971259 on 24-Dec-2010 05:38

    Welcome to the forums !
    Pl post exact details of OS and database versions. This error indicates that all pre-requisites for your install have not been met - the Install guide for your specific version of database can be found at http://docs.oracle.com
    Pl use the search feature to find many previous discussions on this topic - http://forums.oracle.com/forums/search.jspa?threadID=&q=xlib+AND+connection+AND+refused+AND+server&objID=f64&dateRange=thisyear&userID=&numResults=15
    HTH
    Srini

  • [VIA] Add warning message when installing wrong front USB cable

    I've just updated the BIOS on my MS6390 motherboard from 1.4 to 1.8 and on boot up I now get the message Warning - Wrong front USB cable (or words to that efftect). I disconnect the front USB cable on the mother board and the message goes away. The front USB ports worked fine on version 1.4. I have checked the cable and reseated and everthing looks OK. Can any of you techie types help ?
    Thanks

    Thanks for the replies folks.
    I upgraded bios as I was blue screening a lot in XP. That problem seems to have cleared but I now have the USB fault. The front USB cable came with the case and is in a block with 9 pins and one blank. WIll I have to get a new cable or is there an adapter I could use.

  • Problem when install oracle 10g client on whitebox enterprise Linux 3

    I download oracle-client-10103.tar.bz2 and unzip.
    After set environment variable follow instruction
    I run runmefirst.sh, system cannot recognize the .o file.

    It is possible that you did not download the correct client.
    The file name for the 10.1.0.3 client for Linux x86 is ship.client.lnx32.cpio.gz. The Linux x86_64 client name is ship.client.lnxx86-64.cpio.gz .

Maybe you are looking for

  • Photos in a folder (Windows 8 tablet) will not import

    I have photos that I have added to my tablet from my desktop computer. These images show up using Windows Explorer and any other programs on the tablet. These images also have been loaded into Lightroom (they all show up) on my desktop computer (Wind

  • Powerbook G4 only start safe mode

    Hello i have powerbook g4 with cpu 1.25ghz. I use to have mac os4.1.1 installed. Lately had freexing problem and as it was a very old install i tried a fresch install. I downloed os as i lost my original dvd. Tried 10.4.3. Install go fine but never s

  • Restrcuturing of PR and PO release strategies - corporate policies

    Hello, I´m in a proyect where a multinational company wants to restructure its PR and PO release strategies. We are in the fase of defining corporate policies as guidelines for the new structure. The multinational Holding contains Productive companie

  • Deinstallation of Oracle E-business suite with demo vision demo on linux

    Hi all, I installed oracle ebs 12.1.1 on my server with demo vision database. Now I want to deinstall the ebs i previously installed. What is the procedure for the deinstallation? Thanks in advance.. Regards, Mike

  • Error to update  Grid Control 10.2.0.3 for 10.2.0.5

    Hi i'm receve this error to update gril control in new repository . first im install new database 11.1.0.7 and create a news database(install OMS together) . after i'm update install of grid control. i'm install a version 10.2.0.3 and make upgrade OM