...
The DB reset involves dropping existing application schemas, re-creating them, creating tables based, adding data and finally adding all the necessary constraints.
...
Code Block |
---|
cd ole-app/olefs # For MySQL mvn clean install -Pdb -Djdbc.dba.username=root -Djdbc.dba.password=root #For Oracle mvn initialize -Pdb,oracle -Djdbc.username=OLE -Doracle.dba.url=jdbc:oracle:thin:system/manager@localhost:1521:XE cd ole-docstore # For MySQL mvn clean install -Pdb -Djdbc.dba.username=root[fill me] -Djdbc.dba.password=root[fill me] #For Oracle mvn initialize -Pdb,oracle -Djdbc.username=OLE -Doracle.dba.url=jdbc:oracle:thin:system/manager@localhost:1521:XE |