Home Oracle Commands

CREATE LIBRARY

Create an association with an operating-system shared library. (for calling 3GL functions and procedures.)

Syntax:

   CREATE [OR REPLACE] LIBRARY [schema.]library_name AS 'filespec';


Related Commands:

FUNCTION - CREATE FUNCTION
PROCEDURE - CREATE PROCEDURE

Related Views:

  DBA_LIBRARIES        ALL_LIBRARIES        USER_LIBRARIES  



Back to the Top

Simon Sheppard
SS64.com