|
-
let this be your first proc in your sql*plus...
Code:
[email protected]L> declare
2 l_tst varchar2(30);
3 begin
4 null;
5 end;
6 /
PL/SQL procedure successfully completed.
Check out examples on the document lib..
http://download-west.oracle.com/docs...h8.htm#1013594
Last edited by Tarry; 08-12-2003 at 05:21 PM.
Tarry Singh
I'm a JOLE(JavaOracleLinuxEnthusiast)

--- Everything was meant to be---
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|