Firebox Training IT Tutorials
Firebox video tutorials cover our most popular IT training course topics. With our video tutorials you can learn some of the basics and do it fast.
You will also get a feel for the instruction styles you can expect from our full courses as most of the videos are produced directly by our lead instructors.
Learn IT Programming Online
How To Configure Oracle ADF Data Sources
Oracle ADF data sources provide a convenient framework by which to query data from your applications. ADF settings can be exported and zipped for easy transfer and re-use in different JDeveloper environments. However you need to know how to configure ADF settings where server or database name, or to troubleshoot connectivity problems with your applications.…How To Create An OBIEE 11g Analysis
The data you store in your Oracle database is only useful if you can retrieve and display it in a helpful format. This guide will take you through the basics of setting up an OBIEE 11g analysis and adjust the display to make the results more meaningful. Before building your OBIEE 11g Analysis report, you…How To Use Key Performance Indicators In OBIEE
Oracle Business Intelligence (OBIEE) Training Tutorial As part of our ongoing OBIEE training curriculum tutorials we will discuss an example of how to use KPIs in an OBIEE 11g Analysis. To assess your business performance, you must first understand how success is defined. In most businesses this will be via Key Performance Indicators (KPIs), benchmark…
How to Install PyDev Plugin in Eclipse
Video Transcript for How to Install PyDev Plugin in Eclipse Introduction: In this Python training video, we will demonstrate you how to install PyDev which is a plug in you can use within the Eclipse environment used to develop Python programs. Section 1: Install PyDev: This is the Eclipse integrated development environment and the first thing…
Using Switch Statements with Strings in Java 1.7
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 programming training video also shows you how to create an enumeration variable, using it in conjunction with a switch statement…
Oracle ADF 11g – Authentication using Custom ADF Login Form
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 custom database store. ADF also provides a default HTML-based login…
Oracle ADF 11g – Authentication Using an HTML Login Form
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 can opt to stick with using the jazn-data.xml file during…Tips For Oracle Performance Tuning
Oracle performance tuning can include speed performance, memory usage, cpu, general i/o or reads and writes specifically. Sometimes it is the Oracle database that needs to be fine tuned or the application using it but it always reducing resource usage by the database. When tuning Oracle systems, consider individual susbsystems and application modules rather than looking at the system as a…
How to Perform Oracle SQL INNER and OUTER Joins
This Oracle SQL training 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…