AIX 5L V5.3 Installs Oracle 10gR2 Error

Hi,
When I install the Oracle Database, the following error occurs.
Help please !
Thanks a lot ! (Attached file is the installation log )
Exception java.lang.ArrayIndexOutOfBoundsException: 8192 occurred..
java.lang.ArrayIndexOutOfBoundsException: 8192
at com.ibm.nio.cs.DBA_Encoder.encodeArrayLoop(DBA_Encoder.java(Compiled Code))
at com.ibm.nio.cs.DBA_Encoder.encodeLoop(DBA_Encoder.java(Compiled Code))
at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java(Compiled Code))
at sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java(Compiled Code))
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java(Compiled Code))
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:211)
at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:126)
at java.io.BufferedWriter.write(BufferedWriter.java:221)
at java.io.PrintWriter.write(PrintWriter.java:241)
at java.io.PrintWriter.write(PrintWriter.java:258)
at java.io.PrintWriter.print(PrintWriter.java:389)
at java.io.PrintWriter.println(PrintWriter.java:526)
at oracle.sysman.oii.oiix.OiixFileOps.copyFileAsText(OiixFileOps.java:1630)
at oracle.sysman.oii.oiij.OiijFastCopyPhase.copyFilesToScratch(OiijFastCopyPhase.java:1454)
at oracle.sysman.oii.oiij.OiijFastCopyPhase.doFastModeOperations(OiijFastCopyPhase.java:373)
at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentIP1WCCE.doOperation(OiifwInstallPhaseWCCE.java:1576)
at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java(Compiled Code))
at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:588)
at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java(Compiled Code))
at oracle.sysman.oii.oiif.oiifw.OiifwActionsPhaseWCDE.doOperation(OiifwActionsPhaseWCDE.java:606)
at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)
at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:3772)
at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:929)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)

I had same problem.
Try please.
LANG=C
export LANG
sh runInstaller

