Versions Compared

Key

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

...

  • cd /opt/pkg/oracle/subversion/<Application> where <Application> is â?? rice_dbâ??, â??MyInfoVaultâ??, â??KualiFinancialSystemâ??, â??KualiCoeusâ?? or â??TimeReportingSystemâ??db, MyInfoVault, KualiFinancialSystem, KualiCoeus or TimeReportingSystem
  • Execute svn update
  • cd to /opt/pkg/oracle/subversion/<Application>/tags/<release_version>
  • The <release_version> subdirectory will contain script(s) which will be named for the Jira ticket number (eg. KR-1234.sql).
  • Access Mothra Test DB as environment schema owner noted in Jira ticket and execute script:
    Code Block
    sqlplus <environment schema owner>/<password>
    @KR_####_deploy.sql
    

...