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

Home -> Community -> Usenet -> c.d.o.server -> Procedure problems

Procedure problems

From: <paulquinlan100_at_hotmail.com>
Date: 9 May 2006 04:49:28 -0700
Message-ID: <1147175368.003949.87000@u72g2000cwu.googlegroups.com>


Hi

Im attempting to run a procedure using an outside program (MapInfo), however i dont seem to be able to successully compile the procedure:

begin

   execute immediate 'create or replace view Operators as Select * from hr.status5 where operator = 'PFS' and branchNo > 1000';

end;

Im getting the error at PFS but being fairly new to this, cant see what is wrong with the syntax.

Thanks for any help.
Paul Received on Tue May 09 2006 - 06:49:28 CDT

Original text of this message

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