InstalledJavaEvidenceDetail Table

InstalledJavaEvidenceDetail provides additional information for Java evidence that has been installed on a computer.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for InstalledJavaEvidenceDetail table

Database Column

Details

InstalledJavaEvidence DetailID

Type: integer. Key. Generated ID

A unique identifier for a Java evidence detail record.

ComplianceConnectionID

Type: integer. Key

The data source where the match is occurring. Foreign key to the ComplianceConnection table.

ComplianceComputerID

Type: integer. Key

An identifier for a computer record. Foreign key to the ComplianceComputer table.

FileEvidenceID

Type: integer

The file evidence related to the evidence detail. Foreign key to the FileEvidence table.

InstalledFileEvidence DetailID

Type: integer. Nullable

The installed file evidence detail record. Foreign key to the InstalledFileEvidenceDetail table.

FilePath

Type: text (max 400 characters). Nullable

Installation path of the Java installation.

InstallDate

Type: datetime. Nullable

Installation data of the Java installation.

PublisherName

Type: text (max 400 characters). Nullable

The publisher of the Java installation.

JavaVersion

Type: text (max 400 characters). Nullable

The version number of Java installation.

VersionSixOrBefore

Type: boolean. Nullable

Indication that java version is lower than 6 (Y/N).

ReleaseFileExists

Type: boolean

Indication that release file exists (Y/N).

OpenSource

Type: boolean

Indication that the Java installation is recognized as an Open Source distribution(Y/N).

UnlockCommercialFeatures

Type: boolean

Indication that java process is started with the UnlockCommercialFeatures option (Y/N).

MissionControl

Type: boolean

Indication that “jmrc”, “jmc” or “missioncontrol” process/folder are found (Y/N).

AmcAgent

Type: boolean

Indication that Advanced Management Console (AMC) Agent is running (Y/N).

UsageTracker

Type: boolean

Indication that the usagetracker files are found (Y/N).

PartOfOtherProduct

Type: boolean

Indication that the installation is embedded into another application (Y/N).

HasVerifiedAgent

Type: boolean

Indication that the scanning agent was doing an Oracle verified scan (Y/N).