BDNA Data Platform 5.4 July 2017 (Oracle)
CAT_WINDESKTOP_COMPATIBILITY - Windows Desktop compatibility data

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
CAT_WINDOWS_COMPATIBILITY_ID number 0  √  null Windows Desktop Compatibility's unique identifier
CAT_COMPATIBILITY_ID number 0  √  null CAT_COMPATIBILITY table's unique identifier
CAT_COMPATIBILITY_TYPE varchar2 2000  √  null Compatible Type which referes to CAT_COMPATIBILITY table. eg: WINDOWS7,WINDOWS8,WINDOWS10
CREATE_DATE date 7  √  null The date when row was first created
LAST_MODIFIED_DATE date 7  √  null The date when last modification on the row was made
WIN_32BIT_COMPAT_STATUS number 0  √  null A flag to indicate the compatibility status of the software release with regards to Windows 32-bit. Values: 0-7
WIN_32BIT_COMPAT_STATUS_DESC varchar2 2000  √  null Labels for the WIN_32BIT_COMPAT_STATUS column. The values: '0=Compatible - Windows 8 Logo,' '1=Compatible,' '2=Free Update Required,' '3=Paid Update Required,' '4=Future Compatibility,' '5=Not Compatible,' '6=Information Coming Soon,' and '7=Other'
WIN_32BIT_COMPAT_UPGRADE_PATH varchar2 2000  √  null The upgrade path for the software release to attain Windows 32-bit compatibility
WIN_32BIT_COMPAT_DATE varchar2 32  √  null The date when the software release attained Windows 32-bit compatibility
WIN_32BIT_READINESS varchar2 50  √  null 32 Bit readiness values - Compatible, Not Compatible/EOL, Required Compatibility Check
WIN_64BIT_COMPAT_STATUS number 0  √  null A flag to indicate the compatibility status of the software release with regards to Windows 64-bit. Values: 0-7
WIN_64BIT_COMPAT_STATUS_DESC varchar2 2000  √  null Labels for the WIN_64BIT_COMPAT_STATUS column. The values: '0=Compatible - Windows 8 Logo,' '1=Compatible,' '2=Free Update Required,' '3=Paid Update Required,' '4=Future Compatibility,' '5=Not Compatible,' '6=Information Coming Soon,' and '7=Other'
WIN_64BIT_COMPAT_UPGRADE_PATH varchar2 2000  √  null The upgrade path for the software release to attain Windows 64-bit compatibility
WIN_64BIT_COMPAT_DATE varchar2 255  √  null The date when the software release attained Windows 64-bit compatibility
WIN_64BIT_READINESS varchar2 50  √  null 64 Bit readiness values - Compatible, Not Compatible/EOL, Required Compatibility Check
CAT_MANUFACTURER_ID number 0  √  null Manufacturer's unique identifier
CAT_SW_PRODUCT_ID number 0  √  null Software product's unique identifier
CAT_SW_EDITION_ID number 0  √  null Suite Software edition's unique identifier
CAT_SW_VERSION_GROUP_ID number 0  √  null Suite Software version group's unique identifier
CAT_SW_VERSION_ID number 0  √  null Suite Software version's unique identifier
CAT_SW_RELEASE_ID number 0  √  null Software release's unique identifier
COMMUNITY_COMPATIBLE number 0  √  null The count of community members who have rated this release as Windows Compatible for CAT_COMPATIBILITY_TYPE
COMMUNITY_NOT_COMPATIBLE number 0  √  null The count of community members who have rated this release as NOT Windows Compatible for CAT_COMPATIBILITY_TYPE
PRIVATE_FLAG number 0  √  null 0 = Not Modified (i.e. original Technopedia entry),1 = Modified Technopedia object, 2 = Proprietary object (those that have negative ids)
IS_PRIVATE varchar2 1  √  null y = a private entry, n = original Technopedia entry
PRIVATE_TYPE varchar2 500  √  null PRIVATE_TYPE = NULL if PRIVATE_FLAG = 0,PRIVATE_TYPE = Modified Technopedia entry if PRIVATE_FLAG = 1,PRIVATE_TYPE = Proprietary entry if PRIVATE_FLAG = 2
GENERATED_DATE date 7  √  null Date when the view CAT_WINDESKTOP_COMPATIBILITY is generated
TO_BE_DELETED varchar2 1  √  null Would this record be deleted? eg: Y
TO_BE_DELETED_ON date 7  √  null The date when this record would be deleted
DELETE_REASON varchar2 500  √  null The reason why the entry is marked to be deleted (Values: Duplicate,Inaccurate)
REPLACEMENT_ID number 0  √  null Unique identifier of the replacement entry whenever the entry is marked to be deleted for 'Duplicate' reason

