Neoview Repository User Guide (R2.4 SP1)
Chapter 3: Repository Views
Use this chapter to learn about the available Repository views, including the meanings of
statistics and other data available through the views.
Chapter 4: Examples and Guidelines for Creating Repository Queries
Use this chapter to see several simple examples of Repository queries and to learn about
guidelines for creating your own queries.
Appendix A (page 87)
Use this chapter to see sample Repository queries of error and event information on the
Neoview platform. You can use these sample queries or create your own queries following
the format in the examples.
Appendix B (page 99)
Use this chapter to learn about the query statistics views before R2.4 SP1. Current data is
available through these views. However, some fields now return NULL values and you must
use the “two rows per query” semantics for query statistics.
Appendix C (page 115)
Use this chapter to review the changes that have been made to Repository, beginning with
Release 2.2.
Glossary
Use the glossary to find the meanings of various terms used in this document.
Notation Conventions
General Syntax Notation
This list summarizes the notation conventions for syntax presentation in this manual.
UPPERCASE LETTERS
Uppercase letters indicate keywords and reserved words. Type these items exactly as shown.
Items not enclosed in brackets are required. For example:
SELECT
Italic Letters
Italic letters, regardless of font, indicate variable items that you supply. Items not enclosed
in brackets are required. For example:
file-name
Computer Type
Computer type letters within text indicate case-sensitive keywords and reserved words. Type
these items exactly as shown. Items not enclosed in brackets are required. For example:
myfile.sh
Bold Text
Bold text in an example indicates user input typed at the terminal. For example:
ENTER RUN CODE
?123
CODE RECEIVED: 123.00
The user must press the Return key after typing the input.
[ ] Brackets
Brackets enclose optional syntax items. For example:
DATETIME [start-field TO] end-field
Notation Conventions 11