Configuration of the database for resuability adapter

Hi all

I have the scenario where I need to insert/update/select the tables in the database over to a BPEL process IE an array are accessed by several BPEL process.

For this

(1) one solution is to create maps in all BPEL processes and use them. But there duplicacy IE same adapter code in several places. And also in case of change in the structure of the table (which is expected), I have to change cards in all BPEL processes.


(2) the alternative is to create maps and BSE and deploy them in the service of the BSE, and call them from BPEL, simply giving url wsdl in partner link.

It works fine but the problem is that it doesn't throw fault fail one-way operations (insert, update) database. My BPEL process continues even if the operations fail.

However it get blame when something goes wrong in an operation (Select Select) two-way. For ex. If I specify a column name that does not exist in the database table, he throws the fault and I'm able to catch in Tote in BPEL.

In the case of 1) above where I configured cards wihin process DB, I get the fault in BPEL and if I can catch and treat them accordingly.

I need to receive without cards configured in BSE during the insertion or update fails. Is there a way to do this? Or is there another way I can configure database in one place cards and use in multiple places?

I use Oracle SOA version 10.1.3.4 MLR #6 and jdev 10.1.3.4.


-Sam

Your second option is the best. Have you thought to implement procedures to make the inserts etc. That way if they don't will answer you a fault.

see you soon
James

Tags: Fusion Middleware

