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 Deployment Automation
Previous – Chapter 14 Maven Tutorial – Chapter 15 Maven Deployment Automation In the previous chapter, we learnt about creating a simple web project by using the maven archetype and also understood how maven organizes the project structure based on the selected archetype. In order to test the web application…
-
Maven Tutorials – Maven Web Application
Previous – Chapter 13 Maven Tutorial – Chapter 14 In the previous chapters, we focused on creating a simple java project by using the maven archetype and also understood how maven organizes the project structure based on the selected archetype. In this chapter we will learn about creating a maven…
-
Maven Tutorials – Generating Javadocs in maven
Previous – Chapter 12 Maven Tutorial – Chapter 13 Maven comes out with one of the cool features which does the generation of the javadocs for a project. As every developer knows that it is vital to have the code documentation of our project and this feature of maven helps…
-
Maven Tutorials – Maven Snapshot
Previous – Chapter 11 Maven Tutorial – Chapter 12 What is a Maven Snapshot? While developing a large scale application, the process involves a series of changes to be made in the application till it is confirmed to be ready as a final release. Because, there could be multiple teams…
-
Maven Tutorials – Maven Build Automation
Previous – Chapter 10 Maven Tutorial – Chapter 11 In the previous chapter, we learnt on how to manage the external dependencies for a project. Now, we will see on how to automate a build process using maven. Maven Build Automation Maven Build automation is the process in which a…
-
Maven Tutorials – Managing External Dependencies
Previous – Chapter 9 Maven Tutorial – Chapter 10 In the previous chapter, we understood on how to build and test a maven project and the commands used for the same. In this chapter, we will learn about managing external dependencies for a project in maven. External Dependency As explained…
-
Maven Tutorials – Building and testing the project
Previous – Chapter 8 Maven Tutorial – Chapter 9 In the previous project, we have seen how to create sample maven project using maven archetype and understood how the folder structure is organized. This chapter will cover building and testing the maven project created in previous chapter. Building the project…
-
Maven Tutorials – Project creation in Maven
Previous – Chapter 7 Maven Tutorial – Chapter 8 Project Creation in Maven In the previous project, we have seen how a maven project is architecture and the different configurations involved for a project. Now, we will understand how a sample java project can be created using maven. Also, will see…
-
Maven Tutorials – Maven plugins
Previous – Chapter 6 Maven Tutorial – Chapter 7 What is a maven plugins? Plugin in maven is the one of the vital feature that is basically used to reuse the common build logic across different projects. Plugins are the ones through which all the tasks like compiling code, testing…
-
Maven Tutorials – Maven Build Profile
Previous – Chapter 5 Maven Tutorial – Chapter 6 What is Maven build profile? Maven Build Profile is nothing but subset of elements which allows to customize builds for particular environment. Profiles are also portable for different build environments. Build environment basically means a specific environment set for production and development…