Friday 29 August 2014

SOA12C - RCU Step by step installation

Hi guys,
In this post we will see how to install RCU 12c above Oracle 12c database.
RCU comes with Oracle SOA 12c installer, so you need not to download it separately.  You can find rcu file at below location.

Oracle_Home\oracle_common\bin\rcu.bat

Step 1: To run the rcu go to the above path from command prompt as Administrator


Before running the rcu file set path for JAVA_HOME under environment variables.
Go to MyComputer -> properties -> Advanced System Settings -> Environment Variables

Note: If you are not setting the java_home path, you will get an error like "oracle_home folder path\jdk\bin\javaw" is not a valid path.

Step 2: This will launch the RCU wizard. Choose "System Load and Product Load".
Step 3: Provide oracle database details and click on next.
Under Service Name you want to provide Service name of pluggable database.

Step 4: It check prerequisites. If all the three operations completed successfully, you are ready to create database schemas for SOA12c.
Step 5: Specify schema prefix and choose the components which you need.
Step 6: it will check prerequisites.
Step 7: choose same password for all the schemas.
Step 8: Once completed, Click on next.


Step 9: click on create to create required schemas.

Once the scheme get created successfully you will get the status "Success" for all Created schemas.

That's all Folks..


Tuesday 12 August 2014

How to Create a Like and Share Button on Facebook

Hi guys,
Now a days we can able to see like and share button in all Websites. We can create a Facebook Like and Share button for our Facebook page or your own Websites.
Lets see how to create like and share button and how to integrate with JavaScript.

Step 1:
Log in to Facebook as a developer using https://developers.facebook.com.

Step 2:
Once you logged in go to https://developers.facebook.com/docs/plugins/like-button/



Provide the URL of your Facebook Page or your Website which you want to create Like and Share Button.
If you don't want the Share button just unchecked the Include Share Button option.
Once you done this Click on "Get Code" Button.

Step 3:

  • Once you click on get code button you will get a window like above.
  • Select the app from your facebook developer for initializing JS SDK.
  • Copy the code and put it in your Webpage. You are now done with creating like and share button.
  • If you already initialize the JS SDK in your code then you need only the html plugin code for like and share button. No need of JavaScript SDK shown in the screen shot.


That's All FOLKS....