Re: Full PL/SQL Programs

From: Gary Gapinski <gary_at_wpogws.lerc.nasa.gov>
Date: 24 Mar 1995 13:55:28 GMT
Message-ID: <3kuj0g$st3_at_sulawesi.lerc.nasa.gov>


The procedure must be created prior to referencing it. Preface your procedure declaration with "create or replace ", and execute this by itself in SQL*Plus. Once it has been created, you can reference it in an anonymous block or using the execute verb of SQL*Plus. Received on Fri Mar 24 1995 - 14:55:28 CET

Original text of this message