CREATE LIBRARY

Create an external procedure, this creates an association with an operating-system shared library.

Syntax:

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

AGENT - external procedures will run from a database link other than the server.

“The library is a temple of learning, and learning has liberated more people than all the wars of history" ~Carl Rowan

Related Oracle Commands:

FUNCTION - CREATE FUNCTION
PROCEDURE - CREATE PROCEDURE

DBA_LIBRARIES        ALL_LIBRARIES        USER_LIBRARIES


 
Copyright © 1999-2024 SS64.com
Some rights reserved