You are on page 1of 16

2

Working with iSQL*Plus

Copyright © 2004, Oracle. All rights reserved.


Objectives

After completing this lesson, you should be able to do


the following:
• Differentiate between SQL statements and iSQL*
Plus commands
• Log in to iSQL* Plus
• Identify the various user interface elements of the
iSQL*Plus window
• Load, save, and execute script files
• Configure the iSQL*Plus settings

2-2 Copyright © 2004, Oracle. All rights reserved.


Differentiating Between SQL Statements
and iSQL*Plus Commands

SQL statements
Internet Oracle
browser server

iSQL*Plus Query
commands results

Client Formatted report

2-3 Copyright © 2004, Oracle. All rights reserved.


Differentiating Between SQL Statements
and iSQL*Plus Commands

SQL iSQL*Plus
• A language • An environment
• ANSI standard • An Oracle proprietary tool
• Does allow abbreviated • Allows abbreviated
keywords keywords
• Statements manipulate data • Commands do not allow
and table definitions in the manipulation of values in
the database.
database.
• Runs on a browser
• Is centrally loaded; does not
have to be implemented on
each machine

SQL SQL iSQL*Plus iSQL*Plus


statements buffer commands buffer

2-4 Copyright © 2004, Oracle. All rights reserved.


Introducing iSQL*Plus

After you log in to iSQL*Plus, you can:


• Describe table structures
• Enter, execute, and edit SQL statements
• Save or append SQL statements to files
• Execute or edit statements that are stored in
saved script files
• Load commands from a script file into the
iSQL*Plus window
• Create, reference, and display SQL*Plus variables

2-5 Copyright © 2004, Oracle. All rights reserved.


Logging In to iSQL*Plus

From your Windows browser environment:

2-6 Copyright © 2004, Oracle. All rights reserved.


Understanding the iSQL*Plus Environment
7

9 10

2 3 4 5

2-7 Copyright © 2004, Oracle. All rights reserved.


Interacting with Script Files

SELECT last_name, hire_date, salary


FROM employees;
1
2

2-8 Copyright © 2004, Oracle. All rights reserved.


Interacting with Script Files

SELECT last_name, hire_date, salary


FROM employees;

2-9 Copyright © 2004, Oracle. All rights reserved.


Configuring Settings

Preferences icon

2-10 Copyright © 2004, Oracle. All rights reserved.


Configuring Settings

2-11 Copyright © 2004, Oracle. All rights reserved.


Other Development Tools

2-12 Copyright © 2004, Oracle. All rights reserved.


Summary

In this lesson, you should have learned how to:


• Differentiate between SQL statements and
iSQL*Plus commands
• Log in to iSQL*Plus
• Identify the various user interface elements of the
iSQL*Plus window
• Load, save, and execute script files
• Configure the iSQL*Plus settings

2-13 Copyright © 2004, Oracle. All rights reserved.


Practice 2: Overview

This practice covers the following topics:


• Differentiating between SQL statements and
iSQL*Plus commands
• Logging in to iSQL*Plus
• Identifying the various user interface elements of
the iSQL*Plus window
• Loading, saving, and executing script files
• Configuring the iSQL*Plus settings

2-14 Copyright © 2004, Oracle. All rights reserved.


2-15 Copyright © 2004, Oracle. All rights reserved.
2-16 Copyright © 2004, Oracle. All rights reserved.

You might also like