Similar Messages

  • Installation oracle 10gR2 on Fedora 13

    im newbie in linux fedora 13
    I have followed all the instructions on this website (click here )but there's always an error like this.
    i run installation ./runInstaller
    and error like this :
    [jablai@jablai database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-06-17_10-49-58PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at sun.security.action.LoadLibraryAction.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
         at sun.awt.DebugHelper.<clinit>(Unknown Source)
         at java.awt.Component.<clinit>(Unknown Source)
    how do I overcome it
    thanks..
    Edited by: Ganjar on Jun 17, 2010 9:23 AM
    Edited by: Ganjar on Jun 17, 2010 9:29 AM

    A mandatory package is missing:
    http://www.ora600.be/node/1816
    Werner

  • Oracle 10GR2 Installation Error Red Hat EL4

    Hello,
    I'm currently installing Oracle 10GR2 on Red Hat EL 4 and I get an error when
    i'm 62% (Oracle Net Required Support Files 10.2.0.1.0). The error is the following:
    Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0
    /db_1/network/lib/ins_net_client.mk'.
    When I look the make.log file it shows this:
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)
    gcc: installation problem, cannot exec `cc1': No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    My version of the gcc is 3.4.5-2

    read the oracle installation manual and install all recomended RPM then problem will resolved. binunit rpm is also required.
    i had got this problem and resolved by installing recomended rpms.

  • Oracle 10gR2  installation error: ./runInstaller: line 54: PermissionDenied

    Getting an error while installing oracle 10g release 2 on CentOS 5 (Linux Distribution)
    Installed prerequisite RPM's:
    -compat-db-4.2.52-5.1.i386.rpm - sysstat-7.0.2-1.el5.i386.rpm - libaio-devel-0.3.106-3.2.i386.rpm - libXp-1.0.0-8.1.el5.i386.rpm
    And after making all changes to:
    * Kernel Parameters * Setting Shell parameters * pam.d (login file) * centos/redhat release and profile files * created required groups and users.
    Created path: /u01/app/oracle/product/10.1.0/db_1 (OFA Compliant) and copied .zip file in to it (Tried with a different path as well : install folder).
    Unzipped the zipper file with 'oracle' user but getting an error while trying to run installer file (runInstaller)
    ===========================================================
    [oracle@localhost database]$ ./runInstaller
    *./runInstaller: line 54: /tmp/install/database/install/.oui: Permission denied*
    [oracle@localhost database]$ ls -lh runInstaller
    -rwxr-xr-x 1 root root 1.3K Jul 2 2005 runInstaller
    ===========================================================
    Machine Details:
    OS: CentOS
    Environment: VMWare
    DB: Oracle 10gR2
    Space (Swap and Physical): Up to the mark as required.
    Assistance required
    Thanks
    - Prashant Dixit

    Hi Srini,
    It worked but i'm getting a new error here while laucnhing Oracle Universal Installer:
    ==============================================
    [oracle@localhost database]$ ./runInstaller
    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/OraInstall2012-01-27_12-25-14PM. Please wait ...[oracle@localhost database]$ 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)
    ==============================================
    - Please Suggest.
    Thanks
    Prashant Dixit

  • Oracle 10gr2 rac, ora-12545 error when configured in shared server mode

    Hi i have fresh installation on two node rac on linux, with oracle 10gr2. It is running successfully, when i configure it in shared server mode and try to connect from client it gives error ora_12545:
    I have referred the oracle metalink notes and configured the local_listener as well as the remote_listener,
    still it is giving the error. I am able to tnsping all the entries on tnsnames.ora,
    i m also able to ping the hostnames,
    It connects most of the times succeessfully but some times it gives the error.
    how to solve this problem,
    please help me

    Basically this error means you misspelled the hostname or typed a wrong IP Address.
    Oracle Error :: TNS-12545+
    Connect failed because target host or object does not exist
    Cause
    The address specified is not valid, or the program being connected to does not exist.
    Action
    Ensure the ADDRESS parameters have been entered correctly; the most likely incorrect parameter is the node name. Ensure that the executable for the server exists (perhaps "oracle" is missing.) If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the host name to a numeric IP address and try again.
    I suggest you to check the dispatcher instance parameter.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Got an error while installing oracle 10gR2 on RHEL 4

    Hi Everybody,
    After running ./runInstaller while installing oracle 10gR2 on RHEL4 ,i got an error message showing below can anyone guide me how can i proceed furthur?
    As Follows:-
    [oracle@localhost database]$ ./runInstaller 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/OraInstall2007-10-29_09-37-34PM. Please wait ...[oracle@localhost database]$ 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)
    [oracle@localhost database]$ ./runInstaller
    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/OraInstall2007-10-29_09-37-54PM. Please wait ...[oracle@localhost database]$ 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)

    Hi,
    You got these errors because runInstaller can not start the GUI. There are 2 solutions, you can choose one:
    1. logout Gnome/Kde, login as oracle user, and run runInstaller again.
    2.open a new root terminal,
    a) run "xhost +" as root.
    b) run "su - oracle" switch to oracle
    c) run "export DISPLAY=:0.0"
    d) then run "./runInstaller" again.
    cheers.
    Ice

  • JRE Error : while Install oracle 10gR2 on Windows Server 2003

    Hello,
    I am trying to install a Oracle 10gR2 on windows server 2003.
    I have unziped the files and when I run the oui.exe it gives the below error:
    cannot find any matches for wildcard specification "../stage/components/oracle.swd.jre/1.5.0.0./1/DataFiles/*.jar
    Error : JRE missing in Scratch Path
    I tried changing the oraparmaini file but it did not allow to make any changes.
    Not sure if its looking for any particular java files.
    What should i edit ,to specify the java location.
    Thanks

    What exactly did you unzip? This error occurs if there are several zip-files extracted to different target locations. But - if I remember correctly - 10gR2 database is only one zip-file, so you should not face this issue. JRE for OUI is part of the downloaded software,so you don't need to specify a location for JRE, OUI knows where to find this.
    Werner

  • Installation of oracle 10gR2 on Windows Vista Home Premium 64 bit OS

    can we install oracle 10gR2 on Windows Vista Home Premium 64 bit OS ???
    While doing sqlplus from command prompt,
    it's giving error like
    'SP2-1503 Unable to initialise Oracle Call interface'
    'SP2-0152 Oracle may not be functioning Properly'
    How to troubleshoot the above errors,
    Has anybody tried it ???
    Plz assist.

    No Oracle product is certified against any Windows Home OS.
    As Vista was released after Oracle 10gR2, 10gR2 is not certified against any edition of Vista.
    You need to downgrade to XP, or install Linux.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle 10gR2 installation on Linux

    Hi,
    I have installed Oracle 10gR2 on Fedora 11 in my laptop for personal use and it is working fine.Now i have created another user oradev and i want to control the database form oradev user.When i am issuing the command sqlplus/proc for development work it is showing error
    command not foundand when i am issuing the same by giving the full path of sqlplus it is giving some shared library error .
    Since the database is in localhost ,it should be available to all OS users and any user can work on the database .
    For your information i am able to connect the databse through Enterprise Manager and sqldeveloper but for pro*c Development i need to connect from the console only .
    Can anybody tell me to work as the "oracle" user what set up i have to do in" oradev" user so that i can achieve my Requirements.
    Regards,
    Dhabas

    Most people will advise putting environment variables into your .profile. This is bad advice because it limits the way you can work in the future.
    Better is to use the oracle environment configuration program provided by Oracle. It will verify that you do not have conflicting binaries in your path.
    To do so, as described in the "Administrator's Reference for UNIX-Based Operating Systems" at http://www.oracle.com/pls/db102/portal.portal_db?selected=3, you SOURCE oraenv.
    First, cat /etc/oratab to find out the list of databases. They are at the bottom of the file. The first column will provide the instance SID.
    Then, in your terminal (or shell script used for cron, etc) SOURCE oraenv (use dot space oraenv) and tell it the SID you want to use. In a shell script, such as my .bash_profile, I use
    ORAENV_ASK=NO
    export ORACLE_SID=orcl
    . oraenv
    unset ORAENV_ASKThe result is that the correct sqlplus for that Oracle Home should now work.

  • Oracle 10GR2 Installation On Cloud

    Hi Exports,
    Can anyone give me some knowledge how to Install Oracle 10GR2 on Cloud Server (Windows Server 2008 R2 64 bit). as i am very new to install Oracle in Cloud server. I am trying to install it but failed to proceed next after selecting advance installation.
    Thanks in advance...

    A server is a server is a server, whether physical sitting under your desk or in a datacenter, or virtual in "a cloud". The install process is the same as documented in the installation guide.
    http://docs.oracle.com/cd/B19306_01/install.102/b15681/toc.htm
    Which exact version of 10gR2 ? You will need 10.2.0.4 or later - http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#CHDFHIEA
    Have you met all of the pre-reqs and are you following all of the steps in the Install Guide ? Pl post the last 100 lines from the install log - http://docs.oracle.com/cd/B19306_01/install.102/b15681/ts.htm#i1090466
    HTH
    Srini

  • Solman installation stuck with error - SLES 10 , Oracle 10.2.0.4

    Hi,
    Solman 7.0 installation with ehp1 installation stuck with error - SLES 10 , Oracle 10.2.0.4
    the error is at the step install DBA tools -> error is 'select status from v$instance did not match /^\s(\S+)\s$S/gNaNOPEN MIGRATE'.)
    Just FYI : we had issue while installing Oracle , we have followed work arround 3 in the SAP Note 980426
    Kindly help to proceed further
    Thanks & regards,
    Prabhakar Reddy.Y.C.

    sapinst.log
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-01092: ORACLE instance terminated. Disconnection forced
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    . SOLUTION: For more information, see ora_sql_results.log and the Oracle documentation.
    ERROR 2010-11-21 06:55:22.502
    MUT-03025  Caught ESAPinstException in Modulecall: ORA-01092: ORACLE instance terminated. Disconnection forced
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    ERROR 2010-11-21 06:55:22.533
    FCO-00011  The step runSapdbaroleSql with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|
    NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbaTools|ind|ind|ind|ind|11|0|
    runSapdbaroleSql was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-01092: ORACLE instance terminated. Disconnection forced
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    Edited by: prabhakaryc on Nov 21, 2010 7:01 AM

  • Oracle 10gR2 installation Media

    Hi,
    I can see on OTN where I can download Oracle 10gR2 for all platforms, and I can see on oraclepartnernetwork where I can request installation media be shipped for 10gR1.
    Where do I request official installation media from Oracle for 10gR2???
    Cheers for any feedback

    You want the CDs? You can get a media pack from http://store.oracle.com/
    If you just wante the images you probably need to go to edelivery.
    ~Jer

  • Documentation for Oracle 10gR2 Installation

    Hello,
    I would like to know which document should I download in order to install Oracle 10gR2 on the following system:
    -HW: IBM System x3550M3 Intel Xeon
    -SW: Red Hat Linux 5.4
    Thanks in advance for you help.
    Regards,
    Juan.

    850252 wrote:
    Hello,
    I would like to know which document should I download in order to install Oracle 10gR2 on the following system:
    -HW: IBM System x3550M3 Intel Xeon
    -SW: Red Hat Linux 5.4
    Thanks in advance for you help.
    Regards,
    Juan.http://www.oracle.com/pls/db102/homepage?remark=tahiti
    Linux Installation Guide

  • SAP 4.6C Installation in Cluster error - Oracle 10g HPUX 11.23

    Hi all,
    We are installing 4.6C in oracle 10g/hpux 11.23 in a cluster environment in primary node.
    During the last phase of installation, I get the below error.
    INFO 2008-05-05 10:53:02
        Starting up the SAP System
    INFO 2008-05-05 10:53:02 DBR3START_IND_ORA SyCoprocessCreateAsUser:300
        Creating coprocess /bin/sh /home/r3padm/startsap_dbciR3Pd_00  as
        user r3padm and group sapsys ...
    INFO 2008-05-05 10:53:02 DBR3START_IND_ORA SyGroupIDGet:100
        Group id for group sapsys is 201.
    INFO 2008-05-05 10:53:02 DBR3START_IND_ORA SyUserIDGet:300
        User id for user r3padm is 7029.
    INFO 2008-05-05 10:53:02 DBR3START_IND_ORA ExecuteDo:0
        RC code form SyCoprocessWait  = 127 .
    ERROR 2008-05-05 10:53:02 DBR3START_IND_ORA ExecuteCheck:0
        Exit code from /bin/sh: 127.
    ERROR 2008-05-05 10:53:02 DBR3START_IND_ORA InternalInstallationDo:0
        Phase failed.
    ERROR 2008-05-05 10:53:02 DBR3START_IND_ORA InstallationDo:0
        Phase failed.
    ERROR 2008-05-05 10:53:02 InstController Action:0
        Step DBR3START_IND_ORA could not be performed.
    ERROR 2008-05-05 10:53:03 Main
        Installation failed.
    ERROR 2008-05-05 10:53:03 Main
        Installation aborted.
    But I am able to start SAP manually using startsap and its successfull.
    Can someone help me, what the above error is?
    Thanks & Regards
    Senthil

    Markus,
    I read the note, and also I have installaed 4.6C/oracle 10g/hpux11.23 for more than 4 servers and it was successfull.
    But this time I am installing in a cluster environment. So I am facing this issue. When I checked in the install directory with ls -lrt the last file isdatabase.log
    INFO 2008-05-06 16:02:43 RFCRSWBOINI_IND_IND CRfcOpen:0
        RfcOpen() was successful.
    INFO 2008-05-06 16:02:44 RFCRSWBOINI_IND_IND CRfcPing:0
        Pinging of RFC destination was successful.
    INFO 2008-05-06 16:02:45 RFCRSWBOINI_IND_IND GetSaprelease:0
        46C
    INFO 2008-05-06 16:02:46 RFCRSWBOINI_IND_IND ReadInstvers:0
        INSTVERS loaded successfully.
    INFO 2008-05-06 16:02:48 RFCRSWBOINI_IND_IND ReadInstvers:0
        INSTVERS loaded successfully.
    INFO 2008-05-06 16:02:49 RFCRSWBOINI_IND_IND DeleteRow:0
        Deleted: 1 rows
    INFO 2008-05-06 16:02:50 RFCRSWBOINI_IND_IND ReadInstvers:0
        INSTVERS loaded successfully.
    INFO 2008-05-06 16:02:50 RFCRSWBOINI_IND_IND CleanupSAPEntries:0
        Deletion of 0 SAP rows
    INFO 2008-05-06 16:02:52 RFCRSWBOINI_IND_IND ReadInstvers:0
        INSTVERS loaded successfully.
    ERROR 2008-05-06 16:02:53 RFCRSWBOINI_IND_IND StartJob:0
        Job RSWBOINS_JOB could not be started.
    ERROR 2008-05-06 16:02:53 RFCRSWBOINI_IND_IND InstallationDo:0
        Phase failed.
    ERROR 2008-05-06 16:02:53 InstController Action:0
        Step RFCRSWBOINI_IND_IND could not be performed.
    ERROR 2008-05-06 16:02:53 Main
        Installation failed.
    ERROR 2008-05-06 16:02:53 Main
        Installation aborted.
    dcecpn0:root >
    Also when I logged into the SAP and I can see some error messages in sm21
    18:18:23 MS                           Q0U Client dbciR3Pd_R3P_00 is not known to the message server
    18:18:23 MS                           Q0U Client dbciR3Pd_R3P_00 is not known to the message server
    18:18:23 DIA 02 000 SAPSYS            BY4 Database error 2289 at INS access to table DDLOG
    18:18:23 DIA 02 000 SAPSYS            BY0 > ORA-02289: sequence does not exist#
    18:18:23 MS                           Q0U Client dbciR3Pd_R3P_00 is not known to the message server
    18:18:23 MS                           Q0U Client dbciR3Pd_R3P_00 is not known to the message server
    18:18:23 MS                           Q0U Client dbciR3Pd_R3P_00 is not known to the message server
    Its like I am able to display SCC4, when I change to change mode, I get the below error message
    "System error: Unable to lock table/view T000"
    Can you help
    Thanks
    Senthil

  • Installation oracle in AIX

    hi , iam a new in AIX. i am able to manage oracle in windows .
    I am try to installation of oracle in to AIX .
    i follow the installation of oracle document . but i am not able to connfigure
    Prerequest like, oracle_base,
    oracle_home
    like that .please help me how to i configure this.

    You jus follow the oracle documentation which will guide through
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b19075/toc.htm
    i have done in 4.3 and 5l system
    basic
    create OS user as ORACLE
    create a group DBAor Oinstall
    make sure /tmp is 400mb free space
    disk spacing almost 2 gb for Installting software
    umask 022
    set oracle_base
    set oracle_home
    .........so on
    come back to us if there are issues
    Message was edited by:
    Maran Viswarayar

Maybe you are looking for

  • Problems accesing TimesTen 11.2 with CPAN DBD/unixOdbc

    We've previous accessed TimesTen 6.0 with perl scripts using the CPN DBD library without any issues.  After upgrading to TimesTen 11.2, I'm getting the error below.  The libraries are located in the location the error indicates.  This is the last are

  • High Enqueue Waits in Statspack Report

    Hi Everybody, Oracle Version:Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production OS:Solaris 64 bit Statspack Report is showing High Enqueue Waits Here is a Snapshot..... STATSPACK report for DB Name DB Id Instance Inst Num Release Cluste

  • Using wpl files on line--Not

    I have some music I put together for a  party using different playlists.  I have made a webpage for navagation. I have the songs linked seperately but I also have several sets developed with seperate wpl files.  When I open the html page locally it w

  • Dial up with mac book?

    Does anyone know if you can set up the Mac Book for dial up to the internet? It is very costly in my area for DSL. I was thinking it may be done with Air Port but I am not sure. I just got the new Mac Book and I do not have DSL at home. I thought may

  • Basic Function Questions

    i feel like i'm losing my mind. working for the first time using stp with a fcp project file. i sent out my whole sequence in a multi track soundtrack pro project from final cut, and now i'm trying to edit sound and add sound effects. i never thought