How to increase heap size of the integrated server in JDeveloper 12c
Sometimes there may be a need to increase the heap size of the integrated weblogic server within JDeveloper. Obviously one can modify the setDomainEnv file in the domain’s bin directory. […]
Increasing the Java Heap size for a Admin Server & managed server in Weblogic
For better performance, we may need to increase the heap size for each Managed Server in our environment. As per performance tuning guidelines it is good practice to start Admin […]
- Ankur Jain
- 4
- 2179
- February 25, 2017
Prototype Design Pattern
In the prototype pattern, a new object is created by cloning an existing object. The prototype pattern can be a useful way of creating copies of objects. One example of […]
Factory Method Pattern
A Factory Pattern or Factory Method Pattern says that just define an interface or abstract class for creating an object but let the subclasses decide which class to instantiate. In […]
Singleton design pattern in java
Singleton Pattern says that just”define a class that has only one instance and provides a global point of access to it“. In other words, a class must ensure that only […]
Design Patterns in java
Design Patterns are very popular among software developers. A design pattern is a well described solution to a common software problem. Sensible use of design patterns results in increased code […]
OSB 12c step by step installation
In the series of blogs, we are gonna to look step by step instructions on how to setup OSB 12c on the linux/unix machine There are some prerequisites that you […]
OSB Domain Creation
This blog provides instructions of how to configure a OSB domain by using the configuration wizard. 1) To begin the domain configuration, navigate to the ORACLE_HOME/oracle_common/common/bin directory and start the WebLogic […]
OSB Schema Creation Using Repository Creation Utility (RCU)
This blog describes how to create schemas that is mandatory to run Oracle Service Bus successfully. We can use Repository Creation Utility (RCU) to create the necessary schemas. The RCU or […]
Oracle Server Bus installation
This blog provides instructions for installing and running the Oracle installer for Oracle Service Bus 12.1.3. Oracle Service Bus 12.1.3 supports Oracle JDK 1.7.0_55+ version. Oracle JDK can be downloaded […]
Oracle Weblogic Server installation
This blog provides instructions for installing and running the Oracle installer for Oracle WebLogic 12.1.3. Oracle WebLogic 12.1.3 supports Oracle JDK 1.7.0_55+ version. Oracle JDK can be downloaded from the […]
Configure database parameter that is mandatory to configure OSB
There are some parameter that need to set before you configure your oracle service bus domain. If you will not set these parameter you may get some issues during Oracle […]