All Downloads are FREE. Search and download functionalities are using the official Maven repository.

expsigladb.Package.PIPE.sql Maven / Gradle / Ivy

There is a newer version: 6.6.11
Show newest version
--------------------------------------------------------
--  DDL for Package PIPE
--------------------------------------------------------

  CREATE OR REPLACE PACKAGE "PIPE" As
 PROCEDURE get_message;
 Procedure send_message  (MESSAGGIO IN varchar2);
End pipe;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy