Monday, February 24, 2014

Oracle Application Adapter error on activating in Weblogic Console resolved

Last couple of days i was facing the following issue when i try to update Apps Adapter in Oracle Weblogic consoleAn error occurred during activation of changes, please see the log for details.[1] The ra.xml <connection-interface> class 'oracle.tip.adapter.apps.IAppsConnection' was not found in the resource adapter archive/application. [2] The ra.xml <connection-impl-class> class 'oracle.tip.adapter.apps.AppsConnection' was not found in the resource adapter archive/application. [3] The ra.xml <managedconnectionfactory-class>...

Tuesday, February 11, 2014

Forcefully close application in Linux command, Kill process in Linux

In this post i will show you how to forcefully close any application in Linux. I was using JDeveloper and unfortunately it got hang I tried to close it but i was unable to do it. I was looking some functionality like task manager in windows and found some commands to do this task.  Following are some steps to do it. 1) Type "top" command in terminal and hit enter, you will see the running processes  2) Find the PID of that application  3) Then use "sudo killall [PID of that application]"  and hit enter. Now your application...

Monday, February 10, 2014

Oracle SOA Suite installation required software & tools

To install Oracle SOA server, we need to have and installed following software. Download these software from OTN and then install for Oracle SOA suite environment. 1) Oracle Database 11g or SQL server 2) Repository Creation Utility (to create schema's ) 3) WebLogic Server 11g 4) SOA Suite 11g 5) JDeveloper 11g      JDeveloper extensions for SOA and BPM You can also install oracle Service bus as per requirement...