Description of create_mle_module

 CREATE [ OR REPLACE ] MLE MODULE [IF NOT EXISTS][schema .] module_name
 LANGUAGE [schema .] mle_language  [ VERSION version_string ]   
 ( USING  BFILE ( directory_object_name , server_file_name ) 
    | ( CLOB | BLOB | BFILE ) selection_clause 
    |  AS module_text )