An open API service indexing awesome lists of open source software.

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.

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
```