Oracle database tips logo
Article categories | Blog and News Page | SQL | SQL*Plus | DBA Scripts | Standby dbs | Database Links | Techno webcasts | Oracle Magazine | Free IT Magazines | Oracle Database Hosting Companies | Site Search |
RSS
XML RSS
What is this?
AddThis Feed Button

Social Bookmarking


Free Linux Manuals !


A Newbie's Getting Started Guide to Linux



The GNU/Linux Advanced Administration
-- FREE --
IT Magazine
Subscriptions

Oracle Magazine Oracle Magazine Contains technology strategy articles, sample code, tips, Oracle and partner news, how-to articles for developers and DBAs

WebSite Magazine WebSite Magazine Practical advice, helpful tools and insights for website owners

Dr Dobb's Journal Dr Dobb's Journal enables coders to write the most efficient programs and help in daily programming quandaries

DM Review DM Review is recognized as the premier business intelligence, analytics and data warehousing publication
Various other Free IT magazine subscriptions
NoAdware Free Trial

NoAdware Remove
harmful
adware,
spyware,
trojans,
dialers
and worms!
- Featured ebook -

Database Normalization
by Alf Pedersen

Database Normalization ebook Understand and master how to normalize a database using methods richly documented with graphical ERD and server diagram examples

Oracle SQLPLUS Tutorials.



This page lists oracle sqlplus tutorials which will show you how to
use this basic interface to the Oracle database.

SQL*PLUS allows you to interact with the Oracle database engine
so you can create objects and manipulate data inside the database.

It is a tool which can be installed independently on a client workstation,
but it is also installed automatically with each Oracle database installation on the server.

Even though it is very basic, it is the primary tool for
accessing and testing connectivity to a database locally on a server.

There are 3 versions available,

  • a command-line interface, which is what we use on this site to show our examples

  • a GUI interface

  • a web-based interface called iSQL*Plus


Below is a list of articles that will explain SQL*PLus functionality:
  • Oracle SQL*Plus demo table setup
    explains how to create the scott user and the demo tables which are used in examples throughout this site's articles.

  • Demobld.sql
    Download demobld.sql here if it did not come installed with your Oracle software.

  • Demodrop.sql
    Download demodrop.sql here if it did not come installed with your Oracle software.

  • SqlPlus BindVariables
    An script to show you how to use sql*plus bind variables in a real-life example.



Recommended reading:

  • Oracle online documentation: SQL*PlusŪ User's Guide and Reference



  • Return from oracle sqlplus tutorials to oracle-database-tips home.