Oracle 10g on AIX 6.1

Dear all,
I am installing oracle 10g on AIX 6.1. But the installer hangs.
-bash-3.2$ ./runInstaller -ignoreSysPrereqs
Has 'rootpre.sh' been run by root? [y/n] (n)
y
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-14_09-38-12AM. Please wait ...
please help

Might be a little late for you but maybe for others. If the installer hangs on your exact point you don't have X11 redirection enabled.
I wrote some interesting articles about it:
Installation and configuration ssl and ssh on aix 6.1:
http://www.warmetal.nl/aix61#additional_software
Installation and configuration for your Windows machine:
http://www.warmetal.nl/cygwin
Additional redirection configuration when you use su:
http://www.warmetal.nl/aixpostinstall#ssh_x11_forwarding_and_su
This should solve your problems.
Regards
Sjoerd

Similar Messages

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Step to export and import oracle 10g on AIX,LINUX

    Hi ,
    Plase any one can give nme the steps to be followed to export and import oracle 10g database from AIX to AIX and LINUX also.
    Waiting for your response.
    Thanks..

    You dont have to follow any special steps, Export and Import are same on all OS's.

  • Installing Oracle 10g on AIX

    OS: AIX 5.2
    DB: 10g release Two
    Can any one share with me his experience to install Oracle Database on AIX?
    ** I will be thankful if you recommend any installation docs or url available for that.
    DN

    http://download-west.oracle.com/docs/html/B10811_01/toc.htm

  • Peculiar problem in oracle 10g  on AIX 5.3.0 With Check constraints

    Hi Every One,
    I am facing peculiar problem in oracle 10.2.0.1.0,AIX 5.3.0. I created table with check constraints like this
    create table test1 (name nvarchar2(1),check (name in('Y','N')));
    SQL> create table test1 (name nvarchar2(1),check (name in('Y','N')));
    Table created.
    SQL> insert into test1 values ('Y');
    1 row created.
    SQL> COMMIT;
    SQL> select from test1 where name = 'Y';* Why this statement is n't working
    no rows selected
    SQL> select * from test1;
    N
    Y
    ANOTHER INTERSTING ONE IS
    SQL> select * from test1 where name in('Y'); Why this statement is n't working
    no rows selected
    SQL> select * from test1 where name in('Y','Y'); it's working
    N
    Y
    SQL> select * from test1 where name in('','Y'); it's working
    N
    Y
    SQL> select * from test1 where name in('7','Y'); it's working
    N
    Y
    Like
    SQL> select * from test1 where name like 'Y'; it's not working
    no rows selected
    I created a table without check constraints
    SQL> create table test2 (name nvarchar2(1));
    Table created.
    SQL> insert into test2 values ('Y');
    1 row created.
    SQL> select * from test2;
    N
    Y
    SQL> select * from test2 where name ='Y'; it's working
    N
    Y
    SQL> select * from test2 where name like 'Y'; it's working
    N
    Y
    Database Details
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET WE8MSWIN1252
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    PARAMETER VALUE
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.1.0
    Why it's happening. Whehter check constraint is valid or not in Equallity operator and like and in .
    Whereever we using single character column with check constraint,it's working with Equality operator and like and in.
    IT'S WORKING FINE WITHOUT CHECK CONSTRAINTS.WE HAVE TWO AIX MACHINES WITH ORACLE10G.THE SAME PROBLEM OCCURING IN TWO MACHINES
    PLEASE HELP ME .
    THANK YOU,
    WITH REGARDS,
    N.VINODH

    h
    Edited by: user3266490 on Dec 3, 2008 2:30 AM

  • Not able to install Oracle 10G on AIX 5.3 64-bit system

    Hi,
    i have got the software in DVD i have mounted the dvd on the filesystem
    /dev/cd0 ---- /mnt (mnt folder contains the software), Have done following things to install but got following errors....
    #cd mnt
    # ls
    client companio doc index welcome.htm
    clusterw database gateways index.pdx
    $cd database
    # ls
    doc install response rootpre runinsta stage welcome.htm
    #cd rootpre
    loadext orclclus pw_sysc2 pw_sysc3 pw_sysca rootpre.sh
    # ./rootpre.sh
    Required file ./pw-syscall32 is missing.
    Aborting pre-installation procedure. Installations of Oracle may fail. // wat does this mean is that file belongs to operating system or missing in the source DVD
    # /mnt/database/runinsta
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' be
    fore
    you proceed with Oracle installation. rootpre.sh can be found at the top
    level
    of the CD or the stage area.
    Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
    installation.
    Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-06-04_12-20-58PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2007-06-04_12-20-58PM. Please ensure that this directory is writa
    ble and has atleast 69 MB of disk space. Installation cannot continue.
    : Error 0
    //////// I checked that in tmp folder i have got more than 69MB (i have 2 Gb )
    /////// also created folder /u01/app/oracle and mounted in seperate volume which has
    /////// 7GB space...
    # cd ..
    # cd install
    # ls
    addnode.sh images oneclick.pro .oui response unzip
    clusterp.ini lsnodes oraparam.ini resource runinsta.sh
    # ./runinsta.sh
    ./runinsta.sh[3]: ./runInstaller: not found.
    Any Help would be appreciated.... struggling to install it.
    Thanks & Regards
    Bhanu

    Hi,
    I'm also facing some issues with respect to installation.
    The oracle installer is getting started but the GUI screen is
    not appearing.The installer is getting stuck with the following error
    message.
    INFO: Created system preferences directory in java.home".
    I also tried starting utilities like xclock which is also not getting started.
    Any suggestions would be really appreciated.
    Regards,
    Mahesh.

  • Error in installing  oralce 10g in AIX 6.1

    Hi , i tried to install oracle 10g in AIX 6.1(p) (64 bit ) but got the following error . Please help me?
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' before
    you proceed with Oracle installation. rootpre.sh can be found at the top level
    of the CD or the stage area.
    SKIP_ROOTPRE environment variable is set, which means
    rootpre.sh was already run as root.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5200
    Failed <<<<

    Hi,
    based on 169706.1 (Modified: 06-MAY-2009) 10.2.0.4 and 11.1 are so far supported on AIX 6.1. Therefore when you install 10.2.0.1 this error is raised because at that time when Oracle 10g R2 was released AIX 6.1 was not available. You should however be able to install the software unsing:
    ./runInstaller -ignoreSysPrereqsInstall first only the software 10.2.0.1. Then patch it to 10.2.0.4 and afterwards run:
    $ORACLE_HOME/bin/dbcaCheers,
    David
    OCP 9i
    http://www.oratoolkit.ch/otn.php

  • Create huge Waited-Session in a particular moment in Oracle 10g

    Friends,
    I m new in Oracle 10g database . I m working in a bank and Our production server runs in Oracle 10g in AIX server . We also running an application server with Oracle 10g database . Recently I got a strange problem in my production server .I have a schema called 'schemafe' which contains all of our users who are using the application mainly. They connect into my database via this schema .
    Now recently , the users of this schema increase the "WAITED-SESSION" in our production server . And at that moment another users are hanged on . And after 10/15 minutes it becomes normal .
    In this situation, can anybody plz help me to give a suggestion that how can I tune my database and remove this type of problem ? And for this situation , which things I need to tune or monitor .
    Waiting for ur kind reply .. ..

    Friends,
    I m new in Oracle 10g database . I m working in a bank and Our production server runs in Oracle 10g in AIX server . We also running an application server with Oracle 10g database . Recently I got a strange problem in my production server .I have a schema called 'schemafe' which contains all of our users who are using the application mainly. They connect into my database via this schema .
    Now recently , the users of this schema increase the "WAITED-SESSION" in our production server . And at that moment another users are hanged on . And after 10/15 minutes it becomes normal .
    In this situation, can anybody plz help me to give a suggestion that how can I tune my database and remove this type of problem ? And for this situation , which things I need to tune or monitor .
    Waiting for ur kind reply .. ..

  • How to see lock in oracle 10g

    hi,
    i m working on an application made in oracle 10g developer, & database is oracle 10g on aix ,
    some times i get some problem when user save any data through forms it gets hanged ,
    so tell me how to get rid of it , when i try to do it from sql navigator i see massges session is busy .
    so y this eror i m getting & how to resolve it.
    thxs

    Here you have some scripts:
    rem
    rem FUNCTION: Report all DB locks
    rem
    column osuser format a15 heading 'User'
    column session_id heading 'SID'
    column mode_held format a20 heading 'Mode|Held'
    column mode_requested format a20 heading 'Mode|Requested'
    column lock_id1 format a10 heading 'Lock|ID1'
    column lock_id2 format a10 heading 'Lock|ID2'
    column type heading 'Type|Lock'
    set feedback off echo off pages 59 lines 131
    start title132 'Report on All Locks'
    spool rep_out\&db\locks
    select nvl(a.osuser,'SYS') osuser,b.session_id,type,
    mode_held,mode_requested,
    lock_id1,lock_id2
    from sys.v_$session a, sys.dba_locks b
    where
    a.sid=b.session_id
    order by 2
    spool off
    pause press enter/return to continue
    clear columns
    set feedback on echo on pages 22 lines 80
    set headingsep ='|'
    set lines 160
    set pagesize 20
    ttitle 'Database Locking Conflict Report'
    btitle 'Mode Held = indicates the user holding the lock|Mode Request = indicates the user waiting on the later to finish to establish lock||** End of Locking Conflict Report **'
    column username      format a10     heading 'User'
    column terminal      format a15     heading 'Application|PC'
    column object           format a15     heading     'Table'
    column sql            format a15     heading 'SQL'
    column sid           format 999     heading 'SID'
    column lock_type      format a15     heading 'Lock|Type'
    column mode_held      format a11     heading 'Mode|Held'
    column mode_requested      format a10     heading 'Mode|Request'
    column lock_id1      format a8     heading 'Lock ID1'
    column lock_id2      format a8     heading 'Lock ID2'
    column first_load_time  format a19     heading 'Requested'
    break on lock_id1
    select a.sid,
           username,
           terminal,
           decode(a.type,'MR', 'Media Recovery',
                      'RT', 'Redo Thread',
                   'UN', 'User Name',
                   'TX', 'Transaction',
                   'TM', 'DML',
                   'UL', 'PL/SQL User Lock',
                   'DX', 'Distributed Xaction',
                     'CF', 'Control File',
                   'IS', 'Instance State',
                   'FS', 'File Set',
                   'IR', 'Instance Recovery',
                   'ST', 'Disk Space Transaction',
                   'IR', 'Instance Recovery',
                   'ST', 'Disk Space Transaction',
                   'TS', 'Temp Segment',
                   'IV', 'Library Cache Invalidation',
                   'LS', 'Log Start or Switch',
                   'RW', 'Row Wait',
                   'SQ', 'Sequence Number',
                   'TE', 'Extend Table',
                   'TT', 'Temp Table', a.type) lock_type,
            decode(a.lmode,0, 'None',           /* Mon Lock equivalent */
       1, 'Null',           /* N */
       2, 'Row-S (SS)',     /* L */
       3, 'Row-X (SX)',     /* R */
       4, 'Share',          /* S */
       5, 'S/Row-X (SSX)',  /* C */
       6, 'Exclusive',      /* X */
       to_char(a.lmode)) mode_held,
       decode(a.request,
       0, 'None',           /* Mon Lock equivalent */
       1, 'Null',           /* N */
       2, 'Row-S (SS)',     /* L */
       3, 'Row-X (SX)',     /* R */
       4, 'Share',          /* S */
       5, 'S/Row-X (SSX)',  /* C */
       6, 'Exclusive',      /* X */
       to_char(a.request)) mode_requested,
       to_char(a.id1) lock_id1, to_char(a.id2) lock_id2,
       c.object object,
       d.sql_text sql,
       e.first_load_time
    from v$lock a, v$session, v$access c, v$sqltext d, v$sqlarea e
       where (id1,id2) in
         (select b.id1, b.id2 from v$lock b where b.id1=a.id1 and
         b.id2=a.id2 and b.request>0) and
         a.sid = v$session.sid and
         a.sid = c.sid and
         d.address = v$session.sql_address and
         d.hash_value = v$session.sql_hash_value and
         d.address = e.address
    order by a.id1, a.lmode desc
    set headingsep ='|'
    set lines 160
    set pagesize 20
    ttitle 'Database Locking Conflict Report'
    btitle 'Mode Held = indicates the user holding the lock|Mode Request = indicates the user waiting on the later to finish to establish lock||** End of Locking Conflict Report **'
    column username      format a10     heading 'User'
    column terminal      format a15     heading 'Application|PC'
    column object           format a15     heading     'Table'
    column sql            format a15     heading 'SQL'
    column sid           format 999     heading 'SID'
    column lock_type      format a15     heading 'Lock|Type'
    column mode_held      format a11     heading 'Mode|Held'
    column mode_requested      format a10     heading 'Mode|Request'
    column lock_id1      format a8     heading 'Lock ID1'
    column lock_id2      format a8     heading 'Lock ID2'
    column first_load_time  format a19     heading 'Requested'
    break on lock_id1
    select a.sid,
           username,
           terminal,
           decode(a.type,'MR', 'Media Recovery',
                      'RT', 'Redo Thread',
                   'UN', 'User Name',
                   'TX', 'Transaction',
                   'TM', 'DML',
                   'UL', 'PL/SQL User Lock',
                   'DX', 'Distributed Xaction',
                     'CF', 'Control File',
                   'IS', 'Instance State',
                   'FS', 'File Set',
                   'IR', 'Instance Recovery',
                   'ST', 'Disk Space Transaction',
                   'IR', 'Instance Recovery',
                   'ST', 'Disk Space Transaction',
                   'TS', 'Temp Segment',
                   'IV', 'Library Cache Invalidation',
                   'LS', 'Log Start or Switch',
                   'RW', 'Row Wait',
                   'SQ', 'Sequence Number',
                   'TE', 'Extend Table',
                   'TT', 'Temp Table', a.type) lock_type,
            decode(a.lmode,0, 'None',           /* Mon Lock equivalent */
       1, 'Null',           /* N */
       2, 'Row-S (SS)',     /* L */
       3, 'Row-X (SX)',     /* R */
       4, 'Share',          /* S */
       5, 'S/Row-X (SSX)',  /* C */
       6, 'Exclusive',      /* X */
       to_char(a.lmode)) mode_held,
       decode(a.request,
       0, 'None',           /* Mon Lock equivalent */
       1, 'Null',           /* N */
       2, 'Row-S (SS)',     /* L */
       3, 'Row-X (SX)',     /* R */
       4, 'Share',          /* S */
       5, 'S/Row-X (SSX)',  /* C */
       6, 'Exclusive',      /* X */
       to_char(a.request)) mode_requested,
       to_char(a.id1) lock_id1, to_char(a.id2) lock_id2,
       c.object object,
       d.sql_text sql,
       e.first_load_time
    from v$lock a, v$session, v$access c, v$sqltext d, v$sqlarea e
       where (id1,id2) in
         (select b.id1, b.id2 from v$lock b where b.id1=a.id1 and
         b.id2=a.id2 and b.request>0) and
         a.sid = v$session.sid and
         a.sid = c.sid and
         d.address = v$session.sql_address and
         d.hash_value = v$session.sql_hash_value and
         d.address = e.address
    order by a.id1, a.lmode descCheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • Install Ora 10g on AIX P5 server

    Hi Dear Friends,
    I am installing Oracle 10g on AIX P5 server, which has previously Oracle 9i
    installed using oracle user. I want to use another user oracle2 for the 10g
    with different oracle home dir, so I wont mess up the 9i.
    The docs in 10g recommended that the the install group is "oinstall"
    but the previous installed 9i has the following entry in the /etc/oraInst.loc :
    inventory_loc=/u01/app/oracle/oraInventory
    inst_group=dba
    Do I need to overwrite this entry for my 10g?
    Thanks a lot

    The docs in 10g recommended that the the install
    group is "oinstall"
    but the previous installed 9i has the following entry
    in the /etc/oraInst.loc :
    inventory_loc=/u01/app/oracle/oraInventory
    inst_group=dbaIn this case, the oraInventory group is your "dba" group. (I.e. the names in the Install guides are just placeholders and examples, you should choose the actual names for Oracle user, OSDBA group etc.)
    Since choices made will affect the installation, I would suggest that you read pre-install tasks section 2.5 and continue further in the suggested Administrator's Reference for UNIX and the Admin's Guide(e.g. os accounts and groups, os authentication for db admins). By separating functions to different OINSTALL/oraInventory and OSDBA groups, you make it possible to assign different OSDBA groups (for sysdba privilege) to Homes (and associated databases). This will also separate oraInventory group rights from the dba users.
    >
    Do I need to overwrite this entry for my 10g?Not if you want to keep the 9i stuff.
    Make sure your backup routine includes copying the oraInventory directory and files, before you install anything new.

  • Oracle version for AIX 5.3 ?

    I just download the latest Oracle 10g Trial version for AIX 5L from the Web. But as I go through installation, while running "runInstaller", it gave me message:
    "Checking operating system version: must be 5200
    Failed <<<<"
    Of course since I have AIX 5.3. The requirement of Oracle 10g says the OS should be "AIX 5L version 5.2, Main level 1 or higher". With AIX 5.3, is there a Oracle version?
    thanks,

    Thank you, it worked!
    However it seems to me a more workaround. Is there a source to say Oracle 10g for AIX 5.3 is officially supported (or aka certified for the platform)? If a Oracle 10g is purchased and problem develops on AIX 5.3, I don't want to get a saying it is not yet certified.
    Thanks,

  • Steps to export and import oracle 10g databse from AIX to AIX and LINUX

    Hi,
    I need the steps to export the oracle 10g database from AIX server to AIX server and LINUX server.
    Please give me all the steps as this is my first exort an import activity.
    thanks,

    For 10g there exist two ways to do so.
    1) Regular exp/imp.
    2) Data pump expdp/impdp.
    As this is your first export and import activity, relevant concept understanding is mandatory for you.
    Documentation Link
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm
    Read the chapters 1,2,3 (Data pump expdp/impdp) and 19 (regular exp/imp). Good luck.

  • How to Install oracle 10g and 11g on aix 6.1

    Can we install oracle 10g and 11g Enterprise Editions on IBM aix 6.1 ? If so how
    Chetan
    Edited by: chetan0926 on Jan 11, 2012 2:56 AM

    Hi;
    Can we install oracle 10g and 11g Enterprise Editions on IBM aix 6.1 ? If so how Yes you can,both version is certified
    I agree Sybrand, Please check installation guide. All your questions will be answered in it
    http://www.oracle.com/pls/db102/homepage
    http://www.oracle.com/pls/db112/homepage
    Also see:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Create a New Report Server in Oracle 10g AS(10.1.2.0.2) in IBM-AIX

    Hi Friends,
    I am using Oracle 10g AS(10.1.2.0.2)on IBM-AIX.
    I would like to create a new Report Server(standalone).Please suggest and give the Metalink Document Number as well.
    Regards,
    Arun

    Doc ID: 459177.1

  • Oracle 10g installation on AIX

    Hi,
    Could any one provide me any reference/help documents on how to install Oracle 10g software on AIX box?.
    Regards,
    Nagarjun.

    This is the installation guide for AIX:
    Oracle® Database Installation Guide
    10g Release 2 (10.2) for AIX 5L Based Systems (64-Bit)
    Part Number B19075-02
    ~ Madrid

Maybe you are looking for