Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Newbie Question: Simple Stored Procedure

Newbie Question: Simple Stored Procedure

From: Louis <frolio_at_videoshare.com>
Date: Thu, 30 Mar 2000 13:37:54 -0500
Message-ID: <8c06pi$ad4$1@bob.news.rcn.net>


Greeting All, I have a table schema.table which has many rows of data. I want to write a simple stored procedure that will pull all the rows from this table;

create or replace procedure schema.procedure as
begin
  select * from schema.table
end;
/

When I run the above script I get all kinds of compilation errrors?? Can anyone help me with the above procedure?

Much Thanks, Louis
frolio_at_videoshare.com Received on Thu Mar 30 2000 - 12:37:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US