Analyzed at Thu Jul 20 12:13 PDT 2017

View Definition:
SELECT CAT_WINDOWS7_COMPATIBILITY_ID,CAT_COMPATIBILITY_ID,CAT_COMPATIBILITY_TYPE,CREATE_DATE,LAST_MODIFIED_DATE,WIN7_32BIT_COMPAT_STATUS,WIN7_32BIT_COMPAT_STATUS_DESC, WIN7_32BIT_COMPAT_UPGRADE_PATH,WIN7_32BIT_COMPAT_DATE,WIN7_32BIT_READINESS,WIN7_64BIT_COMPAT_STATUS,WIN7_64BIT_COMPAT_STATUS_DESC,WIN7_64BIT_COMPAT_UPGRADE_PATH, WIN7_64BIT_COMPAT_DATE,WIN7_64BIT_READINESS,CAT_MANUFACTURER_ID,CAT_SW_PRODUCT_ID,CAT_SW_EDITION_ID,CAT_SW_VERSION_GROUP_ID,CAT_SW_VERSION_ID,CAT_SW_RELEASE_ID, NULL COMMUNITY_COMPATIBLE,NULL COMMUNITY_NOT_COMPATIBLE,PRIVATE_FLAG,IS_PRIVATE,PRIVATE_TYPE,GENERATED_DATE,TO_BE_DELETED,TO_BE_DELETED_ON,DELETE_REASON,REPLACEMENT_ID FROM CAT_WINDOWS7_COMPATIBILITY UNION ALL SELECT CAT_WINDOWS8_COMPATIBILITY_ID,CAT_COMPATIBILITY_ID,CAT_COMPATIBILITY_TYPE,CREATE_DATE,LAST_MODIFIED_DATE,WIN8_32BIT_COMPAT_STATUS,WIN8_32BIT_COMPAT_STATUS_DESC, WIN8_32BIT_COMPAT_UPGRADE_PATH,WIN8_32BIT_COMPAT_DATE,WIN8_32BIT_READINESS,WIN8_64BIT_COMPAT_STATUS,WIN8_64BIT_COMPAT_STATUS_DESC,WIN8_64BIT_COMPAT_UPGRADE_PATH, WIN8_64BIT_COMPAT_DATE,WIN8_64BIT_READINESS,CAT_MANUFACTURER_ID,CAT_SW_PRODUCT_ID,CAT_SW_EDITION_ID,CAT_SW_VERSION_GROUP_ID,CAT_SW_VERSION_ID,CAT_SW_RELEASE_ID, COMMUNITY_COMPATIBLE,COMMUNITY_NOT_COMPATIBLE,PRIVATE_FLAG,IS_PRIVATE,PRIVATE_TYPE,GENERATED_DATE,TO_BE_DELETED,TO_BE_DELETED_ON,DELETE_REASON,REPLACEMENT_ID FROM CAT_WINDOWS8_COMPATIBILITY UNION ALL SELECT CAT_WINDOWS10_COMPATIBILITY_ID,CAT_COMPATIBILITY_ID,CAT_COMPATIBILITY_TYPE,CREATE_DATE,LAST_MODIFIED_DATE,WIN10_32BIT_COMPAT_STATUS,WIN10_32BIT_COMPAT_STATUS_DESC, WIN10_32BIT_COMPAT_UPG_PATH,WIN10_32BIT_COMPAT_DATE,WIN10_32BIT_READINESS,WIN10_64BIT_COMPAT_STATUS,WIN10_64BIT_COMPAT_STATUS_DESC,WIN10_64BIT_COMPAT_UPG_PATH, WIN10_64BIT_COMPAT_DATE,WIN10_64BIT_READINESS,CAT_MANUFACTURER_ID,CAT_SW_PRODUCT_ID,CAT_SW_EDITION_ID,CAT_SW_VERSION_GROUP_ID,CAT_SW_VERSION_ID,CAT_SW_RELEASE_ID, COMMUNITY_COMPATIBLE,COMMUNITY_NOT_COMPATIBLE,PRIVATE_FLAG,IS_PRIVATE,PRIVATE_TYPE,GENERATED_DATE,TO_BE_DELETED,TO_BE_DELETED_ON,DELETE_REASON,REPLACEMENT_ID FROM CAT_WINDOWS10_COMPATIBILITY
 
Possibly Referenced Tables/Views:

Confidential and Proprietary to BDNA