Neoview Command Interface (NCI) Guide (R2.3)

SQL>log c:\temp\b.txt clear, cmdtext off, quiet
SQL>select *
+>from neo.toi.job;
SQL> log off
Output of c:\temp\b.txt
====================
JOBCODE JOBDESC
------- ------------------
100 MANAGER
450 PROGRAMMER
900 SECRETARY
300 SALESREP
500 ACCOUNTANT
400 SYSTEM ANALYST
250 ASSEMBLER
420 ENGINEER
600 ADMINISTRATOR
200 PRODUCTION SUPV
--- 10 row(s) selected
This command stops the logging process:
SQL>log off
For more information, see “Logging Output” (page 73).
VERSION Command
The VERSION command displays the build versions of the Neoview platform, Neoview
Connectivity Services, Neoview Command Interface and the Neoview JDBC Type 4 Driver.
Syntax
VERSION
Considerations
You must enter the command on one line. The command does not require an SQL terminator.
Example
This command shows versions of the Neoview platform, Neoview Connectivity Services,
Neoview JDBC Type 4 Driver, and NCI:
SQL>version
Neoview Platform : Information not available
Neoview Connectivity Services : Information not available
Neoview JDBC Type 4 Driver : T1249_N26(R2.3)_AAQ_15FEB08_HP_JDBCT4_2007_12_11
Neoview Command Interface : T0774_N26_AAD(R2.3)_15FEB08_HP_NCI_2008_01_08
SQL>
If NCI is started with the -noconnect parameter, the VERSION command displays only
the Neoview Command Interface and the Neoview JDBC Type 4 Driver versions.
C:/>hpnci -noconnect
Welcome to the HP Neoview Command Interface 2.3
(c)Copyright 2007, 2008 Hewlett-Packard Development Company, LP.
Not connected.
SQL>VERSION
Neoview JDBC Type 4 Driver :T1249_N26(R2.3)_AAQ_15FEB08_HP_JDBCT4_2007_12_11
Neoview Command Interface :T0774_N26_AAD(R2.3)_15FEB08_HP_NCI_2007_12_18
For more information, see “Verifying the Installed Version of NCI” (page 41).
154 NCI Commands