Latest YouTube Videos
Learn how to install Oracle Database 23ai Free on Windows. This is a great way to explore the features of Oracle 23ai Database.
——————
SQL Harmony allows you to connect to your fusion instance and execute SQL Queries. Check out the igh level features of the tool.
——————
Data Pipeline enables you to orchestrate end to end processes in EPM. Learn how to invoke a Pipeline from Groovy.
——————
Dependent List of Values helps you to control the BI Publisher Report parameters based on value of another parameter while exeucuting the reports.
——————
Learn how to attach a list of values to a BI Publisher report parameter. This helps the user to select from a pre-defined list rather than type the value in.
——————
Data Pipeline enables you to perform cross pod file operations easily. There are in-built job types available to move, copy, unzip, rename and delete files.
——————
Latest Blogs
Check out the latest blogs on Oracle ERP, EPM and other related topics.
-
Maven Tutorials – Maven Build Lifecycle
Previous – Chapter 4 Maven Tutorial – Chapter 5 What is Maven build lifecycle? The sequence of steps which is defined in order to execute the tasks and goals of any maven project is known as Maven build lifecycle. Maven 2.0 version is basically a build life cycle oriented and…
-
Maven Tutorials – Maven Repository
Previous – Chapter 3 Maven Tutorial – Chapter 4 What is Maven Repository? For maven to download the required artifacts of the build and dependencies (jar files) and other plugins which are configured as part of any project, there should be a common place where all such artifacts are placed.…
-
Maven Tutorials – POM in Maven
Previous – Chapter 2 Maven Tutorial – Chapter 3 What is POM? The easiest way to describe a POM in a maven project is, it is nothing but the core element of any maven project. Basically any maven project consists of one configurable file called pom.xml, which stands for the…
-
Tips on JUnit
JUnit JUnit in java is nothing but a programming technique or testing framework to perform the unit test for the code written in a new class or a new method added to an existing class in java. JUnit plays a vital role in the test driven development process of an…
-
Maven Tutorial – Setting up the Maven Environment
Previous – Chapter 1 Maven Tutorial – Chapter 2 Maven is one of the handy tool which can be set up quickly and can be made it ready for any java projects within a max of 10 minutes. Also, the maven downloadable package is also very light weight. Follow the…
-
Maven Tutorial – Introduction to Maven
Maven Tutorial Chapter1 Next – Chapter 2 Introduction to Maven Maven is a simple build automation tool which is basically used with java projects. Maven is also defined as a comprehensive project management tool. It aims to provide the developers a complete and detailed build life cycle framework of an application. Maven…
-
Coding Best Practices and Solutions
This article explains the best practices that can be incorporated in any programming language which would yield to a better maintainable and reusable code. Introduction Coding or programming is the key activity and an engineering methodology through which the system visualized by the end user in terms of requirements is…
-
SOAP web service using Apache CXF and Spring
In this article I will explain how to expose SOAP web service using Apache CXF and Spring framework. If you are using maven, add this to your maven pom file to download the required dependencies. Let’s start with implementing the service layer. Here I am going to use develop a product…
-
Oracle Enterprise Repository
This is a quick post about Oracle Enterprise Repository (OER) and its usage. Oracle Enterprise Repository (OER) is one of the most useful resources for Oracle Cloud implementation / development / customization projects. Click on the link to navigate to OER. It is a one stop shop for all of the artifacts…
-
Data Integration in Oracle Cloud ERP
Data integration is one of the most important aspects of modern day systems. If you are planning to use Cloud Based services it is extremely important to synchronize data between the external systems and existing systems with your Cloud Based Service. External systems include your on-premise systems as well. Lets take…