Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. // drop the db
  2. gradle d-o -a
  3. gradle build install -x test
  4.  
  5.  
  6. //
  7. gradle assemble build install -x test
  8.  
  9. export MYSQL_HOME=$CLOUD_CLIENT_ROOT/databases/mysql/5.5.27/mac
  10.  
  11. export CLOUD_ORACLE_HOST=127.0.0.1
  12. export CLOUD_ORACLE_PORT=1521
  13. export CLOUD_ORACLE_STORE_DB=cdb1
  14. export CLOUD_ORACLE_ADMIN_DB=cdb1
  15. export CLOUD_ORACLE_CATA_DB=cdb1
  16. export CLOUD_ORACLE_CATB_DB=cdb1
  17. export CLOUD_ORACLE_SID_OR_SERVICENAME=cdb1
  18. export CLOUD_ORACLE_STORE_USER=C##CLOUD_STOREDB
  19. export CLOUD_ORACLE_ADMIN_USER=C##CLOUD_ADMINDB
  20. export CLOUD_ORACLE_CATA_USER=C##CLOUD_CATADB
  21. export CLOUD_ORACLE_CATB_USER=C##CLOUD_CATBDB
  22. export CLOUD_ORACLE_PASSWORD=cloud
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement