Error in Insallation of Oracle 10g in Solaris 5.9

Hi,
I am Installing oracle 10g in solaris OS.After completed the pre installation steps.I run the ./runInstaller command.But its showing error like this
bash-2.05# ./runInstaller
/export/home3/oracle10/install/.oui: syntax error at line 1: `(' unexpected
I open the Script file also ...
bash-2.05# cat runInstaller
#!/usr/bin/sh
# The environment variable $SRCHOME cannot be set during the installation
unset SRCHOME
AWK=/bin/awk
BUNDLE=db
OCR_LOC=/var/opt/oracle/ocr.loc
LOCALONLY=local_only
LOCAL=TRUE
CMDDIR=`dirname $0`
if [ "$CMDDIR" = "." ]; then
CMDDIR=`pwd`;
fi
# Replace relative path with fully qualified path.
if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
CMDDIR=`pwd`/$CMDDIR;
fi
if [ x${PATH} != x ]; then
PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin:$PATH
export PATH
else
PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin
export PATH
fi
if [ x${LD_LIBRARY_PATH} != x ]; then
LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
else
LD_LIBRARY_PATH=/usr/lib
export LD_LIBRARY_PATH
fi
# Determine whether there is an existing CRS or not.
# Local is value of local_only in ocr.loc.
# False means there is an existing CRS installation on the system.
if [ -r $OCR_LOC ]; then
LOCAL=`$AWK -F= /$LOCALONLY/'{print $2}' $OCR_LOC`
fi
case "$BUNDLE" in
db)
# One-click: only if there is no cmd line argument and it's not on CRS node
if [ $# -gt 0 -o "$LOCAL" = "FALSE" -o \
! -r $CMDDIR/install/oneclick.properties ]; then
$CMDDIR/install/.oui $*
else
$CMDDIR/install/.oui -oneclick
fi
crs)
$CMDDIR/install/.oui $* -formCluster
$CMDDIR/install/.oui $*
esac
Please tell me the solution asap.

bash-2.05# ./runInstallerDon't install as root user.
Did you install all important packages (listed in installation prerequisities)?

Similar Messages

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Installation of Oracle 10g in Solaris 10 zones

    Hi Everybody,
    Is there any Documentation for Installation of Oracle 10g in Solaris 10 Zones.
    I am having multiple zones shared by one common SAN Storage.
    I want to install oracle 10g in one of the particular local zone.
    Regards,
    Prosenjit Mukherjee.

    Last time I looked at metalink the documentation said zones and containers were not supported. That may no longer be true so you should check there first.

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • [Beginner Oracle 10g on Solaris 10]Script Root.sh asking road

    Hello,
    Need help please, Iam near the end of my installation Oracle 10g on Solaris 10, Oracle installer ask me to execute Root.sh, he ask me a path, suggesting me this road /usr/local/bin
    The message is Enter the full pathname of the local bin directory : usr/local/bin/ ?
    my path is
    $PATH=/usr/bin:/usr/dt/bin:/usr/openwin/bin/:usr/ucb
    $ORACLE_HOME=/export/home/oracle/oraInventory.
    This message follow after I executed orainstRoot.sh successfully.
    Thx for any help.
    Edited by: user583169 on Feb 24, 2009 1:41 PM

    This script asks for path where oraenv, coraenv and dbhome scripts should be copied/created.
    Default (suggested) path (full path to directory) is /usr/local/bin directory but you can specify your own directory.
    So you have at least two options:
    1. Use default location and put /usr/local/bin to your $PATH environment variable
    2. You can specify your own path which exists (is set) in $PATH variable (for example /usr/bin)

  • Error in Cursors in Oracle 10g

    We have a VB program that is running a procedure with a cursor like this:
    cursor cleo is select * from tabla1 where campo1='valor1';
    leer cleo%rowtype;
    begin
    open cleo;
    loop
    fetch cleo into leer;
    exit when cleo%notfound;
    end loop;
    close cleo;
    end
    Then return rows that not are part of the set given by the select statement.
    The problem is given randomly when running the VB program, instead if run the same statement in sqlplus it works fine.
    The program works fine against an Oracle 8 database, the error appears against an Oracle 10g database
    null

    the code to execute is:
    create or replace procedure cpc_jz_aux (dirname varchar2, plan varchar2, error out varchar2) is
    file_write sys.utl_file.file_type;
    cursor cleo is select *
    from oper.plan_hidro_et_per_cpcs
    where id_plan = plan
    and id_etapa = 1 order by id_hidro,id_per;
    leer cleo%rowtype;
    BEGIN
    error:=NULL;
    if sys.utl_file.is_open(file_write) then
    sys.utl_file.fclose(file_write);
    end if;
    file_write := sys.utl_file.fopen(dirname,'cpc_jt3.dat','w');
         open cleo;
         loop
              fetch cleo into leer;
              exit when cleo%notfound;
              sys.utl_file.put_line(file_write,leer.id_hidro||','||leer.id_per||','||
                   nvl(leer.ymin,0)||','||nvl(leer.ymax,0)||','||nvl(leer.zmin,0)||
                        ','||nvl(leer.zmax,0));
         end loop;
         close cleo;
         sys.utl_file.fclose(file_write);
    exception
    when others then
    dbms_output.put_line('error:'||sqlcode||' '||sqlerrm);
    error := sqlerrm;
    if sys.utl_file.is_open(file_write) then
    sys.utl_file.fclose(file_write);
    end if;
    raise;
    end cpc_jz_aux;
    Message was edited by:
    jpastro

  • Doubts intalling Oracle 10G in Solaris 10.

    Hi Buddies;
    I'm installing Oracle 10g, in Solaris 10, first I uncompressed this file 10gr2_db_sol.cpio. Now, when I execute runInstaller I got this message:
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10 Passed
    Checking Temp space: must be greater than 250 MB. Actual 13289 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 13492 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Ch eck if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    What I supposed to do? Thanks for your help.
    Al

    Hi,
    look at:
    Re: Problem in adding database
    maybe it helps. It that thread I showed how I usually manage X11 window. Another way is to do everything silent with scripts as shown here:
    http://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-10g-R2-on-Solaris-10-sparc.php
    That's my open source swiss army knife.
    Cheers,
    David
    OCP 9i / 10g / 11g

  • Oracle 10g on solaris 10 : kernel parameter warning

    I am installing oracle 10g on Solaris 10.
    I have a warning on kernel parameter missing (shminfo_shmmax for example) during the system check.
    I understood that with the 10 version of solaris these parameters are replaced by ressources control and I have checked them. They are correctly setted.
    Need I do something before continue the install to release the warning or can I bypass this issue and continue the install as I have no warning ?
    Thanks for your answers.
    Sorry for my english.

    You are right. Since Solaris 10 kernel parameters settings in /etc/system is obsolete and some parameters are deprecated.
    The steps how to configure required parameters you can find in my paper (step #1.): http://ivan.kartik.sk/oracle/install_ora10gR2_solaris.html
    I bypass this issue and continue the install as I have no warning You can safely bypass this issue during installation process but you should set these parameters after installation.

  • How to install Oracle 10g on Solaris 10 non-global zone.

    Hi,
    I want to install Oracle 10g on Solaris non global zone with ASM.
    I need complete doc for doing the same.
    REgards
    S.Ali

    Check Oracle® Database Installation Guide 10g Release 2 (10.2) for Solaris Operating System.

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

  • Error while installing Oracle 10g on Solaris 9 x86

    Hi all,
    I got several error after install oracle 10g. After I run the root.sh. It prompt :
    Starting Oracle CSS service under init(1M)
    Expecting the CRS daemons to be up within 120 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    and when I start sqlplus, it prompt:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory
    and following the error message prompt every minutes.
    "oracle: (Oracle CSSD will be run out of init)"
    "root: Failure in CSS initialization opening OCR."
    I don't think reinstall oracle will solve my problem if I don't figure out what going wrong. Could anyone tell me what I need to do? Thanks very much for helping.
    Cheers,
    Alex

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Can't install oracle 10g on solaris v10 X86!!!

    Hi everybody, I got error messages below:
    ====================================================
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.6, 5.7, 5.8 or 5.9. Actual 5.10
    Failed <<<<
    =====================================================
    Does that mean there is not Oracle 10g for Solairs 10 X86?
    Where can I find Oracle 9i for Solairs x86?
    Thanks advance!

    10g on Solaris 10 needs special handling:
    1. Execute runInstaller with the -ignoreSysPrereqs option.
    2. Select 'Do not create a starter database' when installing Oracle 10g.
    3. During installation, the warning message 'SUNWsprox package not installed' can be ignored. Press Continue to resume the installation.
    4. Download and install patch 4186426 from metalink.oracle.com after installing Oracle 10g software.
    5. If you have an End User Solaris 10 distribution, install the SUNWuiu8 package prior to installing the 10g client.

  • Oracle 10g under solaris 10.

    Hi people, i have installed a Oracle 10g under a solaris 10 zone.
    The installation was completed sucefull.
    but when i will try to startup the instance ...
    [ @ORCL]: ./sqlplus "sys/secure as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Sep 22 10:24:03 2005
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup nomount
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
    SQL> Disconnected
    I also have Oracle 10g installed an running, but under GLOBAL zone.
    There is any kind of restrinction ?
    Thanks !

    No, i couldn�t do this procedure.
    I installed the product using a custom response file.
    I have those vars.
    ORACLE_SID=ORCL
    ORACLE_HOME=/oracle/10.2.0/
    i already have a initORCL.ora
    My file contains:
    db_name=SOLARIS
    db_files = 80 # SMALL
    db_file_multiblock_read_count = 8 # SMALL
    db_block_buffers = 100 # SMALL
    shared_pool_size = 123232153 # SMALL
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    log_buffer = 32768 # SMALL
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    global_names = TRUE
    control_files = (oradata/ora_control1, oradata/ora_control2)
    The error that i posted in first post ocurrs when i try to startup the instance.
    Until now, i never ever saw a detailed document with a how to install Oracle 10g UNDER zones.
    In global zone, there are now problem :))
    Please, help-me :)
    Regards !

  • Installing Oracle 10G on Solaris 10 (Intel)

    Hi,
    I attempting to install Oracle 10G Release 1 on Solaris 10 OS (Sun Blade 1500). When attempting to run the installer, I get the following error:
    $ /runInstaller
    ./runInstaller: /export/home/app/oracle/Disk1/install/runInstaller: cannot execute

    Hi,
    When I download the file from oracle I executed the following commands as root
    #gunzip oracle_file
    #cpio -idcmv < oracle_file
    #cp -r Disk1 /export/home/app/oracle (this is the oracle's user home dir)
    #chown –R oracle:oinstall /export/home/app/oracle
    #chmod -R /export/home/app/oracle
    #su - oracle
    $env | more (all my environment variables are set)
    $cd Disk1
    $ls -l
    -rwxrwxr-x 1 oracle oinstall 948 Dec 22 14:56 runInstaller
    $./runInstaller
    ./runInstaller: /export/home/app/oracle/Disk1/install/runInstaller: cannot execute
    $. cd install ls -l
    -rwxrwxr-x 1 oracle oinstall 81004 Dec 22 14:56 runInstaller
    The owner of the file and permissions looks okay to me. I don't understand what the problems is

Maybe you are looking for

  • Posting block to invoice

    Hi Please tell me what happens if i block the invoice for posting to accounting? what are the consequences? from when the payment terms will be calculated is it from the date of invoice or the day when i release to accounting regards

  • How to implement a psophometric filter in Labview software without uising Sound and vibration toolkit?

    Someone know the method to implement a psophometric or weighted filter in Labview software Without using Sound and Vibration Toolkit? Thanks

  • SQL*Plus spooled filesize restriction

    Hi, Are there any restrictions on the size of spooled file frol SQL*Plus session apart from obvious underlying O/S filesize restrictions? E.g. Let's say that my O/S supports 4GB filesize are there any restrictions on sqlplus that would prohibit to sp

  • Import of .mts files has stopped working in P Pro CS4

    I have PPro CS4.  I WAS able to import .mts files from my Canon Vixia HF S10 but now PPro says the files are corrupt.  Nothing has changed on the system; there is no new software, etc.  What happened? Thanks.

  • Cisco Configuration Professional Error

    I just start using CCP .. and It is only opening to half or 1/3 of the ie window. updated adobe no juice. Java? Need some help!!!!! Kind of frustrated since i have trying to get it work for past 1 week.