Similar Questions

  • Configuration of the database for the deployment of Hyperion Planning 9.3.1

    Hello

    I'm deployment Hyperion Planning 9.3.1. I read in many places that I need to configure a separate database for each component rather than use a single. Nobody knows the ideal of data distribution if I install the following components:

    -Hyperion Shared Services
    -Essbase Server
    -Essbase Administration services
    -Essbase service provider
    -Oracle Hyperion Enterprise Performance Management architect
    -Planning
    -Hyperion reports & analysis

    Can I configure EPMA and planning on separate databases as well? As for the configuration of data source?

    Any help would be appreciated.

    Thanks in advance

    Shehzad

    Hello

    Best practices during the installation would be to create the DB sql distinct for each of your products as follows (you don't have to follow the naming conventions)

    -SSP Hyperion 9 (hypHSS)
    -Essbase Server (without SQL repository Req'd)
    -Essbase Services Administration (hypEAS)
    -Essbase provider Services (without SQL repository Req'd)
    -Oracle Hyperion Enterprise Performance Management architect (hypEPMA)
    -Planning (hypPlanSys)
    -Hyperion Reporting & analysis (hyper)

    Remember, if you are creating applications to planning you will also need to create a db SQL distinct for the application, as well as planning SQL db.

    DataSource configurations can then raise the relevant DB.

    Hope this helps

    J

  • Configuration of the database for the services of the Foundation

    Hi Master,

    Someone could please let me know... How to find the schema on which the Foundation services is configured in an environment? is there any config file where you can see this?

    Thank you

    Siva

    Siva,

    If it's v11.1.2.1 ou.2 then you can watch reg.properties in:

    : \Oracle\Middleware\user_projects\\config\foundation\11.1.2.0

    Later versions will be here:

    : \Oracle\Middleware\user_projects\config\foundation\11.1.2.0

    The reg.properties file will have the string of JDBC connection in it.  Who will let you know the server and the scheme used.

    Kind regards
    Frank

  • How to check if the database for DRDA gateway is installed and configured.

    Hi all

    How can we check if the database for DRDA gateway is installed and configured.

    Our operating system is AIX 5 L 64 bit OS.
    RDBMS: 11.2.0.3

    Kind regards

    Duplicated
    How to check if the database for DRDA gateway is installed and configured.

    + - locked thread-+.

    Nicolas.

  • What is the right configuration of the port for my Photosmart C6180 using 32-bit Windows 8?

    Hi all

    I have a HP Photosmart C6180. I recently changed to Windows 8 32-bit. I downloaded the HP Windows 8 drivers, but I still have problems with the printer. In Control Panel, the printer status says "error".  I think that it could possibly be a problem with the printer port settings. So, my question is, what is the right configuration of the port for my Photosmart C6180 using 32-bit Windows 8?

    I would greatly appreciate any help you can give me. Thanks, JoeRocket

    Hello JoeRocket,

    Welcome to the HP Forums!

    I understand that your Photosmart C6180 enjoys a status of "error". I will do my best to help you! I would start by following this entire document on "Printer is off-line" Message appears on the computer and the printer does not print.

    This document provides steps to check the printer driver and port of your computer. Please post your results, I'll be looking forward to hear from you.

    Have a good night!

  • A web application from merger can also run on Smartphones? So what of the database for mobile?

    Mr President.

    A web application from merger can also run on Smartphones? So what of the database for mobile?

    Concerning

    Any web application can run on smart phone because you access this browser so no need of database or application server on your mobile phone

    It's the same access to a Web site on mobile

    If you are talking about the mobile app

    check - http://www.oracle.com/technetwork/developer-tools/adf-mobile/overview/adfmobile-1917693.html

    Ashish

  • How to check the growth of the database for a database on ASM?

    Hello

    I have been using the following script to check the growth of the database (for DBs on file system):
    SELECT b.tsname tablespace_name ,
      MAX(b.used_size_mb) cur_used_size_mb ,
      ROUND(AVG(inc_used_size_mb),2)avg_increas_mb
    FROM
      (SELECT a.days,
        a.tsname ,
        used_size_mb ,
        used_size_mb - LAG (used_size_mb,1) OVER ( PARTITION BY a.tsname ORDER BY a.tsname,a.days) inc_used_size_mb
      FROM
        (SELECT TO_CHAR(sp.begin_interval_time,'MM-DD-YYYY') days ,
          ts.tsname ,
          MAX(ROUND((tsu.tablespace_usedsize* dt.block_size )/(1024*1024),2)) used_size_mb
        FROM dba_hist_tbspc_space_usage tsu ,
          dba_hist_tablespace_stat ts ,
          dba_hist_snapshot sp,
          dba_tablespaces dt
        WHERE tsu.tablespace_id    = ts.ts#
        AND tsu.snap_id            = sp.snap_id
        AND ts.tsname              = dt.tablespace_name
        AND sp.begin_interval_time > sysdate-7
        GROUP BY TO_CHAR(sp.begin_interval_time,'MM-DD-YYYY'),
          ts.tsname
        ORDER BY ts.tsname,
          days
        ) a
      ) b
    GROUP BY b.tsname
    ORDER BY b.tsname;
    And I think that he always gave me good results until I ran this script on a database (10.2.0.5) on ASM.

    Is it because the databases on the ASM are maintaied differently, OR do most proabbly there was no activity on this database in the last 7 days? I even ran this query for last 90/180 / day and it is me again after results:
    TABLESPACE_NAME                CUR_USED_SIZE_MB AVG_INCREAS_MB
    ------------------------------ ---------------- --------------
    SYSAUX                                   574.38            .36
    SYSTEM                                   514.69              0
    DATA                                    1593.25              0
    IDX                                         .06              0
    UNDOTBS1                                  69.06          -3.84
    USERS                                     96.13              0
    Thanks in advance!

    I have no reason to believe tablespaces under ASM are maintained differently, so the most likely explanation is the change in the activity of the DB.

    What is your AWR retention? The default value is 7 days, so if yours is set to the default value, and then by running the query for 90/180 days you would not give more information.

    If you want to get the output of your scripts, you may need to adjust the AWR retention and your tablespace SYSAUX respectively.

    If the DB is managed by Oracle Enterprise Manager (OEM), you can make tablespace forecast based on the measurements taken by the OEM. I did a presentation on this (NYOUG, VirtaThon) just now:
    http://iiotzov.files.WordPress.com/2011/08/iotzov_oem_repository.PDF
    http://iiotzov.files.WordPress.com/2012/05/OEM-repository-a-second-look.doc

    Lordane Iotzov

  • How to connect to the database for all reports EN

    Hello

    I've developed 100 reports in the client of the production, test purpose that I moved
    test client. How can I connect to the database for all reports at once?

    Concerning
    Thaer

    Hi Thaer,

    You can connect to the connection of database for all reports through the workspace of HFM.

    Connect to the HFM area--> click--> Explorer, and click Tools--> click Manager of database and respective connections of Production Instance to the Instance of Test required information and that you will be able to connect to the Test database for all reports both change.

    Kind regards
    Srikanth

  • How to get the configuration of the feature for UIMap value?

    Hi all
    Right now, I do a function that needs to get the value of configuration of the feature for the UIMap, anyone have the solution for this or is it just imppssible?

    You can get the values of business Invoking 'Base' = "C1-GetFeatureConfiguration" and then call the user interface mapping, where the BS is included.

  • Configuration of the database adapter - how to manage between environments

    Hello

    I am new to Oracle SOA. I'm developing a new service that uses a database adapter for writing query data in the database.

    Currently I develop in a development environment and database adapter works as expected.

    My question is should I continue to change the server connection details in the db adapter before joining the service in the new environment (say dev to UAT then UAT Prod)?

    Thank you

    Priya.

    Hi Priya,

    You can cretae and use the configuration level:

    http://docs.Oracle.com/CD/E23943_01/dev.1111/e10224/sca_lifecycle.htm#BABDDDBE

    Arik

  • Configuration of the laptop for R12 with node 2 11g RAC database

    Hi all

    I plan to buy a new computer dell laptop XPS to install Oracle Apps R12 with node 2 11g RAC DB by creating virtual machines.

    Configuration:
    generation of Intel processor i5-2410 2 (2.3 GHz, core 2, 3 MB cache)
    8 GB RAM DDR3
    750 GB HARD drive
    this configuration will be sufficient for the highest installation? RAM? Processor?

    I've read a few threads over on this forum where people have recommended for installation of single application (11i or R12), this kind of configuration can be enough.

    Please answer.

    Thanks in advance.

    Brij

    I plan to buy a new computer dell laptop XPS to install Oracle Apps R12 with node 2 11g RAC DB by creating virtual machines.

    Configuration:

    generation of Intel processor i5-2410 2 (2.3 GHz, core 2, 3 MB cache)
    8 GB RAM DDR3
    HARD DRIVE 750 GB

    This configuration will be sufficient for the highest installation? RAM? Processor?

    You need at least 4 GB for installation on a single node R12. So, if you plan to have 3 VMs (1 application node) and 2 RAC nodes or 4 virtual machines (2 application and 2 RAC nodes), then I suggest that you add more memory. However, your RAM should work, but don't expect (if you go with 3 VMs) but do not expect the performance to be perfect.

    Thank you
    Hussein

  • Restrict access to the database for the upgrade of the application

    Hi all

    We're performing an upgrade of the application that requires us to perform a lot of scripts on our server Oracle EE 11.2.0.4.

    This specific database has around a website based end and a front end based client, but it is also accessible on the network through TNS SQLPLUS/Toad, ODBC, JDBC etc.

    For obvious reasons, the upgrade, I want to make sure that no one else that the DBA can access the database. Usually change us the listening port of 1521 to let say 1544. This prevents all access.

    But now we run in a physical Data Guard with two Standby configuration so I don't really want to play with the listener ports. The upgrade must propagate changes from primary to Standby. I could interrupt them temporarily, but I would like to avoid that if possible.

    Another way I thought would work was to stop the database and open it in restricted mode. But before that, I would need to grant the privilege of the Session to RESTRICT all users upgrade scripts using (around 5 users).

    This approach using the restricted mode seems reasonable?

    Other opinions would be much appreciated.

    Thank you

    This is exactly what restricted session is for. You can do online and then kill a session is currently connected. No need to stop:

    orclz > alter system enable restricted session;

    Modified system.

    orclz > change system disable restricted session;

    Modified system.

    orclz >

  • Tables of the database for users of Shared Services

    Hi all

    I'm discovering in the database tables, know when a user has been added as a group in Shared Services. This is for purposes of SOX. Can you let me know which database table, we need to check that we can get a timestamp date for added user?

    We use HFM 11.1.2.2 and Microsoft SQL server

    Thank you

    Steffi.

    Hey Steffi,

    I don't know any tables db HSS that contain this timestamp.  The CSS_GROUP_MEMBERS table lists groups/members, but no other information.  There are the timestamps for the CSS_USERS and CSS_GROUPS tables, but they show only when Aboriginal users/groups have been created and updated.

    The best way to record this information for your next audit would be to enable auditing of Shared Services.  To do this:

    • HSS > Administration > configure audit
    • Enable audit value
    • Select the items that you want to audit (Directory Management has elements such as 'Assign the user as a member of the group' and 'Remove user as a member of the group'
    • Restart the Services

    Thank you

    Erich

  • Failover of the database for applications using JDBC connections

    Hello

    We have DataGuard instances for our Production databases and are configuring failover falls down the primary databases. We are able to set up TNS/LDAP for applications that use this method of connection, however we have a number of applications third-party who connect using JDBC and are not configurable in any other method. Is there something we can do about it or we manually configure these applications if a failover is required?

    Thank you

    Adam

    AdamJ.Sawyer wrote:

    Hello

    We have DataGuard instances for our Production databases and are configuring failover falls down the primary databases. We are able to set up TNS/LDAP for applications that use this method of connection, however we have a number of applications third-party who connect using JDBC and are not configurable in any other method. Is there something we can do about it or we manually configure these applications if a failover is required?

    Thank you

    Adam

    JDBC:Oracle:thin:[user/password]@//[host][:port]/service

    consider that 'HOSTING' can be rather a virtual IP (VIP); which can be configured at the level of the BONE

  • Configuration of the database has no error

    Running a Dell x86_64 machine using CentOS 6.4

    Installation using the command: rpm - ivh oracle-xe - 11.2.0 - 1.0.x86_64.rpm

    Oracle XE install without any error.

    However: When to get us over the database configuration database Configuration does not error

    Newspapers all show them similar mistakes, here is an excerpt:

    Create controlfile reuse set database "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    BEGIN dbms_backup_restore.zerodbid (0); END;

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux-x86_64 error: 2: no such file or directory

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00130: invalid listener address ' (ADDRESS = (PROTOCOL = TCP)(HOST=1q6xlf1.bcohome.bco.com) (PORT = 1521))'

    Create controlfile reuse set database "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    alter system enable restricted session

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Process ID: 0

    Session IDs: serial number 0: 0

    ALTER database resetlogs open "XE".

    *

    ERROR on line 1:

    ORA-01034: ORACLE not available

    Hello

    I've seen this error if there has not been mapping with loopback 127.0.0.1 ip and hostname in/etc/hosts

    Try to add in/etc/hosts

    127.0.0.1 
    

    Kind regards

    Jari

Maybe you are looking for

  • Get the serial numbers for the HP monitor?

    Hello I need to get the serial number & s 100 HP monitor model numbers to estimate the warranty end dates. Of course, also for our future inventory internal I think that's not possibe with HPDM as a device of Numebers series TC traction.  Is it possi

  • want to 4500 all-in-one series

    I bought an envy4500 all in one series and after all tests and installation correctly, I had only one problem: when I print from excel files including 'grid' the printer will print all the lines in files. Sometimes jump the line grids, then print two

  • Question about the new disk on the Satellite A100 (PSAA9)

    Hello! To extend time to work on the battery to make hard disk access faster and to extend the disk space, I upgrade my hard drive.I found this beautiful disc: Link:[http://www.seagate.com/ww/v/index.jsp?locale=en-US&name=Momentus_7200.2_SATA_3.0Gb/s

  • Need drivers for Windows XP edition family 64-bit for Satellite Pro A100

    Hello Where can I find drivers for Windows XP 64 - bit drivers for my laptop Toshiba Satellite Pro A100 (PSAACE) series? I was looking on[this site | http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?service=EU], but there i

  • Base HP EliteBook 8760w model: computer suddenly starts running slow

    I was playing a game when the FPS started becomes weak, and it is gradually degraded over time. I suddenly realized that my power cord was not connected to the computer, and he was running low on battery so I charged it. After loading, nothing has ch