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 -> Embedded PL/SQL in Pro*C

Embedded PL/SQL in Pro*C

From: <NeedaHoliday>
Date: 2000/03/10
Message-ID: <grlics8r7quta4ov1knfrv4m3n44ddqu05@4ax.com>#1/1

Quick question.

Do I need to declare a PL/SQL procedure in a specific library in order for the Pro*C compile to find the module.

I get the following error message for this code;

EXEC SQL EXECUTE
  BEGIN
      SP_TRUNCATE_RTN(:table_name);   END;
END-EXEC; (1) PCC-S-02201, identifier 'SP_TRUNCATE_RTN' must be declared

Thanks in advance

REMOVEjames.stewart_at_pwgsc.gc.ca

Omit REMOVE to email. Received on Fri Mar 10 2000 - 00:00:00 CST

Original text of this message

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