Reputation: 7394
I am creating with a Java
application that uses has persistable data
.
I am testing it with an Oracle Database
, using SQLDeveloper
.
Currently, in order to populate the database with test data I do so by using my application. When I stop running my application the data is removed from the DB.
Is there a way that I can save the state of the database so that I can revert to it than populating it through my application?
Upvotes: 2
Views: 326