Oracle11gR2 DB+ASM installation

Dear All,
I have oracle 11gR2 database source (2 zip files), we need to configure ASM for storing the datafiles. But we could not able to find the screen (which we will see in 10g) for stamping the disks or asmtool for stamping the disk.
Please let us know whether we need to install Gird infrastructure for installing single instance DB with ASM ?
Thanks in Advance,
Anand.

AnandKumar wrote:
Hi,
Thanks Aman.. Is gird infrastructure (ASM) free with DB installation as like 10g or We need separate licensing.
Anand,
I am not the right person to talk about licensing. I guess it would be better to ask the sales rep for this . As per this thread, it doesn't look like though,
http://forums.oracle.com/forums/thread.jspa?messageID=4595290
HTH
Aman....

Similar Messages

  • Switching from one ASM installation to another ASM installation

    Hi,
    We've a server Red Hat Enterprise Linux Server release 5.3 (Tikanga) with installed two 11.1.0.7.0 installation: one for ASM and the other for rdmbs.
    Now, we want to install the 11.1.0.7.4 PSU.
    For reducing downtime we'd like to create two new 11.1.0.7.0 installation; then patching them with the 11.1.0.7.4 PSU.
    Then we'd like to stop ASM and all database running and switching the two old installation with the new one.
    For the rdbms installation it's easy: just to modify the oratab and then starting the databases with the new patched installation and then follow the post installation steps (atbundle.sql, etc.)
    For ASM instead, how can I do it ? How can I reconfigure the ocssd for using the new ASM installation ? And do I need to do some other steps ?
    Thanks
    massi

    Hi,
    Probably my post was not clear enough. Sorry.
    Here our scenario:
    - we have one linux server with two Oracle11g installations. We use one installation for ASM and the other one for the rdbms. We planned to install the PSU 4 on both the installations.
    We could simply shutdown all databases and ASM. Then install PSU4 on both ASM and rdmbs installation. Then startup AMS and databases and proceed with post PSU installation tasks.
    There is another possibility. To install in advance two new Oracle11g: one for ASM and the other one for the rdbms. Then apply PSU4 on these two new Oracle11g installations. Then shutdown the databases and the ASM. Then execute:
    $ORACLE_HOME/bin/localconfig reset <new_ASM_oracle_home>
    stop cssd (/etc/init.d/init.cssd stop)
    start cssd (/etc/init.d/init.cssd start)
    Then change in /etc/oratab so that databases will point to the new installation (the new one installed for rdbms)
    Then copy spfile and password files to the new oracle_home/dbs (the new one installed for rdbms)
    Then change in /etc/oratab so that ASM is using the new installation (the new one installed forASM)
    Then copy spfile and password file to the new oracle_home/dbs used by ASM (the new one installed forASM)
    Finally restart ASM and databases
    This way, the ASM will point to the new installation - and the databases will use the other new installation. This way the downtime will be shorter. It will be only necessary to apply the post PSU installation tasks
    I've already did it last weekend. It worked
    Thanks
    massi
    Thanks
    massi

  • Step by Step Oracle 10g ASM Installation on Linux

    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    Abbasi

    You should check the oracle learning library for any such doubts,
    http://apex.oracle.com/pls/apex/f?p=9830:28:0::NO:RIR:IR_PRODUCT,IR_PRODUCT_SUITE,IR_PRODUCT_COMPONENT,IR_RELEASE,IR_TYPE,IRC_ROWFILTER,IR_FUNCTIONAL_CATEGORY:,,,,,automatic%20storage%20management,
    HTH
    Aman....

  • Step by Step 10g ASM Installation on Linux

    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    Abbasi

    Abbasi wrote:
    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    AbbasiHi Abbasi,
    It would be better if let me know version of Linux, how you plan to use the disk (direct or UDEV), RAC or Single instance.
    Anyway, I'll assume you've using OEL/RHEL 5, UDEV for Single Instance (Oracle 10g installed) and only one disk (/dev/asm_disk1) configured for testing purpose.
    Creating ASM instance on Linux (Single Instance) using DBCA
    1. Add disk to Linux server
    2. Configure UDEV for the device. E.g /dev/sdb -> /dev/asm_disk1 //check Oracle documentation for configure UDEV on RHEL/OEL 5. You can directly use /dev/sdc for testing purpose.
    3. Change the owner of the disk. e.g. chown oracle:oinstall /dev/asm_disk1
    4. As root user, run Oracle CSS script. The Cluster Synchronization Services (CSS) daemon provides cluster services for ASM, communication between the ASM and database instances, and other essential services
    # $ORACLE_HOME/bin/localconfig add
    5. As oracle user, run DBCA (X11 needed)
    $ dbca
    6. Select the "Configure Automatic Storage Management" option, then click the "Next" Button.
    7. Enter a password for the ASM instance, then click the "Next" button.
    8. On the confirmation screen, click the "OK" button to create the ASM instance
    9. Once the ASM instance is created, you are presented with the "ASM Disk Groups" screen. Click the "Create New" button.
    10. On the "Create Disk Group" screen, enter Disk Group Name of e.g. "DATA" and select the required level of redundancy.
    •     External - ASM does not mirror the files. This option should only be used if your disks are already protected by some form of redundancy, like RAID.
    •     Normal - ASM performs two-way mirroring of all files.
    •     High - ASM performs three-way mirroring of all files.
    11. If you didn't find any disk, click "Change Disk Discovery Path..." and enter "/dev/asm_disk1"
    12. Select "External" for redundancy, tick the disk (/dev/asm_disk1) and click "OK" button.
    13. On the "ASM Disk Groups" screen. Click the "Finish" button.
    To access the ASM instance :
    1. As oracle user, export the ORACLE_SID
    $ export ORACLE_SID=+ASM
    2. sqlplus "/as sysdba"
    3. SQL> select name, total_mb, free_mb from v$asm_diskgroup;
    SQL> select name, path, header_status from v$asm_disk;
    To access the ASM command line utility:
    1. As oracle user, export the ORACLE_SID
    $ export ORACLE_SID=+ASM
    2. Enter the asmcmd command
    $ asmcmd
    You also can refer to :
    <a class="jive-link-external" href="http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_10.shtml">http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_10.shtml</a>
    <a class="jive-link-external" href="http://forums.oracle.com/forums/thread.jspa?threadID=1102203&tstart=1">how to create an asm instance manaually? oracle 11gr2.
    Regards,
    Hafiz Abdullah

  • Oracle11gr2,dbca创建时使用asm,报ORA-17502报错

    今天在用oracle11gr2,dbca创建时使用asm,报ORA-17502报错,创建日志:
    ORACLE instance started.
    Total System Global Area 2221395968 bytes
    Fixed Size 2215264 bytes
    Variable Size 1258291872 bytes
    Database Buffers 956301312 bytes
    Redo Buffers 4587520 bytes
    CREATE DATABASE "test"
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: '+DATA/test/control01.ctl'
    ORA-15012: ASM file 'test/control01.ctl' does not exist
    ORA-17502: ksfdcre:5 Failed to create file +DATA/test/control01.ctl
    ORA-15081: failed to submit an I/O operation to a disk
    检查下asm的磁盘确实是660权限:
    [grid@dbs disks]$ ll
    total 0
    brw-rw---- 1 grid asmadmin 8, 17 Aug 30 10:53 OCR_VOTE01
    brw-rw---- 1 grid asmadmin 8, 18 Aug 30 10:53 OCR_VOTE02
    brw-rw---- 1 grid asmadmin 8, 19 Aug 30 10:53 OCR_VOTE03
    brw-rw---- 1 grid asmadmin 8, 21 Aug 30 10:53 VOL1
    brw-rw---- 1 grid asmadmin 8, 22 Aug 30 10:53 VOL2
    brw-rw---- 1 grid asmadmin 8, 23 Aug 30 10:53 VOL3
    brw-rw---- 1 grid asmadmin 8, 24 Aug 30 10:53 VOL4
    diskgroup已经是mount状态,asm实例登录没问题:
    SQL> select group_number,name,sector_size,block_size,allocation_unit_size,state,type,total_mb,free_mb from v$asm_diskgroup;
    GROUP_NUMBER NAME SECTOR_SIZE BLOCK_SIZE ALLOCATION_UNIT_SIZE STATE TYPE TOTAL_MB FREE_MB
    2 DATA 512 4096 1048576 MOUNTED NORMAL 29319 29139
    1 ARCH 512 4096 1048576 MOUNTED EXTERN 9773 9721
    数据库的版本号确实是11.2:
    SQL> select group_number, name, compatibility, database_compatibility from v$asm_diskgroup;
    GROUP_NUMBER NAME COMPATIBILITY DATABASE_COMPATIBILITY
    1 ARCH 11.2.0.0.0 10.1.0.0.0
    2 DATA 11.2.0.0.0 10.1.0.0.0
    装asm的时候用的是grid用户,3个操作系统组的时候使用都是dba,装oracle时用的是oracle用户,2个操作系统组的时候使用也都是dba:
    [grid@dbs disks]$ id grid
    uid=501(grid) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper),504(asmadmin),505(asmoper),506(asmdba)
    [grid@dbs disks]$ id oracle
    uid=500(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper),506(asmdba)
    为什么会报ORA-17502错误?

    [grid@dbs bin]$ /u01/app/grid/product/11.2.0/grid/bin/setasmgidwrap o=/u01/app/oracle/product/11.2.0/db_1/bin/oracle
    [grid@dbs bin]$ ls -l /u01/app/oracle/product/11.2.0/db_1/bin/oracle
    -r-xr-s--x 1 oracle dba 201096662 Aug 30 10:23 /u01/app/oracle/product/11.2.0/db_1/bin/oracle
    但权限仍然不是
    -rwsr-s--x
    是不是在最初用grid装asm的时候,跟装oracle软件的时候,选的用户组有关系?装asm跟oracle软件时用的都是dba用户组。
    我原来这是想在一个单机环境中,配置一个asm存储做测试用的。

  • ASM installation on RHEL 6.4 in Amazon EC2

    I thought I'd perform an installation of 12cR1 to do a little testing. So I launched a new instance in Amazon EC2 and picked an AMI for 64-bit RHEL 6.4.
    All started smoothly, but I've got stuck preparing a disk for ASM.
    My first plan was to install ASMLIB. I see from the documentation that I need kmod-oracleasm (kmod-oracleasm-2.0.6.rh1-2.el6.x86_64.rpm), and that this is in the RHEL supplementary channel.
    $ yum repolist all
    Loaded plugins: amazon-id, refresh-packagekit, rhui-lb, security
    repo id                                            repo name                                                          status
    rhel-source                                        Red Hat Enterprise Linux 6Server - x86_64 - Source                 disabled
    rhel-source-beta                                   Red Hat Enterprise Linux 6Server Beta - x86_64 - Source            disabled
    rhui-REGION-client-config-server-6                 Red Hat Update Infrastructure 2.0 Client Configuration Server 6    enabled:      3
    rhui-REGION-rhel-server-releases                   Red Hat Enterprise Linux Server 6 (RPMs)                           enabled: 10,994
    rhui-REGION-rhel-server-releases-optional          Red Hat Enterprise Linux Server 6 Optional (RPMs)                  enabled:  6,250
    rhui-REGION-rhel-server-releases-optional-source   Red Hat Enterprise Linux Server 6 Optional (SRPMs)                 disabled
    rhui-REGION-rhel-server-releases-source            Red Hat Enterprise Linux Server 6 (SRPMs)                          disabled
    repolist: 17,247
    $ rhn-channel --add --channel=rhel-x86_64-server-supplementary-6
    Username:
    ^C
    Does Amazon EC2 provide the RHEL supplementary channel, and if so what credentials do I need to provide? Otherwise I guess I would need my own RHN subscription, which seems expensive for a self-learning instance.
    So my second plan was to avoid ASMLIB and implement udev rules.
    I created a 64GiB volume and attached it to the instance as /dev/sdh. On the instance it appears as /dev/xvdl:
    $ fdisk -l /dev/xvdl
    Disk /dev/xvdl: 68.7 GB, 68719476736 bytes
    255 heads, 63 sectors/track, 8354 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xf4c9fedb
        Device Boot      Start         End      Blocks   Id  System
    /dev/xvdl1               1        8354    67103473+  83  Linux
    $ sudo scsi_id -g -u -d /dev/xvdl
    $
    So scsi_id doesn't return a value to use in the udev rule. I've found references to this which suggest setting disk.EnableUUID. Is this option available in Amazon EC2 at all? Or is there an alternative way of getting a UUID for the disk?
    Any help with these questions, or suggestions for alternative solutions, would be much appreciated.
    Thanks
    Mike

    Did you try this command ?
    ~]# blkid
    /dev/vda1: UUID="7fa9c421-0054-4555-b0ca-b470a97a3d84" TYPE="ext4"
    /dev/vda2: UUID="7IvYzk-TnnK-oPjf-ipdD-cofz-DXaJ-gPdgBW" TYPE="LVM2_member"
    /dev/mapper/vg_kvm-lv_root: UUID="a07b967c-71a0-4925-ab02-aebcad2ae824" TYPE="ext4"
    /dev/mapper/vg_kvm-lv_swap: UUID="d7ef54ca-9c41-4de4-ac1b-4193b0c1ddb6" TYPE="swap"
    https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-sysinfo-filesyste…

  • How to create a single instance ASM installation on Windows using 11gR1 ?

    Good afternoon,
    After reading much documentation and doing a lot of Googling, I have not found a step by step procedure on how to install/use ASM for a single database instance successfully. This is using Windows XP SP2, Oracle 11gR1 (I can likely adjust any procedure that is meant for Server 2003 or 2008 as long as it is does not require a 64bit installation.)
    If someone knows where I can find a step by step procedure on how to do this, that actually works and, would be so kind to share it, I'd much appreciate it.
    Thank you,
    John.

    440bx - 11gR2 wrote:
    Good afternoon,
    After reading much documentation and doing a lot of Googling, I have not found a step by step procedure on how to install/use ASM for a single database instance successfully. This is using Windows XP SP2, Oracle 11gR1 (I can likely adjust any procedure that is meant for Server 2003 or 2008 as long as it is does not require a 64bit installation.)
    If someone knows where I can find a step by step procedure on how to do this, that actually works and, would be so kind to share it, I'd much appreciate it.Hi John,
    As we have discussed on other threads, in 11.2, its not possible to do the installation of the ASM without using the Grid Infrastructure. The reason is ASM instance can be created using the ASMCA only in 11.2 which would run only from the Grid Home. So if you are willing to use ASM in 11.2, you have to go through either on 64bit windows, or 32 bit linux. Other than this, you can use 11.1 and/or 10.2 where DBCA can be used for the same.
    HTH
    Aman....

  • ASM installation failure from Oracle GRID under Windows 7 64 bit

    I am a rookie..I am running Oracle database 11gR2 running on a Windows 7 64 bit system.
    I am implementing ASM onto my system solely for learning purposes
    The implementation of ASM has changed between database releases 11gR1 and 11gR2 such that it is no longer configured locally but is now implemented from within Oracle GRID. Unfortunately, the book I am using to study my OCP from was written at the time of 11gR1 so I can no longer follow its instructions to create and configure ASM. Instead of using DBCA I now need to use ASMCA to configure ASM.
    As a preliminary requirement I successfully installed Oracle Grid and configured it to run on my standalone server.
    I created two partitions on my harddrive ...... drive G: and drive H: with intent of using them as my ASM disks. 45 Gig and 50 gig in size respectively formatted with the NTFS filesystem.
    I ran ASMCA in an attempt to create an ASM instance
    I specified these partition drives '\\.\G:' and '\\.\H:' in the disk discovery path which were successfully picked up.
    However when ASMCA executed the creation process after some time it failed with the following message:
    One or more diskgroup(s) creation failed as below:
    DiskGroup mydisks creation failed with the following message:
    ORA-15018: diskgroup cannot be created
    ORA-00600: internal error code, arguments: [17090], [], [], [], [], [], [], [], [], [], [], []
    Check C:\app\peter\cfgtoollogs\asmca\asmca-12101712AM0558.log for details.
    Which I did and found many things
    Thread-40] [ 2012-10-17 00:25:05.723 EST ] [UsmcaLogger.logInfo:141] Oradim Command : C:\app\11.2.0\grid\bin\oradim.exe -new -asmsid +ASM -startmode manual -srvcstart demand -spfile
    [Thread-40] [ 2012-10-17 00:25:05.723 EST ] [UsmcaLogger.logEntry:113] Entering oracle.sysman.assistants.usmca.util.UsmcaUtil Method : executeCommand
    [Thread-40] [ 2012-10-17 00:25:05.723 EST ] [UsmcaLogger.logInfo:141] Command: C:\app\11.2.0\grid\bin\oradim.exe -new -asmsid +ASM -startmode manual -srvcstart demand -spfile
    [Thread-40] [ 2012-10-17 00:25:07.254 EST ] [UsmcaLogger.logInfo:141] Instance created.
    Ok. As above the ASM instance appeared to have been successfully created so as part of my investigative process to confirm what the script actually did successfully execute I attempted to log into the ASM instance to see how far it would get. It fails with the following result
    C:\Windows\system32>set ORACLE_SID=+ASM
    C:\Windows\system32>sqlplus sys as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 17 10:16:36 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    I checked Windows Task Manager
    There is an OracleOHService and it is running
    LISTENER is running ie the local listener running on port 1521 that was originally created with a previous basic stand alone installation of the Oracle 11gR2 database . (ie before I installed Oracle GRID). No other listeners are running.
    Can t see any evidence of any ASM service on Windows Task manager started/stopped or otherwise. Neither can I see evidence of a CSS service.
    The log file that was generated is large I am not clear on what I should be looking for in order to find clues as to how I might manually resolve this problem and possibly 'salvage' the installation. Any advice would be appreciated.

    Hi,
    read the documentation:
    http://www.oracle.com/pls/db112/to_pdf?pathname=install.112/e24169.pdf
    and you will find multiple errors, you probably did.
    Especially the part on preparing storage.
    Regards
    Sebastian

  • ASM installation on AIX?

    We are installing Oracle 10gR2 on a new AIX server, we want to use ASM for a single instance on this server. I am told that you need to install ASM instance first and I see some threads that elude to an option from the Orcle Installer to "install and configure ASM only" .
    When I click on the "type of install", running the installer from the Disk1 ./runinstaller - I get only two options, enterprise edition or standard edition.
    If I look at the "custom" install option it shows the ability to "configure for ASM" but I'm thinking that option would be used to configure an instance to USE an already up and running ASM instance.
    How do I install JUST an ASM instance, or does the installer actually create the ASM instance during the custom install if one does not exist?

    On the initial screen choose those options that say "Advanced" or "Software Only" or similar things: It is there.

  • RAC with ASM installation

    Hi All,
    I Want to install the RAC in windows and storage is ASM.
    its possible to install the RAC 10g in windows XP?. because both of my systems are running in windows xp. kindly send your valuable output.
    Regards
    S.Senthil Kumar

    Hi,
    Thanks for your reply,
    You are consistently asking to abstract documentation
    i have more than 20 documents about RAC installation. but in all the documents they mention the windows 2000, 2003 only, so i raised this question. because i am using Xp.
    if RAC installation is not possible in XP means then i will install the windows 2000 to my PC. So i am very much interest to work in oracle.
    i don't want to change my career, if you want to change means, kindly inform me i will arrange a good job for you.
    Regards
    S.Senthil kuamr

  • ORACLE WINDOW 64 BIT ASM INSTALLATION

    Hello DBA's
    I have window's 7 64 Bit and i m installing oracle10g 64Bit Enterpeise edition
    Problem:- When i run Universal installer and choose ASM:- It asks me download and configure Grid infrastructure..
    Please provide me the link from where i can downlod 64 Bit version of grid infrastructure and install it

    Oracle Database 11g Release 2 Grid Infrastructure (11.2.0.1.0) for Microsoft Windows (x64)
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
    Edited by: Veeresh.S on Sep 19, 2012 5:49 PM

  • ASM-Installation fails

    Hello,
    OS: Sun Solaris 10 SPARC 64bit
    DB: Oracle10
    Nodes: 3
    Shared Storage: SAN
    After installing CRS from node 2 we tried to install ASM from node 2
    There we got the problem that the Database Configuration Assistant (dbca) fails with the error message:
    can not start +ASM2 on node 1 !!!
    can not start +ASM1 on node 2 !!!
    Then we removed ASM and started the installation from node 1
    -> The the same error messages raised again! :-(
    WHERE is Oracle storing the information that +ASM2 has to start on node 1
    and vice versa???
    Please help, its urgent!
    Christian

    after first install there was no oratab file because we did not run root.sh script
    now we got an oratab file and my college has changed the services so the right on are running on the right machines.
    Now we got a new problem: :-(
    Disk Groups can not be mounted: ORA-15024
    discovered duplicately numbered ASM
    Disk Groups can not be droped because they can not be mounted.
    Any possibility to solve the problem?
    I want to remove the asm software, drop disk groups and start "clean" again!
    But it is not possible so it seems form me.
    Could any body help?
    Thanks a lot!
    Christian

  • Oracle 11g ASM installation on HP UX 11.31 Risc

    Hi All,
    I am planning to install Oracle 11g ASM on HP UX 11.31 Risc machine. Is it possible to configure ASM without using RAW devices. If yes what is the procedure.
    Thanks,

    I am planning to install Oracle 11g ASM on HP UX 11.31 Risc machine. Is it possible to configure ASM without using RAW devices. If yes what is the procedure.AFAIK, it is not possible.

  • Oracle ASM  installation in Solaris Cluster

    hello Experts,
    Could someone please tell me how to install Oracle ASM in Solaris Cluster and how to integrate it into the cluster resources.
    Details,
    2 Nodes (Pri & Sec) solaris 10 SPARC 64 bit OS
    solaris cluster 3.3 u5/11
    Thanks & Regards

    hi,
    pls take a look at tihs doc
    http://docs.oracle.com/cd/E18728_01/html/821-2678/gjcwv.html
    regards,

  • Oracle database 10g RAC and ASm installation

    Hi all,
    I want to ask to everybody something about Oracle 10g RAC and ASm configuration. We plan to migrate to Oracle 10g from 9i, and we will begin configuring oracle but we have to decide which configuration are the best.
    Our materials are bellow:
    Hardware: RP 3440 (HP)
    OS : HPUX 11i Ver 1
    Storage: EVA 4000 (eva disk group)
    The problem is:
    Our supplier recommand us to use HP serviguard + HP serviceguard extension for RAC+ RAc and Raw device as configuration.
    But we want to use Oracekl Clusterware + RAC + ASM
    My question is if anybody know what is the best configuration, we want to use ASm.
    Can we use HP serviguard and ASM.
    Some documentations or link explain oracle RAC and ASM configuration will be appreciate.
    Thanks for your help.
    Regards.
    raitsarevo

    Hi Experts ,
    Using this command
    $ emca
    STARTED EMCA at Mon Mar 09 16:13:13 GMT+07:00 2009
    Enter the following information about the database to be configured
    Listener port number:
    Following error comes:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/emSDK/conf/InventoryLoader
    at oracle.sysman.emcp.EMConfig.getFreePorts(EMConfig.java:4225)
    at oracle.sysman.emcp.EMConfig.checkParameters(EMConfig.java:994)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:265)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:692)
    at oracle.sysman.emcp.EMConfigAssistant.performSetup(EMConfigAssistant.java:641)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:340)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:180)
    Moreover this command does not work on Aix 5.3
    emca -config dbcontrol db -repos recreate
    Regards,
    Edited by: LazyDBA10g on Mar 16, 2009 6:20 AM

Maybe you are looking for