UansCarvalho

~ Blog for Oracle SOA Developers

UansCarvalho

Tag Archives: Console

Creating a Domain Value Maps (DVM) in BPEL – Published on OTN

22 Friday May 2015

Posted by Uans in OTN

≈ Leave a comment

Tags

11G, BPEL, Console, Developer, DVM, EM, JDeveloper, Oracle, SOA, Soa-Suite

Another post published on OTN and this is related to Creating a Domain Value Maps (DVM) in BPEL

To see the post directly from Oracle‘s Web site found at:

http://www.oracle.com/technetwork/pt/articles/soa/criando-domain-value-maps-bpel-2544457-ptb.html

Continue reading →

Inserting data using the Database Adapter (BPEL DbAdapter) Oracle SOA Suite 11g

07 Tuesday Apr 2015

Posted by Uans in BPEL

≈ 2 Comments

Tags

11G, BPEL, Console, Database Adapter, DBAdapter, Deploy, Deployment, Developer, INSERT, JDeveloper, Oracle, SOA, Soa-Suite

In a previous post I showed how to perform a Select in the database using the DbAdapter component of BPEL, now hold a very similar process but performing an Insert In this example we will receive three parameters of our service for inserting the necessary information to register a new department in our table departments.

Continue reading →

Creating a Business Rule in BPEL

21 Saturday Feb 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

BPEL, Business, Business Rules, Composer, Console, EM, JDeveloper, Regra, Rule

“A Business Rule is a rule that defines or constrains some aspect of the business. His statement is determined as true or false. Business Rules seek to determine the business structure or to control or influence business behavior. “

“http://en.wikipedia.org/wiki/Business_rule”

Here we create a simple Business Rule that will define as our input parameter if it is a person PHYSICAL(FISICA) type or type LEGAL(JURIDICA)

Continue reading →

Installing Oracle 11g SOA Suite – Part 5: SOA Suite

06 Friday Feb 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, Console, DataBase, Deploy, EM, JDeveloper, Linux, Oracle, SOA, Soa-Suite, Suite

In this post we will install the SOA Suite version 11.1.1.7.0

SOA Suite is the real JEE application that contains the SOA engines
will be deployed on WebLogic.

The installation is being done on Ubuntu Linux 64bit version: 14.04, the minimum hardware and software for Oracle 11g SOA Suite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm 

Continue reading →

Installing Oracle 11g SOASuite – Part 3: Oracle WebLogic Server

25 Sunday Jan 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, AdminServer, Console, Database Adapter, Deploy, Deployment, deployments, Domain, EM

In this post we will install Oracle WebLogic Server version 10.3.6.

The WebLogic Server installation provides the JEE environment (as well as the JMS provider) required to run the SOA Suite (a JEE application).

The installation is being done on Ubuntu Linux 64bit version: 4.14, the minimum hardware and software for Oracle 11g SOASuite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm 

Continue reading →

Installing Oracle 11g SOASuite – Part 1: Oracle Database 11g XE

14 Wednesday Jan 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, Composer, Console, DataBase, Deploy, Domain, EM, JDeveloper, Linux, MEMORY TARGET, MEMORY_TARGET not supported on this system, ORA-00845, Oracle, SOA, Soa-Suite, SUDO, Ubuntu, XE, XE

To test scenarios is essential to establish a local environment in order to deepen our learning and knowledge, thinking about it in this post I will show step by step how is the Oracle Soa Suite 11g installation.

The SOA Suite requires a database for persistence. The Express Edition 11g was chosen for development environment in question.

Continue reading →

Adding a new database to DbAdapter the Console (Web) SOA Suite 11g

04 Sunday Jan 2015

Posted by Uans in Administration SOA Suite

≈ Leave a comment

Tags

11G, AdminServer, BPEL, Console, DataBase, Database Adapter, DBAdapter, Domain, SOA, Soa-Suite

When we installed the SOA Suite 11g Package in our machine by default you have set up a database to access the database, but if you need to add a different basis, for another database, how should we proceed? Below I explain in detail how to do it 🙂 Continue reading →

Creating a Domain Value Maps (DVM) in BPEL

22 Monday Dec 2014

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, BPEL, Console, Developer, DVM, EM, JDeveloper, Oracle, SOA, Soa-Suite

Domain Value Maps (DVM)

Basically the use of DVM serves to control values: Where can map values using keys, DVM is an option to use the properties files from Java or XMLCache the WLI (Weblogic Integration)

Continue reading →

Making a BPEL process for Synchronous Asynchronous

20 Saturday Dec 2014

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, Asynchronous, BPEL, Console, Developer, Domain, EM, Hello, JDeveloper, Oracle, SOA, Synchronous

A BPEL process can be synchronous or asynchronous, only understanding we will basically define what is a BPEL Process Synchronous and Asynchronous BPEL Process: A Synchronous BPEL Process blocks the client (the one that is using the process) until the process finishes and returns a result to the client.

Continue reading →

Uanderson Carvalho

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

Blog Recognized by

Search

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API

