Learn FluidShell in 10 Minutes : Quick Tutorial

Automate Database Tasks with FluidShell

FluidShell includes a complete set of commands for quickly scripting and executing custom solutions for data mining, ETL operations, database/file system data exchange, data warehousing, and other data processing tasks. FluidShell provides several popular Unix-like commands and includes a large number of commands for shell terminal, database access, data manipulation, filesystem navigation, file and data archiving, network operations, and general utilities. See the complete list of FluidShell Commands.

Example: Extract Data from Oracle and Load into SQL Server


Example: Extract Data from Oracle and Export to Excel


Schedule Scripts for Automation

Technical Overview

FluidShell's major components include the: Terminal, Commands, Command Line Interface, Execution Engine, SQL Buffer, and Database Sessions.

FluidShell includes commands which can be executed from the shell's command line.  The commands provide a variety of functionality that are common to Unix shells and/or SQL shells.  FluidShell includes a large number of commands for a shell terminal, database access, data manipulation, filesystem navigation, file and data archiving, network operations, and general utilities. See the complete list of FluidShell Commands.

The SQL Shell functionality of FluidShell is provided by including a SQL buffer and a list of open database connections.  Users can enter a SQL statement into the SQL buffer and then execute the buffer on the current connection.  To get a list of currently open connections, a user can use the session command.  The user may also create new connections and disconnect them with the connect and disconnect command.

References

  1. ^ Unix Shell Wikipedia article. A Unix shell is a command-line interpreter that provides a traditional user interface for the Unix operating system.
  2. ^ Command-line Interface Wikipedia article. A command-line interface is a means of interaction with a computer program where the user issues command to the program in the form of a line of text.
  3. ^ Unix Cron Job Wikipedia article. A time-based job scheduled in Unix-like operating systems.
  4. ^ Windows Task Scheduler Wikipedia article. A  component of Microsoft Windows that provides the ability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals.
  5. ^ VT100 Terminal Wikipedia article. A video terminal made by DEC that has become the defacto standard for terminal emulators.
    VT220 Terminal Wikipedia article. Compatible with VT100 but added features to make it more suitable for an international market. 
  6. ^ Command-line Interpreter Wikipedia article. A command-line interpreter, or command language interpreter, is a blanket term for a certain class of programs designed to read lines of text entered by a user.
  7. ^ Pipeline Wikipedia article. In Unix-like computer operating systems, a pipeline is a set of processes chained by their standard streams, so that the output of each process feeds directly as input to the next one.
  8. ^ Redirection Wikipedia article. Redirection is a function common to most command-line interpreters, that can redirect standard streams to user-specified locations.
  9. ^ Alias Command Wikipedia article. Alias is a command in various command line interpreters such as Unix shells, which enables a replacement of a word by another string.
  10. ^ Command Substitution Wikipedia article. Command substitution is a facility originally introduced in the Unix shells that allows a command to be run and its output to be pasted back on the command line as arguments to another command.
  11. ^ Command History Wikipedia article. Command history is a feature in many operating system shells that allows the user to recall, edit and rerun previous commands.



  • No labels