• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Stroed Procedure&PL/SQL

 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Oracle. I want to use Stored Procedures in Oracle. Whether PL/SQL and Stored Procedures are one and same. If I want to use either PL/SQL or Stored procedure, how to use it. Where to type the coding and save. Please any body know the sample screen shots of what to do & how to do the PL/SQL and Stored Procedure in Oracle. I have also searched the Oracle site, but I couldn't get the thing I wanted.

If the tutorial for how to use PL/SQL is available, it will be useful for the beginners like me.

Many thanks in advance.
 
author & internet detective
Posts: 42173
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark,
PL/SQL is a language used for writing stored procedures. There are a lot of tutorials out there. I like this one.
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark,
Of-course, when all else fails, you could always try reading the documentation:

http://tahiti.oracle.com

Good Luck,
Avi.
 
I like tacos! And this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic