Querying the NCIM database

You can use the OQL Service Provider to query the NCIM database.

The OQL Service Provider command-line example below logs in to the NCMONITOR schema within the NCIM service, which is running in the NCOMS domain. This is useful if you want to access a table in the NCMONITOR schema; for example, the activeEvent table.

ncp_oql -domain NCOMS -service Ncim -dbId NCMONITOR
User authentication for the OQL Service Provider is off by default. If authentication has been turned on, type a valid username and password at the prompt.
Note: The -dbId argument is optional.