MYSQL_UTILITIES

Hi all, i'm migrating some MYSQL databases using SQLDeveloper 1.5.3. I know that Oracle simulates mysql auto_increment property using sequences and triggers but when i generate and create all objects the triggers are invalid and the error message is:
19/4 PL/SQL: Statement ignored
19/4 PLS-00201: identifier 'MYSQL_UTILITIES.IDENTITY' must be declared
Any ideas about MYSQL_UTILITIES is?

On translation of the tables the autoincrement is defined in a package of functions for mysql emulation. This will be created when you moved from the converted model to create the new oracle schema in Oracle
B

Similar Messages

Maybe you are looking for