Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
themerdark
mysql -u shrine -pdemouser adapterAuditDB < shrine-setup/adapter/sql/adapterAuditDB-mysql.ddl
mysql -u shrine -pdemouser shrine_query_history < shrine-setup/adapter/sql/shrine_query_history-mysql.ddl
mysql -u shrine -pdemouser stewardDBshrine_query_history < shrine-setup/dsaadapter/sql/shrine_query_history-update-mysql.ddlsql
mysql -u shrine -pdemouser qepAuditDBstewardDB < shrine-setup/qepdsa/sql/mysql.ddl
mysql -u shrine -pdemouser qepAuditDB < shrine-setup/qep/sql/mysql-update.sqlddl

Sign into MySQL as root and grant the shrine user full access again to all of these databases and their tables:

...

  • ./dsa/sql/mssql.ddl
  • ./qep/sql/mssql.ddl
  • ./qepadapter/sql/adapterAuditDB-mssql-update.ddl
  • ./adapter/sql/adapterAuditDBshrine_query_history-mssql.ddlddl 
  • ./adapter/sql/shrine_query_history-update-mssql.ddl sql

Oracle

To install oracle schemas load all of the SHRINE databases into one central schema: ShrineDB (use this name when you configure context.xml).

...

  • ./dsa/sql/oracle.ddl
  • ./qep/sql/oracle.ddl
  • ./qep/sql/oracle-update.ddl
  • ./adapter/sql/adapterAuditDB-oracle.ddl
  • ./adapter/sql/shrine_query_history-oracle.ddl
  • ./adapter/sql/shrine_query_history-update-oracle.sql