KnownOracleListener Table
Records any discovered Oracle listeners that a DiscoveredDevice
is providing.
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.
Database Column |
Details |
---|---|
KnownOracleListenerID
|
Type: integer. Key. Generated ID Unique id for the known listener. |
DeviceID
|
Type: integer. Key Device identity number. Foreign key to the |
Port
|
Type: integer. Key Port for this listener. |
Name
|
Type: text (max 128 characters) The name of the service provided by the device. |
Version
|
Type: text (max 32 characters) The version of the service provided by the device. |
ManuallyAdded
|
Type: boolean Boolean field specifying whether the KnownService record has been manually added by the user. |
DiscoveredRemotely
|
Type: boolean True means this listener is discovered using remote discovery, false otherwise. |
DiscoveredLocally
|
Type: boolean True means this listener is discovered using local discovery, false otherwise. |
DiscoveredViaTNSNames
|
Type: boolean True means this listener is discovered from a TNSNames file on an inventory beacon, false otherwise. |
DiscoveredViaRDS
|
Type: boolean True means this listener is discovered by the AWS adapter from the AWS API. |