How to Convert AS400 Spool Files to PDF
"AS/400" is the original name for IBM's "System I" computer systems, which were essentially replaced by IBM Power Systems in 2008. IBM...
How to Export Data From an Oracle's Table to a Flat File on the Unix Box
Oracle is a relational database that can be installed on the Unix operating system. You can output the contents of Oracle SQL...
How to Convert Oracle SQL to MS SQL Script
Oracle and SQL Server are two large database solutions. Some companies prefer to import any data from one server to another to...
How Do I Create a Tab Delimiter to an Oracle SQL Statement?
Oracle database tables are accessed using structured query language (SQL). The user views the SQL results on a screen or spools it...
How to Master Oracle SQL
Mastering Oracle SQL does present a learning curve, which is time consuming and possibly nerve wracking for the beginner. However, once you...
How to Format the Oracle SQL Output on One Line
In this example, we want to retrieve all the columns from an employee table (emp) so that each recorded output fits on...
How to: School Projects on Windmills
For centuries people have relied on windmills to provide energy for pumping water for irrigation and drinking, and, more recently, for generating...
How to Use the Replace Function in Oracle SQL
The "replace" function is used within the Oracle database to replace a sequence of characters in a string with another sequence of...
How to Create Oracle Database Script
Creating a database in Oracle is accomplished using specific syntax. The script names the database, sets the security credentials and creates the...
How to Write a Looping SQL Script
SQL stands for Structured Query Language. Developed in 1970 by IBM, the language is used for "talking" to databases so that information...