Oracle IM
Version 11.2.0.2 |
|
| |
| 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:
|
© 2012 Daniel A. Morgan All Rights Reserved |
|
|
| |
|