Well Data DB Tables
Well Tops Data

KGS ORACLE Database Tables

Qualified - Well Tops

Core Library - Core Data and Description


Well Tops Data

Applets
Example 1: Newby 2-28R http://www.kgs.ku.edu/Gemini/LAS.html?sAPI=15-189-22225&sKID=1022012442
  
ORACLE PL/SQL Query for a list of all well top picks assigned to selected well - Newby 2-28R
http://chasm.kgs.ku.edu/ords/iqstrat.kgs_well_tops_pkg.getXML?sAPI=15-189-22225&sKID=1006159553
Returns XML (Extensible Markup Language), which is parsed, the user can select the tops source that will be plotted in the Stratigraphic Units Plot Track.
  
NOTE:
http://chasm.kgs.ku.edu/ords/ KGS ORACLE Database
iqstrat the ORACLE User IQSTRAT
kgs_well_tops_pkg the KGS Well Tops Data PL/SQL Package
getXML the Method for retrieving the XML data

Measured Core Data

ORACLE PL/SQL Query for a list of all measured core data assigned to selected well - Newby 2-28R
http://chasm.kgs.ku.edu/ords/iqstrat.kgs_core_data_pkg.getXML?sAPI=15-189-22225
Returns XML (Extensible Markup Language), which is parsed and plotted in the Core Data Plot Track.
  
NOTE:
http://chasm.kgs.ku.edu/ords/ KGS ORACLE Database
iqstrat the ORACLE User IQSTRAT
kgs_core_data_pkg the KGS Core Data PL/SQL Package
getXML the Method for retrieving the XML data


Author: John R. Victorine jvictor@kgs.ku.edu

The URL for this page is http://www.kgs.ku.edu/stratigraphic/JAVA_SRC/ORACLE-PLSQL/Well_Data/tops.html