Skip to content
View kdclaw3's full-sized avatar

Organizations

@MentorAPM @DWTLLC
Block or Report

Block or report kdclaw3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kdclaw3/README.md

CISSP    CISA    PMP   CSM   SAFe6   Security+

Pinned Loading

  1. ouafverifications ouafverifications Public

    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.

    JavaScript

  2. coordshelper coordshelper Public

    Helper Utilities Preparing Spatial for insertion into a Microsoft SQL Database.

    JavaScript

  3. Oracle OCI Object Storage Upload Exa... Oracle OCI Object Storage Upload Example
    1
    // Oracle OCI Object Storage Upload Example
    2
    // Using Upload Manager with Progress Bar Tracking
    3
    
    
    4
    // imports
    5
    const fs = require('fs');
  4. Amazon Monitron Lamda Function Amazon Monitron Lamda Function
    1
    // Amazon Monitron Lamda Function
    2
    // Basic Example grabbing info from S3 Bicket
    3
    
    
    4
    const aws = require('aws-sdk');
    5
    const s3 = new aws.S3({ apiVersion: '2006-03-01' });
  5. ram-oracle ram-oracle Public

    Hash check input password against Oracle database password.

    JavaScript 1

  6. Sql Server View Refresh Sql Server View Refresh
    1
    /* 
    2
    refresh sql server database views
    3
    */
    4
    declare @name varchar(max) = ''
    5
    declare viewCursor cursor