This section describes different ways of managing related packages by using the Command Line tool and by using the Java Command Line tool.
...
The command should only be used by system administrators with authority to maintain the softwarethe software.
Info | ||||
---|---|---|---|---|
| ||||
If you want to remove the XFER_X25 package, enter:
The following line will be displayed while the package is being removed:
|
After a package has been removed, the Platform and Execution Contexts may have to be stopped and restarted. If a removed package contained a bootstrap class, a cache error message will be displayed. The corresponding bootstrap class must be removed from the STR before the pico Pico instance can be restarted.
...
All .mzp
files provide a built-in management tool. It is executed in a Unix shell by running the following command:
...
The added <management argument>
controls the execution of the packages. Currently, there are seven different arguments; Create, Extract, Help, Install, Patch, Provides, and Query.
Create
Creates the database definitions needed for a package. If no database definitions are needed, the response will be:
...
Unpacking database/oracle/packages/archiving/oracle_tables.sql...done
Unpacking database/oracle/packages/archiving/oracle_grants.sql...done
Unpacking database/oracle/packages/archiving/oracle_synonyms.sql...done
Note | ||
---|---|---|
| ||
If the file |
...
The patch
argument is used to perform a patch installation of packages, generally used for upgrading the systemthe system, and if necessary, perform patch-only specific operations on the system.
...
Adding or Updating Packages
During the upgrade or addition of new packages, the mz.license
file must be available in the directory specified by the platform property mz.license.file
. If this property is not set, the license file must be stored in the $MZ_HOME/etc
directory.
...
- Create all database definitions needed for a package using the
create
argument. - Log in as database administrator and execute the corresponding
sql
files. - Install the package using the
install
argument.
...
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||