Install oracle 9.2.0.4 database on ubuntu 6.06

i tryed to install this oracle version, i dowload thre disks, i created thre cd,
the first disk1 isn't autorun
1) then i tryed to run instalation just writting in a terminal (in the directory cdrom/install/linux)
./runInstall
there is an error about denyed permission
2) afterwords i tryed to run instalation (from the apropiated directory ...Disk1/install/linuxin) in a terminal runing ./runInstall
there is an error with the initialization of java virtual machine from /tmp/OraInstall2008....
error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shares object file: no such file or directory
¿how can i resolve these problems? ihave to install oracle 9i over ubunt6.06
thanks
natalia gallego

You are trying to install an very old oracle version on a very new linux version, on an uncertified platform.
The reason I mention the "very old oracle version" and "very new linux version" is oracle builds its database software against a certain linux version (oracle 9 is probably compiled on rhel3), using another very new linux version will probably result in library version issues, among other version issues.
The reason the install is not working is because of a missing library with the name: libstdc++-libc6.1-1.so.2

Similar Messages

  • Installing oracle application express from the database with oracle 11g

    Hi,
    I installed oracle 11g release 1 and trying to install oracle APEX from the database with Embedded PL/SQL gateway. The installation guide require grant connect privilege to any host for the APEX_030200 database user, but this schema does not exist in the database...
    How to continue the installation of APEX ?

    Thanks Hari,
    But I need to enable network services in my database (oracle 11g).
    Do I have to replace in the PL/SQL script below apex_030200 by flows_030000 ?
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_030200
    -- the "connect" privilege if APEX_030200 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, ensure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'APEX_030200'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_030200', 'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,'APEX_030200', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml','ACL that lets power users to connect to everywhere',
    'APEX_030200', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    Regards

  • How to install Oracle spatial in existing 10g database

    Hi all,
    I am using Oracle 10g 10.2.0.1.0 on Windows.
    How to install Oracle spatial in my database.
    I tried to do with DBCA with configure database option but in that Oracle spatial is in disabled state.
    Please help I am newby to Oracle spatial
    -Thanks & cheers
    Antony

    Hi Xaheer,
    Thank you very much. I run that script, while running the script in some part its showing some errors.
    Could you please tell me whether I have to do some task before executing this script.
    -Thanks & Cheers
    Antony

  • Installing Oracle Management Agent in 11g database(11.2.0.3)

    Hi,
    Error occurred, While installing the agent in 11g database.
    Error is listed below
    [oracle@grid agent]$./agentDeploy.sh AGENT_BASE_DIR=/ebiz/oracle RESPONSE_FILE= agent.rsp
    AGENT_BASE_DIR=/ebiz/oracle
    Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /ebiz/oracle/core/12.1.0.1.0/jdk/bin/java -classpath /ebiz/o racle/core/12.1.0.1.0/jlib/agentInstaller.jar:/ebiz/oracle/core/12.1.0.1.0/oui/j lib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /ebiz/oracle/c ore/12.1.0.1.0 /tmp/agent /ebiz/oracle -prereq
    Validating oms host & port with url: http://prime.4iapps.com:7801/empbs/genwalle t
    Validating oms host & port with url: https://prime.4iapps.com:7801/empbs/genwall et
    Return status:3
    Unzipping the agentcoreimage.zip to /ebiz/oracle ....
    12.1.0.1.0_PluginsOneoffs_226.zip
    Executing command : /ebiz/oracle/core/12.1.0.1.0/jdk/bin/java -classpath /ebiz/o racle/core/12.1.0.1.0/oui/jlib/OraInstaller.jar:/ebiz/oracle/core/12.1.0.1.0/oui /jlib/xmlparserv2.jar:/ebiz/oracle/core/12.1.0.1.0/oui/jlib/srvm.jar:/ebiz/oracl e/core/12.1.0.1.0/oui/jlib/emCfg.jar:/ebiz/oracle/core/12.1.0.1.0/jlib/agentInst aller.jar:/ebiz/oracle/core/12.1.0.1.0/oui/jlib/share.jar oracle.sysman.agent.in staller.AgentInstaller /ebiz/oracle/core/12.1.0.1.0 /tmp/agent /ebiz/oracle AGEN T_BASE_DIR=/ebiz/oracle AGENT_BASE_DIR=/ebiz/oracle RESPONSE_FILE=agent.rsp
    Executing agent install prereqs...
    Executing command: /ebiz/oracle/core/12.1.0.1.0/oui/bin/runInstaller -ignoreSys rereqs -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion -prereqlogl c /ebiz/oracle/core/12.1.0.1.0/cfgtoollogs/agentDeploy -entryPoint oracle.sysma .top.agent_Complete -detailedExitCodes PREREQ_CONFIG_LOCATION=/ebiz/oracle/core 12.1.0.1.0/prereqs -J-DORACLE_HOSTNAME=grid.4iapps.com -J-DAGENT_BASE_DIR=/ebi /oracle
    Prereq Logs Location:/ebiz/oracle/core/12.1.0.1.0/cfgtoollogs/agentDeploy/prere <timestamp>.log
    Agent install prereqs completed successfully
    Cloning the agent home...
    Executing command: /ebiz/oracle/core/12.1.0.1.0/oui/bin/runInstaller -ignoreSys rereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/ebiz/ racle/core/12.1.0.1.0 -responseFile agent.rsp AGENT_BASE_DIR=/ebiz/oracle AGEN BASEDIR=/ebiz/oracle RESPONSE_FILE=agent.rsp -noconfig ORACLE_HOME_NAME=agen 12c1 -force
    Clone Action Logs Location:/ebiz/oracle/app/oraInventory/logs/cloneActions<time tamp>.log
    ERROR: Agent Clone Failed
    [oracle@grid agent]$
    Kindly guide me to install agent on 11g database
    Thanks & Regards
    Kesavan G

    Hi,
    I have listed the logfiles details for your reference,
    -scratchPath
    /tmp/OraInstall2013-05-05_11-57-48AM
    -sourceType
    network
    -timestamp
    2013-05-05_11-57-48AM
    -ignoreSysPrereqs
    -clone
    -forceClone
    -silent
    -waitForCompletion
    -nowait
    ORACLE_HOME=/ebiz/oracle/core/12.1.0.1.0
    -responseFile
    agent.rsp
    AGENT_BASE_DIR=/ebiz/oracle
    AGENT_BASE_DIR=/ebiz/oracle
    RESPONSE_FILE=agent.rsp
    -noconfig
    ORACLE_HOME_NAME=agent12c1
    -force
    INFO: Environment Variables:
    INFO: ORACLE_HOME = /ebiz/oracle/core/12.1.0.1.0
    INFO: PATH = /ebiz/oracle/app/oracle/product/11.2.0/dbhome_1/bin:/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    INFO: CLASSPATH =
    INFO: Username:oracle
    INFO: Install area Control created with access level 1
    INFO: Oracle Universal Installer version is 11.1.0.9.0
    INFO: OUI-10203:The specified response file 'agent.rsp' is not found. Make sure that the response file specified exists and you have read privileges to this file.
    Thanks $ Regards
    Kesavan G

  • Problems Installing Oracle Metadata Repository into Existing Database

    Folks,
    I'm slowly going through the process of installing the Metadata Repository into a 10g database, using RepCA I've managed to determine all the DB parameters required for setting etc. The only thing RepCA now reports is missing is the Ultrasearch schema & packages.
    I've copied the ultrasearch dirs from the RepCA distribution and placed them in my $ORACLE home dir, I've also attempted to run the admin install script 'wk0setup.sql' which throws out several errors listed below. If anyone has successfully gone through this process on Solaris I would love to hear your about your experience & advice.
    Error 1. =================================================
    User is WKSYS
    ... loading ultrasearch_db.jar
    call sys.dbms_java.loadjava('-v -f -r -s -g PUBLIC $ORACLE_HOME/ultrasearch/lib/ultrasearch_db.jar', '((* wksys) (* public))')
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.aurora.server.tools.loadjava.ToolsError: Error during loadjava: Failures
    occurred during processing. Check trace file for details
    Error 2 (File Doesn't exist at all) ==============================
    SP2-0310: unable to open file "/oracle/1020a/ultrasearch/admin/wk0launchq.pkh"
    Error 3 (Again the file doesn't exist at all) ========================
    SP2-0310: unable to open file "/oracle/1020a/ultrasearch/admin/wk0launchq.plb"
    ===========================================================
    Regards
    Austin

    Hi guys,
    I have used copy of that package from Oracle Identity Management installation, version 10.1.4.0.1 and have been able to complete manual Ultra Search installation. It's valid in dba_registry. After that I did run RepCA and metadata schemas have been created successfully in existing database, version 10.2.0.2. Be careful about database version, only 10.2.0.2 is certified with Oracle Identity management, so you need to run patch for upgrade to 10.2.0.2.
    Hope this helps.
    Dali
    Message was edited by:
    dallyz7

  • How to install Oracle Forms Developer/Services 6i Release to Ubuntu

    Oracle Forms Developer/Services 6i Release 2 for Linux
    I've downloaded this software for ubuntu but I couldn't install.
    Does anyone know how to install this package?

    Hi,
    To my knowledge Forms Developer/Services 6i Release 2 are not certified for Ubuntu.
    Check Certify: www.oracle.com/technology/support/metalink/index.html
    Regards,
    Martin

  • How to install Oracle text in 10g database.

    Hi ,
    I need to install Oracle text in a 10g database which is a pre-requisite for Application express 3.1.1.I checked for the user CTXSYS user in the database and i did not find that.
    Thanks in advance

    If you dont see CTXSYS user, you have to use the OUI to install the Oracle text. You have to connect as sys to do it. See the metalink post below,
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:1539928194117127807::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,275689.1,1,1,1,helvetica

  • Installed Oracle Workflow Client but database connection fails,why?

    Hi
    I have installed Oracle Workflow Client (windows) but database connection using apps user (EBS R12 database) is not establishing.Getting the following error '1300:Could not load'. How can i make succesfull connection & use it?
    Regards
    Ariz

    Hi,
    Please see these documents.
    Note: 389432.1 - 2.6.x: Access the Builder errors with 1300, 1114, 1101, 333, 332, 306 & 203: Value contains leading or trailing spaces
    Note: 747485.1 - Oracle Workflow Builder: Could not load from database Error
    Note: 179987.1 - Workflow Builder Cannot Load Objects From Applications when the NLS_LANG is Non-American
    Regards,
    Hussein

  • Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto

    h2. Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    Version: B
    Author: Dude, 24. May 2011
    The following are step by step instructions how to install Oracle 11gR2 Express Edition (Beta) under Linux Ubuntu 11.04, 64-bit.
    Access to the Internet is required.
    The instructions cover the following additional topics:
    - Converting Red Hat based Oracle XE installer to Ubuntu.
    - Work-around for missing /sbin/chkconfig tool.
    - Install Oracle XE into a different directory or disk volume.
    - Relocate and configure the Oracle user and default login directory.
    - Uninstall, reconfigure and perform first database backup.
    - Notes and web links.
    - Troubleshooting
    h3. A) System Setup and Prerequisites
    h4. A.1. System Access
    You will need terminal command line, root and system console access to perform the setup tasks.
    To open a Terminal at the system console:
    Menu Applications > Accessories > TerminalThe following commands will enable remote ssh login with root access:
    sudo apt-get install openssh-server
    sudo passwd root
    Verify:
    ssh root@xe_server_host_nameh4. A.2. Software Prerequisites
    The following is required in order to install Oracle 11gR2 XE:
    sudo apt-get install alien libaio1 unixodbcThe following is not required, but it will fix backspace and arrow keys in case you prefer using the vi-editor:
    sudo apt-get install vimh4. A.3. System Swap space
    Minimum swap space required is 2 GB. You can increase swap space if necessary using a swap file:
    To analyze current swap space and memory configuration:
    sudo cat /proc/meminfo
    To install a 1 GB swapfile named swapfile in /, for example:
    sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
    (this may take a while)
    sudo mkswap /swapfile
    sudo swapon /swapfile
    sudo cp /etc/fstab /etc/fstab.orig
    sudo echo '/swapfile swap swap defaults 0 0' >> /etc/fstab
    Verify:
    sudo swapon -a
    sudo swapon -sh4. A.4. Kernel Parameters
    Oracle 11g XE requires the following additional kernel parameters:
    sudo nano /etc/sysctl.d/60-oracle.conf
    (Enter the following)
    # Oracle 11g XE kernel parameters
    fs.file-max=6815744
    net.ipv4.ip_local_port_range=9000 65000
    kernel.sem=250 32000 100 128
    kernel.shmmax=536870912
    (Save the file)
    Note: kernel.shmmax = max possible value, e.g. size of physical RAM.
    Verify: sudo cat /etc/sysctl.d/60-oracle.conf
    Load new kernel parameters:
    sudo service procps start
    Verify:
    sudo sysctl -q fs.file-max
    -> fs.file-max = 6815744h4. A.5. Oracle Installation Directory
    The current Oracle Installation Guide uses the same directory like in previous versions: /usr/lib/oracle/xe/app/oracle/product/11.2.0/server. However, the current Beta installation uses Oracle Flexible Architecture (OFA) and installs into /u01/app/oracle/product/11.2.0/xe. Due to size limitations of Oracle XE it may not be necessary to store the installation to a specific directory or separate volume, but it is possible:
    Install Oracle XE to separate disk volume:
    From the system console menu: System > Administration > Disk Utility
    Select "ext3" filesystem for Oracle compatibility and specify a Volume label, e.g. Oracle.
    Notice the device name e.g. /dev/sdb
    Get the drive UUID:
    sudo blkid
    e.g. /dev/sdb: UUID="d19a2d8f-da43-4802-8bdb-0703c855e23a"
    Modify /etc/fstab to automatically mount the volume at system startup:
    sudo cp /etc/fstab /etc/fstab.original
    sudo nano /etc/fstab
    (Add the following, using determined UUID, for exmple)
    UUID=d19a2d8f-da43-4802-8bdb-0703c855e23a /u01 ext3 defaults,errors=remount-ro 0 1
    (Save the file)
    Create the mount-point, mount the new volume and set ownership and privileges:
    sudo mkdir /u01
    sudo mount -a
    sudo chown root:root /u01
    sudo chmod 755 /u01
    Verify:
    df -h
    or restart the systemYou can also install Oracle XE into a specific directory:
    Create a symbolic link to store the installation into an existing directory, for instance:
    sudo mkdir /home/oracle-xe
    sudo ln -s /home/oracle-xe /u01h3. C) Oracle 11g XE Download and Installation
    h4. C.1. Download and convert the Installer from Red Hat to Ubuntu
    Please see section E.3. to download the Oracle 11gR2 XE installer.
    Select the version listed for Linux x64.
    sudo unzip linux.x64_11gR2_OracleXE.zip
    sudo alien --to-deb --scripts oracle-xe-11.2.0-0.5.x86_64.rpm
    (This may take a while)h4. C.2. Create a special chkconfig script
    The Red Hat based installer of Oracle XE 11gR2 beta relies on +/sbin/chkconfig+, which is not used in Ubuntu. The chkconfig package available for the current version of Ubuntu produces errors and my not be safe to use. Below is a simple trick to get around the problem and install Oracle XE successfully:
    Create /sbin/chconfig:
    sudo nano /sbin/chkconfig
    (Cut and paste the following)
    #!/bin/bash
    # Oracle 11gR2 XE installer chkconfig hack for Debian by Dude
    file=/etc/init.d/oracle-xe
    if [[ ! `tail -n1 $file | grep INIT` ]]; then
       echo >> $file
       echo '### BEGIN INIT INFO' >> $file
       echo '# Provides:             OracleXE' >> $file
       echo '# Required-Start:       $remote_fs $syslog' >> $file
       echo '# Required-Stop:        $remote_fs $syslog' >> $file
       echo '# Default-Start:        2 3 4 5' >> $file
       echo '# Default-Stop:         0 1 6' >> $file
       echo '# Short-Description:    Oracle 11g Express Edition' >> $file
       echo '### END INIT INFO' >> $file
    fi
    update-rc.d oracle-xe defaults 80 01
    (Save the file)
    Set appropriate execute privileges:
    chmod 755 /sbin/chkconfig
    Note: You should remove the /sbin/chkconfig file after successful installation of Oracle XE.
    h4. C.3. Install and configure Oracle XE
    sudo dpkg --install ./oracle-xe_11.2.0-1.5_amd64.deb
    /etc/init.d/oracle-xe configure
    (This will take a while)
    Remove the /sbin/chkconfig script, which is no longer needed.
    sudo rm /sbin/chkconfigh4. C.4. Relocate and Configure the Oracle user login
    The Oracle XE installer specifies /u01/app/oracle as the login directory for the Oracle user. Although not really necessary, the following will relocate the Oracle user $HOME to a standard location and create standard /etc/skel login files:
    Exit all Oracle user sessions:
    sudo /etc/init.d/oracle-xe stop
    sudo kill -9 `ps -ef | grep oracle | grep -v grep | awk '{print $2}'`
    sudo userdel oracle
    sudo useradd -s /bin/bash -G dba -g dba -m oracle
    sudo passwd oracle
    Verify:
    sudo id oracle
    -> uid=1001(oracle) gid=1001(dba) groups=1001(dba)h4. C.5. Setup Oracle environment variables
    In order to use sqlplus and other tools, the Oracle account requires certain environment variables. The following will set these variables automatically at every interactive Oracle login:
    sudo echo '. /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh' >> /home/oracle/.bashrch4. C.6. Oracle sudo root access
    It is not essential to allow the Oracle user to use sudo, but it is convenient:
    usermod -G admin oracle
    Verify:
    id oracle
    -> uid=1001(oracle) gid=1001(dba) groups=1001(dba),120(admin)
    sudo su -
    -> Enter Oracle account passwordh4. C.7. Oracle 11g XE Post-installation
    After you install Oracle Database XE, its graphical user interface is only available from the local server, but not remotely.
    The following will correct the problem if necessary:
    Login as user Oracle or use:
    su - oracle
    sqlplus / as sysdba
    At the SQL prompt, enter the following command:
    EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    exith3. D) Unintstall, Reconfigure and Troubleshooting
    h4. D.1. Uninstall Oracle 11g XE
    The following will completely uninstall and remove Oracle 11g XE:
    Login as user root:
    sudo su -
    /etc/init.d/oracle-xe stop
    dpkg --purge oracle-xe
    rm -r /u01/app
    rm /etc/default/oracle-xe
    update-rc.d -f oracle-xe removeh4. D.2. Reconfigure Oracle 11g XE
    Type the following in a terminal window:
    /etc/init.d/oracle-xe stop
    sudo rm /etc/default/oracle-xe
    /etc/init.d/oracle-xe configureh4. D.3. Enable Archivelog mode and perform a database backup
    Login as user Oracle:
    su - oracle
    sqlplus / as sysdba
    At the SQL prompt, enter the following commands:
    shutdown immediate
    startup mount
    alter database archivelog;
    alter database open;
    exit
    Login to system console of the Oracle user account:
    Select Applications > Oracle Database 11g Express Edition > Backup Databaseh3. E) Notes
    h4. E.1. Oracle 11g XE limitiations overview
    - It will consume, at most, processing resources equivalent to one CPU.
    - Only one installation of Oracle Database XE can be performed on a single computer.
    - The maximum amount of user data in an Oracle Database XE database cannot exceed 11 GB.
    - The maximum amount of RAM that Oracle XE uses cannot exceed 1 GB, even if more is available.
    - HTTPS is not supported natively with the HTTP listener built into Oracle Database XE.
    h4. E.2. Documentation and Links
    Official documentation for Oracle 11gR2 XE can be found at:
    http://www.oracle.com/pls/xe112/homepage
    h4. E.3. Oracle 11g XE downloads
    The Installer is available from the Oracle Technology Network at:
    http://www.oracle.com/technology/products/database/xe
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    h4. E.4 APEX links and archives
    The APEX archives can be found at:
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/all-archives-099381.html
    The APEX download site is:
    http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html
    h3. F) Troubleshooting
    ... in progress
    Regards and best of luck!
    Edited by: Dude on May 25, Version B: various corrections. chkconfig package (A.2.) not required.

    even though I am admin user.Admin user is a MS Windows term, that does not apply to Linux or Unix in the same fashion.
    The configuration script tells you "You must be root user to run the configure script. Login as root user and
    then run the configure script."
    This is most likely correct because your account is not root and does not have UID 0. What you can do is to login as root e.g. sudo su -, as the message suggest, or use "sudo /etc/init.d/oracle-xe configure", provided your account is defined in the /etc/sudoers file to perform root/admin actions.
    Btw, do not modify /etc/passwd and /etc/group to give you admin privileges or try to create a another root account under a different name. That's not the way it works and usually leads to nasty problems.

  • Install oracle 8.1.7 in Solaris Problem

    I have completed to install Oracle in solaris and
    created database, when I use sqlplus login to new created database
    The following error is displayed:
    "ora-07217 : sltln : environment variable cannot be evaluated"
    The following is the environment variable for oracle user
    HOME=/oracle_data1/oracle/product/8.1.7
    HZ=100
    IFS=
    LD_LIBRARY=/oracle_data1/oracle/product/8.1.7/lib:/usr/openwin/lib:/usr/db/lib
    LD_LIBRARY_PATH=/oracle_data1/oracle/product/8.1.7/lib:/usr/openwin/lib:/usr/db/lib
    LOGNAME=eprc817
    MAILCHECK=600
    OPTIND=1
    ORACLE_BASE=/oracle_data1/oracle
    ORACLE_HOME=/oracle_data1/oracle/product/8.1.7
    ORACLE_SID=eprc
    PATH=/usr/bin:/usr/ucb:/etc:/oracle_data1/oracle/product/8.1.7/bin:/usr/ccs/bin:/usr/openwin/bin:.
    PS1=$
    PS2=>
    SHELL=/bin/sh
    TERM=ansi
    TZ=Hongkong
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=400
    set shmsys:shminfo_shmseg=50
    set shmsys:seminfo_semmni=100
    set semsys:seminfo_semmsl=1024
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semopm=100
    set semsys:seminfo_semvmx=32767

    You may try to add the environment variable
    ORACLE_TERM=vt100 which is not include in your envornment setting.

  • How to install oracle RAC 11g on oracle linux 5 using vmware workstation ?

    Hello;
    I need to Install Oracle RAC 11g R2 with database 11g ( 2 nodes ) but by using vmware workstation ( not server 2) on oracle linux 5-6 .
    So any document can help me please ..
    regards.

    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-ol5-using-vmware-server-2.php
    http://appsdbaworkshop.blogspot.in/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    http://robertgfreeman.blogspot.in/2009/12/11gr2-rac-on-vmware-part-one.html

  • Installation error when installing Oracle 8.1.7

    I'm currently upgrading 8.0.5 with 8.1.7. When installing 8.1.7 I receive the following error message:
    O/S error in starting service Oracleora81DataGatherer
    Has anyone seen this and is there a fix?
    thanks
    Mark
    null

    Hi,
    Please check up if any TNSListener (of older version , from previously installed RDBMS ) is already running in the system.
    Statup->controlpanel->Services->%TNSListener%.
    If so, please Stop the listener,while you install the oracle.
    Else, While you install oracle, don't create starter database.First install Oracle, after that, create the DB using "Database configuration Assistant(DCA)", life will be easier!!
    Regard
    karthik

  • Installing Oracle 10.2.0.1 and upgrade to 10.2.0.3 on WIndows 2000 using VM

    What's up with trying to install Oracle 10.2.0.1 database standard edition on a Windows 2000 OS which utilizes VMWARE? This has been the install from hell !!
    I just did the whole process on my Windows XP laptop in about 1 hour and the VMWARE Windows 2000 install/upgrade is on its third day and we have not even migrated the data yet.
    Has anyone done such an upgrade on the same Windows 2000 OS using VMWARE? The server configuration sucks as well with only one CPU, small processor and and little over 1 gb of memory but this is what VMWARE is allocating I assume. The customer also wants all his database files on the SAN. Should I tell the management they need more resources or is this upgrade possible????

    Not if it isn't required to create a secure and stable environment.
    What I am referring to is an operating system that doesn't require an anti-virus client.
    And operating system that doesn't force you to support a massive GUI that no one will ever look at after installation is completed.
    An operating system that doesn't have a vendor that admits to violating compliance and altering system files without the owner's permission.

  • ORA-03113 when installing Oracle 8.1.7

    Hi!
    I'm trying to install Oracle 8.1.7 Std. Edition on Windows 2000. Whatever I try I always get an ORA-03113 when the wizard tried to initiallize the database. Seems that the TNSListener does something strange.
    Who can help me?????
    Thanks a lot!
    Holger Bothmer
    mailto:[email protected]

    Hi,
    Please check up if any TNSListener (of older version , from previously installed RDBMS ) is already running in the system.
    Statup->controlpanel->Services->%TNSListener%.
    If so, please Stop the listener,while you install the oracle.
    Else, While you install oracle, don't create starter database.First install Oracle, after that, create the DB using "Database configuration Assistant(DCA)", life will be easier!!
    Regard
    karthik

  • Installing Oracle Designer Web Assistant (ODWA)

    Cannot install Oracle Designer Web Assistant (ODWA)!
    Also: Is it only meant to be installed on a windows client and not on a Unix server?
    SQL> @c:\ora81\odwa\ins\odwa_ins
    Value of ODWA_HOME directory (for example c:\orant\odwa):
    /opt/oracle/product/817/odwa
    Installing Oracle Designer Web Assistant (ODWA) database objects...
    ... installing ODWA tables/sequences and initial data
    ... creating ODWA views
    ... creating general packages/procedures/functions
    ... creating ODWA package specifications
    ... creating ODWA package bodies
    ... installing ODWA triggers
    ... setting initial ODWA filters and quality checks
    begin
    ERROR at line 1:
    ORA-06550: line 2, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_OTE_FOR_UE' must be declared
    ORA-06550: line 2, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 3, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_MPY_FOR_UE_PROPS' must be declared
    ORA-06550: line 3, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_MPY_FOR_UE_TXT_USE' must be declared
    ORA-06550: line 4, column 3:
    PL/SQL: Statement ignored

    Jim,
    Sorry for taking so long before replying to your question.
    It is a problem we have seen before and the solution is quite simple.
    * Open the file ODWA_HOME\ddl\cdwp_brw.pkb
    * Locate the procedure browser
    * Change the following fragment from:
    ===================================
    htp.frame
    ( csrc =>'cdwp_brw.tree_plus_selector?p_el_id='&#0124; &#0124;
    to_char(p_el_id)&#0124; &#0124;
    chr(38)
    , cname=> 'selector'
    ============================================
    in:
    ===================================
    htp.frame
    ( csrc =>'cdwp_brw.tree_plus_selector?p_el_id='&#0124; &#0124;
    to_char(p_el_id)
    , cname=> 'selector'
    ============================================
    in other words: remove "&#0124; &#0124;chr(38)
    This shoudl do the trick.
    Please let me know whether this helped!
    best regards,
    Lucas Jellem

Maybe you are looking for

  • Can you help me with the WHERE clause? Any issue with this code block?

    Hi, I am looking for blogs or any document on how to implement a Lookup during data loads in BW. The problem is that all those that I find on this site are mostly about u201CLookup in XIu201D I have read bits and hints on different postings on this s

  • How can I get a list of emails in my inbox listed by sender and how many emails are in the box from each one, in a concise list.

    I need a List: Name of sender and how many emails from that sender: ex: Wife - 50 Boss - 75 ESPN - 200 It would best to get them in a excel sheet so I can print, review and then make decisions to delete entire names that I know longer communicate wit

  • 720 x 480 preset for FCP?

    What preset do I use to work on a movie captured at 720 x 480? When I import into FCP with DV NTSC preset, the aspect ratio is wrong. The movie appears squished into 4:3 format. The movie is for computer display, not TV. I captured the movie from a G

  • Web Services Usernames and Passwords in Axis

    Hi everyone, I have created a Web Service in Axis with SOAP and it is working fine. I have a remote client that connects to the WS and retrieves the Array of Complex types very seamlessly. The only problem that I have been battling with is that the a

  • View is not editable

    Hi Experts, I have a problem when running Webdynpro as test.  My input view is not editble though all of the input fields property is not read only and they are editable. Please advise, --Jamie.