Re: PL/SQL in SQL*Plus

From: Lewis Cunningham <lcunning_at_linknet.net>
Date: 1996/09/10
Message-ID: <9a7cc$122528.6_at_NEWS>#1/1


I may be wrong, but I believe you also need to reference PL/SQL from a PL/SQL block, i.e.:

BEGIN <cr>

   dbms_output.put_line('Hello'); <cr>
END; <cr>
/ <cr>

But I don't have the docs handy so I could be wrong. Normally I only use PL/SQL in Dev2K or in scripts, stored procs, etc.

Lewis

Juan Ruiz de Miras <demiras_at_apolo.ujaen.es> wrote:

>I have installed a ORACLE v7 DataBase Server. The only modules that
>I have installed are SQL*Plus and SQL*Forms 3.0. The installation was
>successfuly, but, when I wrote a PL/SQL stament in the SQL*Plus prompt,
>appears the error: NOT A SQL stament...
 

> What is the problem??
 

> Thanks.
Received on Tue Sep 10 1996 - 00:00:00 CEST

Original text of this message