The NC_URCD table contains the unreconciled inventory data associated with IPMI or any other technology.
Column |
Key |
Type |
Null |
Description |
---|---|---|---|---|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
SourceTech |
smallint |
The source technology used to retrieve the data. |
||
ParamType |
varchar2(12) |
The type of paramater for which data is retrieved. |
||
Data |
varchar2(512) |
The complete data in the raw format. |
NOTE:
SourceTech: 0=Unknown, 1=IPMI.
The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.