Oracle IM
Version 11.2.0.3
 
General Information
Note: E
Source {ORACLE_HOME}/ord/im/admin/ordzpksp.plb
Dependencies Only STANDARD
Security Model Owned by ORDSYS: Execute is granted to PUBLIC
 
COMPATIBILITYINIT
Undocumented im.compatibilityinit(release IN VARCHAR2, errmsg OUT VARCHAR2) RETURN NUMBER;
set serveroutput on

DECLARE
 n    NUMBER;
 eMsg VARCHAR2(256);
BEGIN
  n := ordsys.im.compatibilityinit('11.2.0.2.0', eMsg);
  dbms_output.put_line('Return Value: ' || TO_CHAR(n));
  dbms_output.put_line('Error Msg:    ' || eMsg);
END;
/
 
 
Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2013 Daniel A. Morgan All Rights Reserved