These are the product levels associated with each
product type.
The script can take one or more of the following arguments:
no args: This assumes that
all IPA tables have been created in the database
icsa, and that all temporary
tables have been built and populated
with the necessary IPA data.
-build: Forces the building of the IPA-related tables in the icsa database
-build_all: Forces the building and population of all temporary tables needed.
-compress: Is used to indicate
that the datafiles have been compressed with
the UNIX utility 'compress'.
The data files will be re-compressed
after use.
-nodrop: Indicates that temporary tables should not be dropped after use.
Columns |
Name | Datatype | Null |
ptype | char(4) | No |
plevel | varchar(14) | Yes |
column plevel
Product level. One of the following values:column ptypeRaw_Data
Fully_Proc
Quick_Look
Basic_Science.
Product type (apph, cmap, cmos etc).
Table Usage (MB) |
Distribution of Table Space |
Data |
0.01 |
Data |
37.50 % |
Indexes |
0.00 |
Indexes |
0.00 % |
Unused |
0.01 |
Unused |
62.50 % |
Total |
0.02 |
Number
of Rows |
154 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.pdl
(
ptype char(4) NOT NULL,
plevel varchar(14) NULL
)
LOCK ALLPAGES
go