modifyfe Command--Modify Storage Structure of Catalog
The modifyfe command modifies the storage structure of catalogs for Ingres querying and reporting tools such as Vision, Applications-By‑Forms, or OpenROAD. For more information on these user interface catalogs, see the Database Administrator Guide.
The modifyfe command (like upgradedb) takes an exclusive lock on the database.
Typically, you do not issue the modifyfe command directly; it is called by the upgradedb utility to perform the required catalog updates. For information on using upgradedb and modifyfe to upgrade the installation, see the Upgrade Guide.
The modifyfe command has the following format:
modifyfe dbname |vnode::dbname[/server_class] [-uusername] [+w|-w] {product}
dbname
-uusername
+w|-w
Waits (+w) or does not wait (-w) for the database to be free (not in use). The default is -w.
If you specify -w or if you do not specify this flag, then modifyfe aborts immediately if the database is not free (that is, another session has an exclusive connection).
If you specify +w then modifyfe waits for anyone with an exclusive connection to disconnect, then proceeds.
product
If you omit this parameter, all user interface catalogs are modified.
Last modified date: 01/30/2023