Install guide
Important note: handing spaces in arguments: If arguments have spaces, for example
survey name, it is necessary to both quote and use braces, e.g.
prompt> seislist SWDEVKIT 3D "{devnor survey 2}"
Utility ow_prj_sql: runs SQL*Plus for the specified OpenWorks project. This is similar to
the OpenWorks ow_prj_access script, except that the project password is not printed to
the screen, but is used to connect directly to Oracle. As with ow_prj_access, the user
running the utility must have the OW_ADMINISTRATOR role.
prompt> ow_prj_sql testdata
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Aug 9 18:47:27 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to: …
SQL> select count(*) from well_master;
COUNT(*)
----------
37
SQL> exit
Utility ow_user_sql: runs SQL*Plus for the specified OpenWorks project. This is similar
to the above ow_prj_sql script, except that the Oracle connection is made as the user,
with the appropriate project access role granted and schema set. Unlike ow_prj_sql, the
user running the utility does not need to have the OW_ADMINISTRATOR role.
prompt> ow_user_sql TESTDATA
SQL*Plus: Release 10.2.0.3.0 - Production on Mon Jun 21 14:56:10 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to: …
Connected
--------------------------------------------------------------------------------
Connected to TESTDATA as BRUCE with role MANAGE_TESTDATA on 21-JUN-10
Utility pickReport: lists picks to screen or file, including the following attributes: UWI,
Well Name, Pick Name, Interpreter, X, Y, MD, TVD, TVDSS, TWT, and TD_NAME.
Utility checkshotReport: lists picks to screen or file, including the following attributes:
UWI, Well Name, Time Depth Name, Interpreter, X, Y, TVD below TD Datum, MD below
Well Elev, TVDSS below Well Elev, TWT, Int Velocity, Avg Velocity.
An alternative way to execute these reports is to use the PickReport and
CheckshotReport graphical user interfaces.
Utilities zgfpiclist, zgfpicinfo, zgf2shp, zgfImage: see
Converting ZGF
Pictures to Shapefiles in Batch.
WOW 5000.0.1.11 Release Notes Page 43 of 104 March 2014