Tags
he installation will be done on Ubuntu Linux 64bit version: 16:04, the minimum hardware and software for Oracle SOA Suite 12c installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm
The facility is divided into parts as follows, see the link each to see the other Parties:
- Part 1: Oracle Database XE 11g
- Part 2: Java SE Development Kit 8 – JDK
- Part 3: SOA Suite 12.2.1.2.0
- Part 4: Repository Creation Utility (RCU)
- Part 5: SOA Developer Domain
- Part 6: Configuring Domain
- Part 7: Oracle JDeveloper 12.2.1.2.0
Before we begin our Dominio installation run the following command to make sure that your hosts file is correct, because in some Linux distributions the local IP is changed to 127.0.1.0 and 127.0.0.1 is correct
sudo gedit /etc/hosts
See if it is as follows:
Note: Note that on behalf machines will appear the name of your machine that you put to install Linux
Above the IP case is 127.0.1.0 change to 127.0.0.1 , save the file and close.
Run the following command to give permission to the /tmp as the permissions it are changed automatically after we installed the RCU
sudo chmod 777 -R /tmp
Now, see for example where is my setup:
In my case it is: /app/oracle/homeOracle12c/oracle_common/common/bin
Inside the bin folder run the file below using the following command:
./config.sh
This opens the screen below, leave checked the Criar um novo Dominio and then in Localização do Dominio on the way will be the name base_domain, here you must define the name of your Domain, in my case I put domainBpel12c
Below select the following:
- Oracle SOA Suite for developers – 12.2.1.2.0 [soa]
- Oracle Service Bus – 12.2.1.2.0 [osb]
Note: It is interesting to check the option to Oracle Service Bus as we have to leave the domain of OSB created also, the other options will be marked automatically.
Then click Proximo
Again click Proximo
In the screenshot below specify a password *Senha and confirm your password *Confirmar senha, then click in Proximo
Now, leave the options as marked below and click Proximo
Now place the following values:
- DBMS/Service: xe
- Host Name: localhost
- Port: 1521
In Senha do Esquema enter the password you set when you do the installation of the RCU
Then click Obter Configuração do RCU, being with all OK as below click Proximo
Note: in Proprietário do Esquema are DEV_STB, case in the RCU you have entered a different prefix DEV, you must change to the same name you defined.
On the screen below you do not need to change anything, so just click Proximo
On the next screen, it will make a test connection to your database XE and if everything is OK will be as below, and click Próximo
On the screen below click again Proximo
On the screen below, select the option Servidor de Administração where we change the port and click Proximo
Now, in Porta do Listener: change the value 7001 to 20001 (Here I am just trying to show where we changed the door, but if you want to leave the value 7001, no problema) and click in Proximo
Now click in Criar
Below appearing all right click Proximo
Appearing the screen below your Domain has been successfully created, then click Finalizar
Hugs and see you soon
/:-D