|
Ispirer SQLWays Database Migration Software
/PKG - Package name, list or template
Syntax: /PKG=[SchemaName.]PackageName [, NextPackage]
Using this option, you can specify the packages (collections of sub-programs) that you want to export and convert. Packages are available in Oracle only.
If the database supports schemas (object owners) you can either specify a schema (owner) name for the packages explicitly or use the default schema (owner) name for the user connected to the database.
You can specify a comma-separated list of packages or templates. For example, /PKG=*.* or /PKG=%.% will extract all packages accessible in the database, /PKG=schema1.*, schema2.* or /PKG=schema1.%, schema2.% will extract all packages of the schemas schema1 and schema2.