Oracle BAM I command Merge Or Update Command

Hi,
   i want to update or merge the BAM Data Object through BAM I command Is there any Option Available In BAM.
Thanks,
Ravi

Chanchal Wankhade wrote:
IT's giving error saying ORA-30926: unable to get a stable set of rows in the source tables.That means there are duplicate records in your source table.
Please post the output of the below
select cons_code
from brok_dealer_map
group by cons_code
having count(*) > 1;In case of duplicate CONS_CODE, you need to decide with which the target table should get updated
And are you seriously giving a where condition in merge like you posted..?
Edited by: jeneesh on Dec 19, 2012 9:56 AM

Similar Messages

  • SQl server to Oracle -- Replicat error command disallowed by current ..

    I am trying to set replication b/w sql serve *& oracle..
    Source -- SQL server 2005 SP4.
    Target - Oracle 11.2.0.3 - using ASM ..single instance..
    The error log is ....
    2012-02-10 17:33:47 ERROR OGG-00664 Oracle GoldenGate Delivery for Oracle, rcatd1.prm: OCI Error beginning session (status = 15000-ORA-15000: command disallowed by current instance type).
    2012-02-10 17:33:47 ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, rcatd1.prm: PROCESS ABENDING.
    2012-02-10 17:34:00 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): edit params RCATD1.
    2012-02-10 17:34:10 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): start replicat RCATD1.
    2012-02-10 17:34:10 INFO OGG-00963 Oracle GoldenGate Manager for Oracle, mgr.prm: Command received from GGSCI on host 10.1.7.80 (START REPLICAT RCATD1 ).
    2012-02-10 17:34:10 INFO OGG-00975 Oracle GoldenGate Manager for Oracle, mgr.prm: REPLICAT RCATD1 starting.
    2012-02-10 17:34:10 INFO OGG-00995 Oracle GoldenGate Delivery for Oracle, rcatd1.prm: REPLICAT RCATD1 starting.
    2012-02-10 17:34:11 ERROR OGG-00664 Oracle GoldenGate Delivery for Oracle, rcatd1.prm: OCI Error beginning session (status = 15000-ORA-15000: command disallowed by current instance type).
    2012-02-10 17:34:11 ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, rcatd1.prm: PROCESS ABENDING.
    edit params RCATD1
    REPLICAT RCATD1
    SOURCEDEFS /home/oracle/GG/dirdef/catalog.def
    USERID ggs,PASSWORD ggs
    MAP dbo.tmp_webskuchs,TARGET catalog.tmp_webskuchs;
    the steps I am doing are
    [oracle@fl1dvmatgdb2 GG]$ ./ggsci
    Oracle GoldenGate Command Interpreter for Oracle
    Version 11.1.1.1.2 OGGCORE_11.1.1.1.2_PLATFORMS_111004.2100
    Linux, x64, 64bit (optimized), Oracle 11g on Oct 4 2011 23:49:46
    Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
    GGSCI (fl1dvmatgdb2) 1> dblogin userid ggs, password ggs
    Successfully logged into database.
    GGSCI (fl1dvmatgdb2) 2> start replicat RCATD1
    Sending START request to MANAGER ...
    REPLICAT RCATD1 starting
    GGSCI (fl1dvmatgdb2) 3> info RCATD1, detail
    REPLICAT RCATD1 Initialized 2012-02-10 15:28 Status STOPPED
    Checkpoint Lag 00:00:00 (updated 02:19:44 ago)
    Log Read Checkpoint File dirdat/l2000000
    First Record RBA 0
    Extract Source Begin End
    dirdat/l2000000 * Initialized * First Record
    Current directory /home/oracle/GG
    Report file /home/oracle/GG/dirrpt/RCATD1.rpt
    Parameter file /home/oracle/GG/dirprm/rcatd1.prm
    Checkpoint file /home/oracle/GG/dirchk/RCATD1.cpr
    Checkpoint table GGS.CHKPT
    Process file /home/oracle/GG/dirpcs/RCATD1.pcr
    Stdout file /home/oracle/GG/dirout/RCATD1.out
    Error log /home/oracle/GG/ggserr.log
    can anybody give me a clue why I am getting ora-15000 on GG
    Thanks in advance..
    Edited by: 898080 on Feb 10, 2012 2:47 PM

    Konsultant wrote:
    Hi all,
    Other details: every time database is started it give message "ORA-15110: no diskgroups mounted" then we manually mount the disk and command
    complete successfully. You can find diskgroup name/s with this query :
    SQL> select name from v$asm_diskgroup;Then use that diskgroup name in the command that will modify spfile's parameter [ASM_DISKGROUPS|http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asminst.htm#BHCCHHIG] :
    SQL> alter system set asm_diskgroups = 'DISKGROUP_NAME' scope=spfile;
    when we execute some sql then recievese error "ORA-01219: database not open: queries allowed on fixed tables/views only". This simply means that your database is not open.
    Look:
    SQL> startup force mount;
    ORACLE instance started.
    Total System Global Area  209715200 bytes
    Fixed Size                  1248140 bytes
    Variable Size              92275828 bytes
    Database Buffers          113246208 bytes
    Redo Buffers                2945024 bytes
    Database mounted.
    SQL> select status from v$instance;
    STATUS
    MOUNTED
    SQL> select * from my_table;
    select * from my_table
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    SQL> alter database open;
    Database altered.
    SQL> select status from v$instance;
    STATUS
    OPEN
    SQL> select * from my_table
      no rows selected
    when i execute alter database open command recieving "ORA-15000: command disallowed by current instance type".Most likely because your environment is set for ASM instance , and in the case of the 'alter database open' command, environment should be set for RDBMS . See disscusion about that ORA-15000: command disallowed by current instance type
    another question is that is it possible that i just drop and recreate the database and add the current diskgroups to new created database.yes

  • I am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found

    i am trying to install oracle 11g xe on ubuntu aws instance when i execute sudo /etc/init.d/oracle-xe configure command iam getting this error: sudo: /etc/init.d/oracle-xe : command not found.

    "command not found" means ... there is no such thing.
    Has the .rpm been installed?
    http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#XEINL122

  • Installing Oracle - /etc/init.d/oracle-xe configure command missing?

    I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.
    1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
    2) Then I ran
    sudo apt-get install bc (ran fine)
    sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
    sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb (gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine)
    Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
    I ran the following command-
    Manually uninstalling Oracle 10g
    sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client
    Then I again ran the following command to install oracle-xe
    sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb
    See below what I got as the output-
    rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    (Reading database ... 184865 files and directories currently installed.)
    Preparing to replace oracle-xe-universal:i386 10.2.0.1-1.1 (using oracle-xe-universal_10.2.0.1-1.1_i386.deb) ...
    Unpacking replacement oracle-xe-universal:i386 ...
    Setting up oracle-xe-universal:i386 (10.2.0.1-1.1) ...
    Executing Post-install steps...
    Processing triggers for ureadahead ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf.index...
    Processing triggers for desktop-file-utils ...
    Processing triggers for python-gmenu ...
    Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
    Processing triggers for man-db ...
    Processing triggers for python-support ...
    rocky@ubuntu:~/git/mygit/edas2/libaio$
    Now if I try to run the following command, it says command not found-
    rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo /etc/init.d/oracle-xe configure
    sudo: /etc/init.d/oracle-xe: command not found
    rocky@ubuntu:~/git/mygit/edas2/libaio$
    Even in applications menu I don't see the if oracle has been installed.
    So i conclude first time installation was ok but somehow http client didn't worked.
    After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
    Please help here.

    user1680826 wrote:
    I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.Not surprising, given that Ubuntu is not a supported OS for Oracle products.
    Any reason you are not using a supported OS?
    And any reason you are running two threads on the same problem? /etc/init.d/oracle-xe is missing?
    >
    1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
    2) Then I ran
    sudo apt-get install bc (ran fine)
    sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
    sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb (gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine)
    Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
    I ran the following command-
    Manually uninstalling Oracle 10g
    sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client
    Then I again ran the following command to install oracle-xe
    sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb
    See below what I got as the output-
    rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    (Reading database ... 184865 files and directories currently installed.)
    Preparing to replace oracle-xe-universal:i386 10.2.0.1-1.1 (using oracle-xe-universal_10.2.0.1-1.1_i386.deb) ...
    Unpacking replacement oracle-xe-universal:i386 ...
    Setting up oracle-xe-universal:i386 (10.2.0.1-1.1) ...
    Executing Post-install steps...
    Processing triggers for ureadahead ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf.index...
    Processing triggers for desktop-file-utils ...
    Processing triggers for python-gmenu ...
    Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
    Processing triggers for man-db ...
    Processing triggers for python-support ...
    rocky@ubuntu:~/git/mygit/edas2/libaio$
    Now if I try to run the following command, it says command not found-
    rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo /etc/init.d/oracle-xe configure
    sudo: /etc/init.d/oracle-xe: command not found
    rocky@ubuntu:~/git/mygit/edas2/libaio$
    Even in applications menu I don't see the if oracle has been installed.
    So i conclude first time installation was ok but somehow http client didn't worked.
    After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
    Please help here.Edited by: EdStevens on Jul 24, 2011 4:56 PM

  • Oracle VM Manager Command Line Interface

    Can anybody suggest any tool for Oracle VM Manager Command Line Interface?
    Are they free?
    What kind of jobs we can automate using Command line?
    If they are not free is it worth spending money to buy them?

    Try public-yum.oracle.com
    and look at the oracle-addons channel below OEL.
    http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/oracle_addons/i386/
    Regards
    Sebastian

  • Running Oracle Scripts from Command Line

    Hi,
    How can i run Oracle scripts from command line.
    Actually i need to run these scripts from MSBuild before running Unit test projects

    C:\>sqlplus @myscript
    That would be the easiest variation
    C:\>sqlplus user/passwd@tns_alias @myscript
    would be an often used variation
    And then there is of course the version with parameter passing:
    C:\>sqlplus user/passwd@tns_alias @myscript param1 ... paramx
    Dunno about MSBuild

  • Login Screen in Oracle BAM

    Hi all ,
    How do I create a separate login screen in Oracle BAM ?
    It would really be appreciated if any of you guys can help me out in this...
    regards,
    Manoj Nair.

    989056 wrote:
    Ok i changed the button to contain only the following:
    BEGIN
    SELECT USER_ID
    INTO :GLOBAL.USER_ID
    FROM PASSWORD
    WHERE USER_ID = :PASSWORD.TI_USER_ID
    AND PASSWORD= :PASSWORD.TI_PASSWORD;
    GO_ITEM('GO_REVIEWS');
    END;
    when i now press login it gives an error FRM 40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-01403
    i tried to reffer to several items in several blocksi suspect that when you removed the exception it ends up with the no data found error. you need not to remove the exception clause try to bring that back. then try in SQL*Plus to see if your query returns any rows with the same data that you are attempting to use in your TI_USER_ID and TI_PASSWORD block item. if it does not return that is the cause of your issue it will not execute the GO_ITEM() command it will simply go to the exception clause.

  • Oracle BAM & Oracle XE

    I am trying to install Oracle BAM 10.1.3.3.0.
    The OS is Windows Server 2003 Enterprise Edition and I installed Oracle Database XE version 10.2.0.1.0.
    I am doing this in a development environment.
    When I try to install BAM I'm getting the following error:
    "Install cannot connect to the database loacated at parameter #1, abento-poq117h2:1521. Please ensure that the hostname, port and service name are
    correct and that the database and its listener at this location are up and running."
    I have already checked the database and its listener and they are up and running.
    * Result of "lsnrctl status"
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 11-JUN-2010 11:41:00
    Uptime 0 days 0 hr. 30 min. 40 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=abento-poq117h2)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Kind regards

    Hi.
    I got the same error:
    Install cannot connect to the datbase located at parameter #1, dell-m90:1521...
    I followed the steps mentioned before, but still I have the same error. The modifications I made are:
    1.- I found a ODPReg.exe and a Oracle.DataAccess.dll files in the directory C:\oraclexe\app\oracle\product\10.2.0\server\BIN
    2.- I found a Policy.9.2.Oracle.DataAccess.dll and a Policy.10.1.Oracle.DataAccess.dll files in the directory C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\PublisherPolicy
    With those paths, I executed the instructions described on the "Multiple Oracle Home Environments..." but nothing hapened, the error continues...
    Is there somthing else to do for installing BAM with XE?

  • How to Hide Oracle BAM logo in Header

    I want to generate a list in full window. Is there any way to hide the Oracle BAM logo at the Header?.

    Do you mean the "Oracle BAM Active Viewer" logo? You can get a direct URL to your report via the Active Studio Copy Shortcut command. Then host the report in your own web page within an iframe. You can also just view the report directly in IE via the URL.
    Regards, Stephen

  • Triggers on tables in the Oracle BAM DataObjects

    Hi there.
    I am using Monitor Express in Oracle BAM 11.1.1.4 (PS3) and the field LATEST from dataobject BIdefault_composite_component is working as desired.
    I want to use the same solution in Oracle BAM 11.1.1.3, but the field "_LATEST" was not filled automatically as other fields.
    So, I tried to write a trigger to update _LATEST manually, but when I added a new register, using BAM Architect, an error message was shown:
    BAM-01265: An error (ORA-04091: table DEV_ORABAM._BI_DEFAULT_BPMFormalisticaBND is mutating, trigger/function may not see it ORA-06512: at "DEV_ORABAM.ATUALIZALATEST", line 4 ORA-04088: error during execution of trigger 'DEV_ORABAM.ATUALIZALATEST' ) has occurred in the Active Data Cache storage system.
    But bam_server.log don't show nothing related to this error.
    Do I can not add triggers to BAM's dataobjects?
    Thanks.
    Luciano

    Problem solved.
    I had formulated my trigger incorrectly (I rewrote it after to see http://www.techonthenet.com/oracle/errors/ora04091.php).
    After to fix my trigger, i had the same result (or similar) that was expected with PS3 installed: atualization of field LATEST of the dataobject BIDEFAULT_...
    Luciano

  • What does this error mean -  [ERROR] [] [oracle.bam.reportcache]

    Follow some entries in my log file
    [2010-03-25T14:05:14.731-03:00] [bam_server1] [ERROR] [] [oracle.bam.reportcache] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IUMIEy4Fg415zvH7iW1Bessr0000GE,0] [APP: oracle-bam#11.1.1] ReportCache: ReportCacheServer.GetRecordSet: ADC exception=BAM-01282: This viewset not found: NOT_INITIALIZED. [[
    at oracle.bam.reportcache.engine.CacheEngine.getRecordSets(CacheEngine.java:961)
    at oracle.bam.reportcache.engine.CacheEngine.getRecordSet(CacheEngine.java:847)
    at oracle.bam.reportcache.server.ReportCacheServer.getRecordSet(ReportCacheServer.java:250)
    at oracle.bam.reportcache.ejb.ReportCacheServerBean.getRecordSet(ReportCacheServerBean.java:277)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:111)
    at oracle.bam.reportcache.ejb.ReportCacheServerBean.interceptor(ReportCacheServerBean.java:192)
    at sun.reflect.GeneratedMethodAccessor472.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
    at java.security.AccessController.doPrivileged(AccessController.java:284)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:83)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor368.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:102)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:102)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy192.getRecordSet(Unknown Source)
    at oracle.bam.reportcache.ejb.ReportCacheServerBean_vm1wm8_ReportCacheServerRemoteImpl.getRecordSet(ReportCacheServerBean_vm1wm8_ReportCacheServerRemoteImpl.java:545)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at oracle.bam.common.remoting.BamEjbProxy.invoke(BamEjbProxy.java:209)
    at $Proxy191.getRecordSet(Unknown Source)
    at oracle.bam.web.reportserver.data.DataManager.getRecordSet(DataManager.java:273)
    at oracle.bam.web.reportserver.activedata.ActiveDataManager.syncViewSetIndexes(ActiveDataManager.java:751)
    at oracle.bam.web.reportserver.activedata.ActiveDataPage.getChangeList(ActiveDataPage.java:649)
    at oracle.bam.web.reportserver.activedata.ActiveDataServlet.doRequest(ActiveDataServlet.java:190)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:100)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bam.web.filters.CharsetFixupFilter.doFilter(CharsetFixupFilter.java:65)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(AccessController.java:284)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    [2010-03-25T14:05:25.613-03:00] [bam_server1] [ERROR] [] [oracle.bam.web.reportserver.activedata.ActiveDataViewSet] [tid: pool-7-thread-40] [userId: OracleSystemUser] [ecid: 0000IUMFvGPFg415zvH7iW1Bessr0000De,0] [APP: oracle-bam#11.1.1] ActiveDataViewSet.onMessage: Exception: strViewSetID=d7c8b4e882b43478-467191a127962219ff-7cbe, oException.Message=null, oException.StackTrace=<ChangeList index="25"><Group id="0" level="0"><Record id="0" pos="0" xnType="update"><Field fieldRefID="0" fieldID="label">DATA DE PAGAMENTO:</Field><Field fieldRefID="1" fieldID="MAX_datapagamento">2010-03-31T02:00:00.0000000-03:00</Field></Record><Aggregates/></Group></ChangeList>, strChangeListXml={3}
    [2010-03-25T14:05:25.616-03:00] [bam_server1] [ERROR] [] [oracle.bam.web.reportserver.activedata.ActiveDataViewSet] [tid: pool-7-thread-48] [userId: OracleSystemUser] [ecid: 0000IUMGAyaFg415zvH7iW1Bessr0000Dx,0] [APP: oracle-bam#11.1.1] ActiveDataViewSet.onMessage: Exception: strViewSetID=d7c8b4e882b43478-467191a127962219ff-7cbc, oException.Message=null, oException.StackTrace=<ChangeList index="18"><Group id="0" level="0"><Record id="0" pos="0" xnType="update"><Field fieldRefID="0" fieldID="nomeMes">March</Field><Field fieldRefID="1" fieldID="SUM_valor">204004316.53</Field><Field fieldRefID="3" fieldID="SUM_glosa">27215893.62</Field><Field fieldRefID="5" fieldID="SUM_valor_pago">182530658.71</Field></Record><Aggregates/></Group></ChangeList>, strChangeListXml={3}
    [2010-03-25T14:05:25.616-03:00] [bam_server1] [ERROR] [] [oracle.bam.web.reportserver.activedata.ActiveDataViewSet] [tid: pool-7-thread-47] [userId: OracleSystemUser] [ecid: 0000IUMGZ7UFg415zvH7iW1Bessr0000ES,0] [APP: oracle-bam#11.1.1] ActiveDataViewSet.onMessage: Exception: strViewSetID=d7c8b4e882b43478-467191a127962219ff-7cba, oException.Message=null, oException.StackTrace=<ChangeList index="18"><Group id="0" level="0" count="2909" xnType="update"><Group id="5" level="1" fieldRefID="2" pos="5" count="203" value="12" fieldID="DAYOFMONTH__datapagamento" xnType="update"><Field fieldRefID="2">12</Field><TimeBoundaries start="1980-01-12T00:00:00.0000000-03:00" end="1980-01-12T23:59:59.9990000-03:00"/><Aggregates><Aggregate fieldRefID="3" fieldID="SUM(_valor)">19721010.00</Aggregate><Aggregate fieldRefID="5" fieldID="SUM(_glosa)">1367346.72</Aggregate><Aggregate fieldRefID="7" fieldID="SUM(_valor_pago)">18864547.07</Aggregate></Aggregates></Group><Group id="13" level="1" fieldRefID="2" pos="13" count="336" value="31" fieldID="DAYOFMONTH__datapagamento" xnType="update"><Field fieldRefID="2">31</Field><TimeBoundaries start="1980-01-31T00:00:00.0000000-03:00" end="1980-01-31T23:59:59.9990000-03:00"/><Aggregates><Aggregate fieldRefID="3" fieldID="SUM(_valor)">26882700.27</Aggregate><Aggregate fieldRefID="5" fieldID="SUM(_glosa)">5005791.42</Aggregate><Aggregate fieldRefID="7" fieldID="SUM(_valor_pago)">20986958.56</Aggregate></Aggregates></Group><Aggregates/></Group></ChangeList>, strChangeListXml={3}
    Any ideas?
    Jones Madruga

    On which version of BAM are you? Also, let me know if any one of the following is true:
    1. Was BAM involved in fail over?
    2. Was browser kept open for a very long time? If not long time, was the rate of active data, that was being sent to browser, high?
    Thanks,
    Vishal

  • Oracle BAM 10.1.3.3 .

    Hi,
    We have implemented the Oracle BAM 10.1.3.3. We can run continuous BAM service and report on web about 1-2 weeks. Then the BAM report on web service don't update new reports. After i check error messages in EventEngine.log. There are below messages:
    ========================================================================================================
    2010-06-13 15:47:59,163 [120600] ERROR - EventEngine Run Plan exception: An error occurred while processing the request on the server: System.Runtime.Remoting.RemotingException: Server is busy. Try request again later.
    2010-06-13 15:47:59,288 [120600] WARN - EventEngine Exception stack trace:
    Server stack trace:
    at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadToEndOfHeaders(BaseTransportHeaders headers)
    at System.Runtime.Remoting.Channels.Tcp.TcpClientSocketHandler.ReadHeaders()
    at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
    at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Oracle.BAM.Middleware.PlanMonitor.IPlanMonitorRequests.RunPlan(String strID, Boolean bWait, String strRequestor, String[] astrPropertyNames, Object[] aoPropertyValues)
    at Oracle.BAM.Middleware.PlanMonitor.PlanMonitorClient.RunPlan(String strID, Boolean bWait, String strRequestor, String[] astrPropertyNames, Object[] aoPropertyValues)
    at Oracle.BAM.EventEngine.Actions.RunPlanAction.RunPlanThread()
    ========================================================================================================
    The above messages still have in the Eventengine.log. the web service don't update new report. Normally, we run 11 plans to update in report web every one minutes.
    We have to fix the problem with stop/start BAM service or reboot server. Then the BAM report is normal and update report.
    OS: windows 2003.
    .NET: .NET Framework v1.1 with Service Pack 1
    Oracle DB: Oracle 10g
    How can we fix the above problem?
    Thanks
    Sombut J.

    Check System Requirements section in BAM Installation Guide (http://www.oracle.com/technology/products/integration/bam/10.1.3/documentation/baminstallg101310.pdf)

  • Oracle BAM sample questions

    I dont have much documentation about this tool, but I have some questions that I really need to adress for my project:
    1. There is a way to connect Oracle BAM to a database and execute SQL to join tables and something like that? My BAM will directly conect to Oracle for dashboards and its really important.
    2. How to link a report directly to browser without need of autentication? I need a sample URL for visualization and no need of session control because it will be used 24 hours opened in a monitor...
    Thanks a lot

    Hi experts
    I'm following a guide to the integration between ODI & BAM, on page 18 refers to the KMs to import.
    These KMs do not see available (either on the CD odi_companion).
    You could say that KM are using and where did you get?
    http://www.oracle.com/technetwork/middleware/bam/technote-bam-odi-installation-132338.pdf
    Use import type Duplication
    Choose these KMs:
    CKM Get Oracle BAM Metadata
    CKM Oracle
    IKM SQL to BAM (delete)
    IKM SQL to BAM (insert)
    IKM SQL to BAM (looksert natural)
    IKM SQL to BAM (looksert surrogate)
    IKM SQL to BAM (update)
    IKM SQL to BAM (upsert)
    IKM SQL Control Append
    LKM Get Source Metadata
    LKM Oracle BAM to SQL
    LKM SQL to Oracle
    RKM Oracle BAM
    Best regards.
    Igancio
    Edited by: ignacio.vega on Jun 29, 2011 8:21 AM

  • Oracle Bam Ant Scripts

    Hi Frds,
       I doing ant scripts for Oracle BAM Import and export. its working fine.. i have created build.xml ,build.Properties,and export file, import file and BAMICommandConfig.xml.
    But now i have to merge all the file in build.xml except build.properties, is it possible, can any one suggest pls.
    Thanks in advance,
    Ravi.

    When you create a database, you run $ORACLE_HOME/rdbms/admin/catalog.sql and $ORACLE_HOME/rdbms/admin/catproc.sql
    These scripts call the scripts that create the data dictionary tables, views, and packages. Some of the internal packages are encrypted, so good luck ...

  • Oracle BAM

    You do not have permission to perform the requested action.
    [ErrorSource="ActiveDataCache", ErrorID="ADCPermissionMissing"]
    [Oracle BAM Enterprise Link error code:  0x79 -- 0x1, 0x79 -- 0x1]
    Error while calculating the output schema for the step 'update receiveRD'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Error while calculating the output schema for the step 'Oracle BAM Insert'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "BPELOrderBookingPlan" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    Iam getting this error while running a simulator which will post the data to EMS. It fails to post the same data in to the Data Object. Pls guide me.
    Prakash Singh.

    Hi,
    Check this....http://www.oracle.com/technetwork/middleware/bam/technote-bam-integrationwithobiee-134095.pdf
    Assign points if helpful
    Regards,
    Srikanth

Maybe you are looking for