if there are any extend functions to replace the following packages of oracle: DBMS_SQL, DBMS_OUTPUT

I am migrating from oracle to MariaDB, I wonder if there are any extend functions to replace the following packages of oracle: DBMS_SQL, DBMS_OUTPUT. Or there are simiar functions/libraries in MariaDB?

Answer Answered by Daniel Black in this comment.

DBMS_SQL is a rather broad range of functions to enumerate a direct equivalent, is there specific functions you are interested in?

DBMS_OUTPUT, maybe diagnostics-area.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.