https://github.com/kdclaw3/ouafverifications
Project to demonstrate using Oracle's OUAF (Oracle Energy and Water) SQL Rest Oracle Utilities Cloud to verify data and key integrity. Project written specifically for a WACS implementation.
https://github.com/kdclaw3/ouafverifications
oracle ouaf wacs wam
Last synced: 3 months ago
JSON representation
Project to demonstrate using Oracle's OUAF (Oracle Energy and Water) SQL Rest Oracle Utilities Cloud to verify data and key integrity. Project written specifically for a WACS implementation.
- Host: GitHub
- URL: https://github.com/kdclaw3/ouafverifications
- Owner: kdclaw3
- License: mit
- Created: 2021-08-11T11:39:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T18:46:01.000Z (10 months ago)
- Last Synced: 2025-01-31T14:41:34.546Z (5 months ago)
- Topics: oracle, ouaf, wacs, wam
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ouafverifications
Project written to run a large amount of verification and key integrity queries against Oracle Database SQL Rest.# application
Queries for this project were written specifically to verify an Oracle WAM 1.9 to Oracle WACS data conversion. This project could be extended to CC&B, ODM, MWM, MDM, and other OUAF and Oracle Utilities Cloud Service applications.# 1. to use this project
To use this project, create an environment (.env) file with the two parameters below:
```
#.env
OUAF_SQLREST_URL=https://test.utilities.oracle.com/br549/test/app/rest/
[email protected]:hardpassword
```# 2. to run this project
```
npm run verify
```