Oracle 8i on linux 6.2

I'm trying to install Oracle 8.1.5 on Red Hat Linux 6.2
After installing and config JRE with symbolic Link when i try to run ./runInstaller
I get foll. error
Initializing JVM from /usr/local/jre/bin/jre Please wait....
Error in CreateOUTProcess():-1
:Permission denied
Can anyone throw some light
Cheers !!!
Nitin

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by e9601497 ([email protected]):
8i seems to be very buggy on Linux. I had several toubles with RedHat and 8i.
I'm using 8i R2 now and most of my problems seem to be fixed.
To get rid of your problem try the following: Change to directory ......./install/linux (or something like that) and run ./runIns.sh (./runinstaller is in the same dir). This should work.
Hans<HR></BLOCKQUOTE>
Thanks for imm reply
But i've tried running ......./install/linux
./runIns.h aswell but it doesn't shows any products in the OUI and rather shows Deinstall Products on the button below.
what could be the reason
Cheers !!!
Nitin
null

Similar Messages

  • How can i install oracle 10g on linux cluster

    Dear all:
    please advice How can i install oracle 10g on linux cluster service ..
    thanks ,,

    Without RAC, you can only have one instance manage the database. One instance = one set of processes communicating via IPC.
    Unless you know of a way to have processes use memory-based IPC across nodes, you need to pick a node and install & run the database software on that node.

  • Oui-10207error while installing oracle 10g on linux in vmware

    Hi,
    I have installed vmware on windows 7(64 bit) on which i have installed Oracle Enterprise linux 5. I have set all the variables correctly. but when i try to install oracle 10g on linux, i get the error
    OUI-10207:there is not enough disk space in the OUI swap area /tmp/OraInstall2011-10-17_03-44-48PM.Please make atleast 529KB of space avaivale and retry.
    but i have around 95bg of space. My partitions are as follows
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 12551 100815876 83 linux
    /dev/sda2 12552 13041 3935925 82 Linux swap/solaris
    /dev/sda3 13042 13054 104422+ 83 linux
    Please help me in solving the problem.
    Thanks
    Viraj

    What is your swap size? try to increase size
    execute below command on terminal, paste result here.
    #swapon -s
    #free
    Tips : how to increase swap space
    http://hackertrip.wordpress.com/2011/09/11/increase-swap-space/

  • Imp dmp file in oracle 10g on linux

    i have oracle 10g on linux now i want to imp the dmp file to db.
    i put the file in /mnt/erp/file.dmp folder.
    i log in as oracle user and ....
    and start the imp the file as
    imp user/password file=/mnt/erp/file.dmp
    but it giver error faile to open the file for read.....
    what is the problem.....
    is there any privillage issue???????????
    helped with full syntax...and steps...

    i copy the dmp file in /mnt/erp folder as root user.
    i am going to imp it as oracle user.
    sir i don't know about dmp group.
    i past the error i got..
    [oracle@lnxdb erp]$ imp
    Import: Release 10.2.0.1.0 - Production on Wed Oct 10 08:09:37 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: FS_10oct2012
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
    Production
    With the Partitioning, OLAP and Data Mining options
    Import file: expdat.dmp > FR_10_10_2012.dmp
    IMP-00002: failed to open FR_10_10_2012.dmp for read

  • Creation of two databases in oracle 11g on linux

    HI,
    I need to create two databases in oracle 11g on linux.
    how to set SID'S in .bash_profile and change the init.ora file.
    pls anyone let me know
    thanks
    srinivas

    If you have different databases on same node you could choose to not set ORACLE_SID in shell init file but use instead interactive oraenv Oracle script to set the right ORACLE_SID.
    Please read Configuring the Operating System Environment Variables in http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/em_manage.htm#ADMQS12369
    To create easily a database (ie without using your own scripts) try to use DBCA that will automatically take care of database initialization file: http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/install.htm#BABEIAID
    Edited by: P. Forstmann on 5 août 2011 12:01

  • How to install oracle 10g on linux 9.0

    am a student in nigeria and my name is tosin, studing oracle 10g on linux 9.0 with oracle partners NIIT. how do i install 9i and 10g on a linux 9.0.

    Hello Tosin,
    how do i install 9i and 10g on a linux 9.0. Do you mean Red Hat Linux 9 of on Linux AS? www.redhat.com
    Anyways
    http://www.puschitz.com/InstallingOracle9i.html
    Hope this will help you
    Cheers
    Ravi
    http://ravidba-oracle.blogspot.com/

  • Can't install Oracle 8 in Linux 6

    I can't install Oracle 8 in Linux 6 because I encounted the
    following error during installation:
    Error during action 'Running startorcl.sql'.
    Command: /u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    @/u01/app/oracle/admin/orcl/create/startorcl.sql
    exit
    What should I do ? Please help me.
    null

    Bjarne (guest) wrote:
    : Jameshow (guest) wrote:
    : : I can't install Oracle 8 in Linux 6 because I encounted the
    : : following error during installation:
    : : Error during action 'Running startorcl.sql'.
    : : Command: /u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    : : @/u01/app/oracle/admin/orcl/create/startorcl.sql
    : : exit
    : : What should I do ? Please help me.
    : I got the same error message, and I still haven't figured out
    : what to do. If there are anyone who can help, I think we both
    : would appreciate it. Please help us both.
    Hi there!
    The first thing you should do if you get ANY (almost) error when
    installing Oracle Server in RedHat Linux v6,0 is to read this
    document carefully: http://jordan.fortwayne.com/oracle/
    After hours of struggle it finally worked for me :-)))))
    Only two things to add here:
    1) If you want to be able to connect to the Linux server
    (telnet) and running utilities like sqlplus locally on the
    server, you should copy the ".profile" file to the users home
    directory, add the user to the group "dba" AND make sure that
    the $ORACLE_HOME directory has execute permissions for members
    of the "dba" group (mine had default ONLY permission for the
    owner to execute).
    2) The file "listener.ora" was (for some reason) written
    with "oracle_sid" where it really should say the real SID name
    that is in my case "ORCL".
    I just can't thank the guy who wrote the step-by-step
    Installation guide for Oracle on RedHat Linux enough... THANK
    YOU!
    null

  • Oracle 9i on LINUX Transparent Gateway for SQL Server

    Does anybody know if there is a Transparent Gateway available for Oracle 9i on LINUX to connect to SQL Server? I have run the installer and cannot seem to find the install options for any Transparent Gateways. I am familiar with their location in the universal installer as I have installed the Oracle/SQL Server Transparent Gateway with Oracle in WinNT. Perhaps Transparent Gateways for Oracle/LINUX are not available?
    Thanks in advance.

    I have the same issue - we want to upgrade our 9.2 to 10g Linux, and need to maintain connectivity to some legacy sqlserver databases. I can't find any mention of tg4msql for linux. What gives? Anyone know the answer to this? thanks, michael

  • Cannot install oracle 9i on linux (fedora core 2)

    dear all members.
    I cannot install oracle 9i on linux (fedora core 2)
    progress bar stop at 17% no activity at hardisk. I wait for 15 hours , still no movement. file being copy is " naeet.o " , I am not sure how importance is it.
    I try several times, but still similar result....
    Amnuay U.
    [email protected]

    Hi,
    I think that Feedbak forum is not the best place for this problem.
    You should ask this into
    => Installation Forum : Database Installation
    or
    => Linux Forum : Generic Linux
    Anyway, you can find an install doc here :
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    Nicolas.

  • I want to install oracle 10g on linux.

    i want to install oracle 10g on linux. my linux is red hat enterprise linux AS release 4. i downloaded 10201_database_linux_x86_64.cpio.gz. now, cksum 10201_database_linux_x86_64.cpio.gz shows 4294967295 while site says 2921604215. if i say gunzip /home/oracle/10201_database_linux_x86_64.cpio.gz gunzip: /home/oracle/10201_database_linux_x86_64.cpio.gz: unexpected end of file. now, please clear these doubts and also give me the link to steps on how to install. tnx

    I tried with the following command and it works for me:
    cpio -idcmv < 10*
    without gzip before

  • Auto start Oracle instance in linux

    Can I configure oracle to auto start an oracle instance in linux environment ?

    Here are the steps to enable the oracle service start automatically during the system boot
    Login as root in Linux box to execute the following steps
    1. the flag set to Y in /etc/oratab file with the respective instance
    2. Copy the oracle script in /etc/init.d folder
    3. change the permission < chmod 755 <script filename>
    4. add the service <chkconfig --add <script filename>
    5 Put the service auto on <chkconfig <script filename> on >
    6. To verify the oracle service startup automatic < service <script filename> stop > < service <script filename> start >
    Regards
    N Jandial

  • Oracle on alternative Linux platforms

    Does anyone knows whether Oracle will support Linux on
    alternative hardware platforms (like PowerPC or Alpha) or not?
    If not do you know a database with Outer-Joins (Postgresql has
    not) and subqueries (Mysql has not) support for Linux/PowerPC?
    Thanks in advance.
    Dieter Fiebelkor
    null

    Dieter Fiebelkorn (guest) wrote:
    : Does anyone knows whether Oracle will support Linux on
    : alternative hardware platforms (like PowerPC or Alpha) or not?
    : If not do you know a database with Outer-Joins (Postgresql has
    : not) and subqueries (Mysql has not) support for Linux/PowerPC?
    : Thanks in advance.
    : Dieter Fiebelkor
    I had the same question (Oracle on Alpha )
    and asked altavista ;+)
    The answer is yes, but only shipped for x86.
    I think, we ( the customers ) have to ask Oracle
    for their products on different hardware plattforms...
    Pleas read this:
    http://www.idg.net/crd_linuxworld_9-125976.html.
    Maybe, DB2 runs on PowerPC, because IBM sponsors the
    Linux development on their plattforms.
    regards Norbert
    null

  • Does Oracle 8i for Linux include Oracle Enterprise Manager?

    What's the version of the current Oracle 8i for Linux?
    Enterprise Edition?
    null

    Hi,
    Michael (guest) wrote:
    : The latest OEM is in Java. It is included in o8i for Solaris,
    : which I use for an o8i machine at work. They don't seem to
    : include it with the Linux version, though, despite the fact
    that
    : it's Java and theoretically (the key word here...) it should be
    : platform-independent and run on Linux just the same.
    NO, it will not work. You cannot even install since the installer
    for Solaris is a Solaris binary and some windows exe also does
    not work. I guess somebody has to write a better bootstrap proggy
    first...
    I wonder why they did it that way...
    Marcus
    : Bryan Batchelder (guest) wrote:
    : : Oracle8i for Linux is Oracle 8.1.5.0 Enterprise Edition.
    : : As for Oracle Enterprise Manager, they still only have that
    for
    : : NT, but you can download it from OTN.
    : : --Bryan
    : : Gary Young (guest) wrote:
    : : : What's the version of the current Oracle 8i for Linux?
    : : : Enterprise Edition?
    null

  • Starting Oracle-Xe on Linux fedora core 5

    Dear fourm members,
    I had Installed Oracle Xe on linux fedora core 5 and configure it.
    When i try to start the oracle Xe server I get the follwing error.
    # /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    what can i do to start the service.

    Failed To Start Oracle Net Listener

  • Two oracle homes in linux!

    Hello !
    Can we make two oracle homes in Linux .
    In one home i have to install 8i database and in the other home i have to install 9iAS.
    What i think is , for two oracle homes in linux u need to make two oracle users first ,and in two different bash_profile file u have to give the path of oracle home. So this thing will not allow to start
    your database every time. u have to change user every time and then start your database .
    This thing will create problem .
    I have tried this thing on NT and it worked . I mean i made two oracle Homes and on one home i installed 8i and on other home i installed 9iAS. and it worked uccessfully.
    How can i do it on Linux .
    Regards
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by seemab:
    Sir i am talking about Red Hat Linux.
    Can we do it on it .
    Regards<HR></BLOCKQUOTE>
    I don't see why not. I used to use Red Hat and it worked the same.
    Say you want to start the database, open a terminal and do something like
    su - oracle
    <give password>
    . setupdbenv
    small script you write to set your SID, ORACLE_HOME, etc
    then start the database in that terminal.
    Similarly, for Oracle9iAS, log on using the correct user (root?), set the environment using something like . setupiasenv, and do the apachectl thing.
    I have 5 different Java environments I can setup in this way. Would be impossible if I used .bashrc or .profile to setup my environments.
    Cheers,
    Malte
    null

  • Loading data by sql loader in oracle 10g on linux

    I am trying to load data in Oracle 10g on linux by using sql loader, but getting error
    Problem in log showing that field length of SURNAME field is more than table field size.
    Following is the error in log file of sql loader
    Record 21: Rejected - Error on table TABLE1, column
    SURNAME.
    ORA-12899: value too large for column SURNAME (actual: 65, maximum: 64)
    and it is evident from following controlfile that i am using trim to discard any space then why it is giving an error.
    LOAD DATA
    TRUNCATE
    INTO TABLE TABLE1
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    ID INTEGER EXTERNAL,
    OPTION1 CHAR,
    REF1 CHAR,
    OTHER_REF CHAR,
    TITLE "TRIM(:TITLE)",
    FORENAME "TRIM(:FORENAME)",
    SURNAME "TRIM(:SURNAME)",
    JOINT_TITLE "TRIM(:JOINT_TITLE)",
    JOINT_FORENAME "TRIM(:JOINT_FORENAME)",
    JOINT_SURNAME "TRIM(:JOINT_SURNAME)",
    I checked the bad file and count number of characters, they are 64 characters.
    When i am inserting individual record from bad file by sql loader, it is loading

    Probably your database character set is multi-byte. That is %UTF8 or AL16UTF16%
    Post your NLS Database Parameters value
    select * from nls_database_parameters;
    In General varchar2(65) by default means 65 BYTES unless
    you have changed your Defalut NLS_LENGTH_SEMANTICS parameter from BYTE to CHAR.
    With best regards
    Shan

Maybe you are looking for

  • My Mac Can't See Files on External Hard Drive

    Hi, I'm having some trouble with my iMac today. It can't see any files on my NTFS External Hard Drive after a sharing change, I'm using Paragon NTFS for Mac OSX v8.0.0. Yesterday evening I tried to share the drive over my network by clicking System P

  • How To Make FCE Help/Manual Open In Preview Instead Of Adobe Reader ?

    A friend has FCE 2 and the Help Menu opens in Adobe Acrobat/Reader. How can he make Preview the default application ? Ian.

  • Export/Import Error: The security token could not be authenticated

    We currently are working in PLM 6.1.1 and users are experiencing Export/Import Issues, the error appears frequently with several users. Steps: 1. A new token is generated from our QA environment 2. The user logs into Dev and transfers the token 3. In

  • Music combining into one album

    I have loaded onto my MAC from cd's two albums one by one artist and another by a different artist. The albums are "Greatest Hits" collections and the albums are titled "Greatest Hits". Itunes combined the two albums into one. How do I get them back

  • Addition to stock in storage bin

    Hi, in the customizing LE-WM-Master data-Define Storage Type  I have defined for storage type 500 that addition to stock is not allowed, so all the bins created in this storage type are not going to allow addition to stock even though in materials ma