Categories

  • Administration SOA Suite (7)
  • BPEL (28)
  • Events (3)
  • Installing SOA Suite 11g (10)
  • Installing SOA Suite 12c (6)
  • Java (2)
  • Linux (2)
  • OSB (15)
  • OTN (11)
  • ProfessionalsOracle (1)
  • TiSpecialists (1)

Tags

11G AdminServer ALSB Aqualogic BPEL bus bus Business Composer Concatenação Console DataBase Database Adapter DBAdapter Deploy Deployment Developer Domain DVM EM Fila FileAdapter Java Java Message Service JDeveloper JMS Linux loop MDS Mensagem Oracle OSB Proxy Script Server Service Bus SOA Soa-Suite SUDO Ubuntu WebLogic WSDL XE XE XML
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Sep    

New Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain
  • Installing Oracle SOA Suite 12c – Part 5: SOA Developer Domain
  • Installing Oracle SOA Suite 12c – Part 4: Repository Creation Utility (RCU)
  • Installing Oracle SOA Suite 12c – Part 3: SOA Suite 12.2.1.2.0
  • Installing Oracle SOA Suite 12c – Part 2: Java SE Development Kit 8 – JDK
  • Installing Oracle SOA Suite 12c – Part 1: Oracle Database 11g XE

Todos os Posts

  • December 2020 (1)
  • March 2020 (1)
  • February 2019 (1)
  • November 2016 (2)
  • October 2016 (5)
  • September 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (2)
  • December 2015 (1)
  • November 2015 (1)
  • September 2015 (2)
  • August 2015 (2)
  • July 2015 (4)
  • June 2015 (6)
  • May 2015 (5)
  • April 2015 (7)
  • March 2015 (8)
  • February 2015 (7)
  • January 2015 (7)
  • December 2014 (6)

Links

  • OTN – Oracle Technology Network
  • Oracle Blogs
  • Oracle Technical Articles
  • Oracle Docs
  • Oracle Downloads
  • Oracle Performance Tunning
  • Soa Community
  • TI Especialistas
  • VrsBrazil
  • Leo’s blog
  • Blog Waslley Souza
  • Victor Jabur’s Blog
  • Blog do DBA/Instrutor Fábio Prado
  • Cicero Ednilson Blog

" Não seja melhor do que as outras pessoas, seja melhor para as outras pessoas !!! "

Uanderson Carvalho

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

Blog Recognized by

Categories

  • Administration SOA Suite (7)
  • BPEL (28)
  • Events (3)
  • Installing SOA Suite 11g (10)
  • Installing SOA Suite 12c (6)
  • Java (2)
  • Linux (2)
  • OSB (15)
  • OTN (11)
  • ProfessionalsOracle (1)
  • TiSpecialists (1)

Tags

11G AdminServer ALSB Aqualogic BPEL bus bus Business Composer Concatenação Console DataBase Database Adapter DBAdapter Deploy Deployment Developer Domain DVM EM Fila FileAdapter Java Java Message Service JDeveloper JMS Linux loop MDS Mensagem Oracle OSB Proxy Script Server Service Bus SOA Soa-Suite SUDO Ubuntu WebLogic WSDL XE XE XML
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Sep    

New Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain
  • Installing Oracle SOA Suite 12c – Part 5: SOA Developer Domain
  • Installing Oracle SOA Suite 12c – Part 4: Repository Creation Utility (RCU)
  • Installing Oracle SOA Suite 12c – Part 3: SOA Suite 12.2.1.2.0
  • Installing Oracle SOA Suite 12c – Part 2: Java SE Development Kit 8 – JDK
  • Installing Oracle SOA Suite 12c – Part 1: Oracle Database 11g XE

Todos os Posts

  • December 2020 (1)
  • March 2020 (1)
  • February 2019 (1)
  • November 2016 (2)
  • October 2016 (5)
  • September 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (2)
  • December 2015 (1)
  • November 2015 (1)
  • September 2015 (2)
  • August 2015 (2)
  • July 2015 (4)
  • June 2015 (6)
  • May 2015 (5)
  • April 2015 (7)
  • March 2015 (8)
  • February 2015 (7)
  • January 2015 (7)
  • December 2014 (6)

Links

  • OTN – Oracle Technology Network
  • Oracle Blogs
  • Oracle Technical Articles
  • Oracle Docs
  • Oracle Downloads
  • Oracle Performance Tunning
  • Soa Community
  • TI Especialistas
  • VrsBrazil
  • Leo’s blog
  • Blog Waslley Souza
  • Victor Jabur’s Blog
  • Blog do DBA/Instrutor Fábio Prado
  • Cicero Ednilson Blog

" Não seja melhor do que as outras pessoas, seja melhor para as outras pessoas !!! "

Search

Recent Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

As opiniões expressas neste blog são de minha autoria e não refletem as opiniões da empresa que trabalho ou trabalhei. As informações contidas neste blog são escritas com base em experiências pessoais. Você é livre para usar a informação deste blog, mas eu não sou responsável, não me responsabilizo e não vou compensá-lo se acontecer alguma inconveniência ao fazer uso desta informação .