Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle DUMP function to HiRDB

HiRDB hasn't equivalents for DUMP function. SQLWays leaves it as is and adds message /* SQLWays: Could not convert 'DUMP' */.

Oracle:

select dump('abc', 1016) from t;

HiRDB:

select dump('abc', 1016) from t;
/* SQLWays: Could not convert 'dump' */

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.