Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: sql - pl/sql - sql*plus

Re: sql - pl/sql - sql*plus

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 07 Sep 2001 18:52:33 +0100
Message-ID: <3B990961.7D7F@yahoo.com>


ad mannien wrote:
>
> I am new to Oracle.
>
> Can someone explain to me the difference between:
> Oracle SQL
> Oracle PL/SQL
> Oracle SQL*Plus
>
> Thans,
> ad

sql - the language for writing queries and getting data out of the database

pl/sql - a programming language (similar to ada) so that programs can be run inside the database - they typically contain lots of sql

sql*plus - a basic tool for running sql's that you have written

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Fri Sep 07 2001 - 12:52:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US