OBIEE 11g Analysis with Sectioned Report and Prompts Watch

This OBIEE video training tutorial demonstrates how to create a simple analysis that uses a sectioned report as well as analysis prompt. We will also apply conditional formatting to highlight certain fields if the revenue value is a certain value or higher.

Oracle Tutorials

Fix DHCP Errors on Oracle Database Installation

What a pain – you have downloaded the Oracle database installation executable and simply want to install Oracle with a few clicks in a wizard. Half-way through the wizard tells you that your machine uses DHCP networking and instead needs to use a static IP address. What is this all about? DHCP means that an IP address is dynamic – that is not what we want! An Oracle database installation on … Read Full Tutorial

Oracle SQL INNER and OUTER Joins

This Oracle SQL video tutorial demonstrates how to perform inner joins, outer joins, and self joins to access data from more that one Oracle table where the join conditions contain NULL values. A relational database consists of SQL tables, and oftentimes SQL tables' columns have relationships with each other. For example, if you have an EMPLOYEES table that contains a column for a … Read Full Tutorial

Installing OBIEE 11(Oracle Business Intelligence) on Windows

Oracle Business Intelligence (OBIEE) is a very powerful Oracle-based tool that analyzes data across multiple dimensions. If you have Oracle data, what good is it if you can’t make any meaning from it? With OBIEE, you can take existing Oracle data and create dimensions, which are “slices” of data. A database dimension is a collection of attributes which can be used to provide information … Read Full Tutorial

Dynamic Oracle ADF Navigation Using a Menu Model

Oracle ADF has very convenient JSF components that allow you to quickly create web pages with complex hierarchies. ADF Faces has widgets such as navigation panes, navigation items, command buttons, and list items that provide navigation from one page to another. If the navigation is very simple, such that it involves only two or three links, you can hardwire the JSF pages to include this … Read Full Tutorial

View All Oracle Tutorials

Java Tutorials

Using Switch Statements with Strings in Java 1.7Watch

This video tutorial demonstrates how to use the Java switch statement with the String data type, which is new to Java 1.7. In Java 1.5 and 1.6, you would use an enumeration instead. This Java video also shows you how to create an enumeration variable, using it in conjunction with a switch statement … Full Tutorial...

sandboxing new apps

Apple Store Sandboxing New Apps

Apple is going to begin sandboxing, or implementing a security system, for all new apps submitted after March 1, 2012.  Developers are a little nervous about this new security system because they fear that sandboxing may force them to strip out certain features already existing.  Customers have … Full Tutorial...

Connecting to Apache Derby Database Using JDeveloper

This video tutorial demonstrates how to start the Apache Derby database network connection and to create a Derby database. We also show you how to create a JDeveloper connection to a Derby database. The Derby database is a free database provided by Apache. It has a very small memory and disk … Full Tutorial...

Creating a Java Server Faces Application Using JDeveloper

This JSF tutorial will demonstrate how to create a Java Server Faces application using Oracle JDeveloper. JSF uses MVC (Model-View-Controller) architecture to separate the business logic from the view layer of an application. Java Server Faces, otherwise known as JSF, is a Model-View-Controller … Full Tutorial...

Using JSF Managed Beans

Java Server Faces, otherwise known as JSF, is a Model-View-Controller framework that allows you to create applications that separate business logic from the view layer. MVC architecture allows applications greater scalability, since changes in any business logic will not affect what the end user … Full Tutorial...

All Java Tutorials...

Oracle ADF Tutorials

Oracle ADF 11g – Authentication using Custom ADF Login Form Watch

Oracle ADF makes authentication and authorization easy via a nice graphical interface. During development, you can use the builtin file-based policy store called jazn-data.xml. You can then later swap out your authentication provider, using something a bit more scalable such as an LDAP server or … Full Tutorial...

Oracle ADF 11g – Authentication Using an HTML Login Form VIDEO

Securing your Oracle ADF pages, task flows, entity objects and attributes is an integral part of any robust ADF application. The Oracle WebLogic container provides many authentication providers for you to choose from, and since you can seamlessly swap them out after creating your application, you … Full Tutorial...

Oracle ADF Contextual Events Tutorial

Oracle ADF contextual events allows a component to publish an event and have multiple subscribers. A good use case would be if you have multiple regions within a JSF page and you want them to be able to communicate with one another. Granted, you could pass information around using page parameters, … Full Tutorial...

Oracle training

Salesforce.com Adding Channel Service Vendors

Salesforce.com is adding more channel services to it’s existing clouds in a pay-as-you-need-it service.  Cloud vendors are working with channel vendors to improve cloud applications while making it much less expensive for their clients to upgrade.  This is giving software companies of the past a … Full Tutorial...

oracle.logo_

Firebox Flexibility Makes Learning Oracle Easy

FOR IMMEDIATE RELEASE                                                                    August 17, 2011 We’re on Fire! Firebox IT Training to Offer Oracle ADF Application Classes  Expanding an already extensive and flexible … Full Tutorial...

All Oracle ADF Tutorials...