If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > may i have a SIMPLE and COMPLETE PL/sql program?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-02-03, 06:56
tinchua84 tinchua84 is offline
Registered User
 
Join Date: Sep 2003
Posts: 6
may i have a SIMPLE and COMPLETE PL/sql program?

please!!can you give me a pl/sql program!!
Reply With Quote
  #2 (permalink)  
Old 09-02-03, 07:10
alligatorsql.com alligatorsql.com is offline
Registered User
 
Join Date: Jul 2001
Location: Germany
Posts: 189
Which ?

Hello,

which program do you need ? What should it do ?

Here is a Hello world program as an anonymous block ..

BEGIN
DBMS_OUTPUT.PUT_LINE("Hello World");
END;

But I think this example won´t help ..

Pls specify your request.

Best regards
Manfred Peter
Alligator Company Software GmbH
http://www.alligatorsql.com
Reply With Quote
  #3 (permalink)  
Old 09-02-03, 10:10
tinchua84 tinchua84 is offline
Registered User
 
Join Date: Sep 2003
Posts: 6
a program that contains control statements such as if else, exception handling. its better if compute for something!!thanks!!!i really need a running program!!!
Reply With Quote
  #4 (permalink)  
Old 09-02-03, 10:47
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Quote:
Originally posted by tinchua84
a program that contains control statements such as if else, exception handling. its better if compute for something!!thanks!!!i really need a running program!!!
You could try the sample code from the PL/SQL manual:

http://technet.oracle.com/docs/produ...samps.htm#2644
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On