Liquibase genschema

We are running the genschema and apply the same to different schema.
We are facing below issues while applying the controller.xml-
There are some tables changeset got failed due to sequence (dependency table should load first).

is genschema handle this kind of dependency issue?

Any advice on this issue.

Thanks,
Mahesh

Are you using Oracle SQLcl? It has an embedded version of Liquibase that Oracle has changed/added/modified. I would go back to the Oracle team and ask them about lb genschema.

Yes, we are using the oracle and inbuilt liquibase library.