When the code below is run an Error " Data type is not supported" is returned.
CREATE OR REPLACE
PACKAGE ggz_testing
IS
PROCEDURE DataTypeError;
END; -- Package spec
/
CREATE OR REPLACE
PACKAGE BODY ggz_testing
IS
PROCEDURE DataTypeError
IS
BEGIN
htp.p('This is a test.');
END;
END;
/
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center