-
Notifications
You must be signed in to change notification settings - Fork 19
VACOLS VM Trigger Fix M1
Michael Beard edited this page Jan 19, 2024
·
10 revisions
Download VACOLS_VM_trigger_fix_M1.zip and follow the instructions below
ON THE VACOLS VM:
- Log in to VACOLS VM (UTM)
- Oracle password is password
- Open a command prompt (search ‘cmd’ from start menu)
- Type sqlplus '/ as sysdba’ (include the single quotes) to run the SQL*Plus command line utility
- In SQL*Plus, run the following SQL command:
- GRANT CREATE TRIGGER TO VACOLS_TEST;
- Don’t forget the semicolon at the end!
- You should see “Grant succeeded” after running the command
- You can leave this open for the last steps
ON YOUR LOCAL MACHINE:
- Open SQLDeveloper and create a new connection to the VACOLS DB with the following settings:
- Name: vacols_test
- Username: VACOLS_TEST
- Password: VACOLS_TEST
- Hostname: localhost
- Port: 1521
- SID: BVAP
- After saving the connection, find it in “Connections” window on the left side of the program and click the “+” to connect and expand it
- Expand the “Triggers” folder
- For each trigger:
- Click to open it in the editor
- Replace all of the code for the trigger with the code from the associated file in the zip file above
- Save the file
- Verify that the “messages” window that pops up at the bottom of the screen says “Compiled” and does not say with errors
ON THE VACOLS VM (again):
- If you closed SQL*Plus, follow steps 1-3 to open it again
- In SQL*Plus, run the following SQL command:
- REVOKE CREATE TRIGGER FROM VACOLS_TEST;
- Don’t forget the semicolon at the end!
- You should see “Revoke succeeded” after running the command
- Type ‘exit’ to exit SQL*Plus and close the command prompt
- Home
- Acronyms and Glossary
- Caseflow products
- Caseflow Intake
- Caseflow Queue
- Appeals Consumer
- Caseflow Reader
- Caseflow eFolder
- Caseflow Hearings
- Caseflow Certification
- Caseflow APIs
- Appeal Status API
- Caseflow Dispatch
-
CSUM Roles
- System Admin
- VHA Team Management
- Active Record Queries Resource
- External Integrations
- Caseflow Demo
- Caseflow ProdTest
- Background
- Stuck Jobs
- VA Notify
- Caseflow-Team
- Frontend Best Practices
- Accessibility
- How-To
- Debugging Tips
- Adding a Feature Flag with FeatureToggle
- Editing AMA issues
- Editing a decision review
- Fixing task trees
- Investigating and diagnosing issues
- Data and Metric Request Workflow
- Exporting and Importing Appeals
- Explain page for Appeals
- Record associations and Foreign Keys
- Upgrading Ruby
- Stuck Appeals
- Testing Action Mailer Messages Locally
- Re-running Seed Files
- Rake Generator for Legacy Appeals
- Manually running Scheduled Jobs
- System Admin UI
- Caseflow Makefile
- Upgrading Postgresql from v11.7 to v14.8 Locally
- VACOLS VM Trigger Fix M1
- Using SlackService to Send a Job Alert
- Technical Talks