Following is the syntax for removing information from the PDB:
$cadvise
Following is an example to remove object file information from the PDB:
Example 8 Removing object file information from the PDB
$cadvise
NOTE: For information on how cadvise searches for object files, see Example 15 “Specifying the location of object files”.
3.6 Creating a PDB snapshot at a specified location
The PDB created at a specified location is significantly smaller in size than the original PDB. A snapshot PDB can be used only for reporting purposes and not for
Following is the syntax for creating a PDB snapshot at a specified location or path:
$cadvise
Following is an example to create a PDB snapshot:
Example 9 Creating a PDB snapshot
$cadvise
Where: testpdb is the location of the PDB and snappdb is the location where the snapshot needs to be created. This location is relative or absolute.
3.7 Displaying PDB version
This option checks the PDB internal format when cadvise is invoked, and prints the PDB version along with the compatibility status. If the version is not supported, cadvise prints an error message and exits.
Following is the syntax for displaying the version of the PDB:
$cadvise
Following are the examples for displaying the version of the PDB:
Example 10 Displaying PDB version
$ cadvise
$ cadvise
3.6 Creating a PDB snapshot at a specified location 21