2. Fundamentals of Using Querying and Reporting Tools : How to Start an Ingres Tool : Command Syntax to Start Ingres Menu or Tool
 
Share this page                  
Command Syntax to Start Ingres Menu or Tool
You can start the Ingres Menu or an Ingres forms-based tool by entering a startup command on the operating system command line. You must specify the database in which you want to work by including its name after the command to start the Ingres Menu or the Ingres tool and before any other non‑flag parameters, as follows:
command dbname
For example, to start the Ingres Menu with access to the personnel database, enter the following command:
ingmenu personnel
Depending on the type and location of the database you want to access, you must sometimes specify the server type or location of the database in addition to its name.
The following table shows when you are required to specify the server type or location of the database:
Database Type and Location
Command Syntax
Example
Local Ingres database
command dbname
ingmenu admin
Remote Ingres database
command v_node::dbname
ingmenu ny::admin
Local non‑Ingres database
command dbname/server_type
qbf sales/db2
Remote non‑Ingres database
command v_node::dbname/server_type
qbf ohio::sales/db2
Local Ingres distributed database
command dbname/d
command dbname/star
rbf corpdata/star
Remote Ingres distributed database
command v_node::dbname/d
command v_node::dbname/star
rbf ny::corpdata/d