Skip to main content

Oracle

The Oracle screen lists the properties of every Oracle database used by a connected application. One line per (Application, Product / Instance). The data is collected by the Nomasx-1 connector through standard V$ views.

It is the technical inventory of each Oracle instance — the source of truth for the licence-side analysis carried out on Licenses → Oracle.


At a glance

Nomasx-1 · Database · OracleAPPPRODUCTVERSIONHOSTINSTANCECPUACTIVETOTALTECHDGSIZE GB12Enterprise Edition19.21.0db-prd-jde-01PRDJDE1614221814Y1 24012Diagnostic Pack19.21.0db-prd-jde-01PRDJDE1614221814Y1 24012Advanced Compression19.21.0db-prd-jde-01PRDJDE1614221814Y1 240

Goal of the view

For each Oracle database backing a connected application:

  • Inventory of installed products. Database edition, packs, options — what is actually deployed on the server.
  • Sizing data. CPU count + active vs total users + technical users + storage size — the inputs of the Oracle licence calculation, whether NUP (named-user plus) or processor-based.
  • Data Guard footprint. The DG flag tells whether the instance participates in a Data Guard configuration — relevant for failover sizing and licence dual-counting questions.

Columns

ColumnSourceWhat it tells you
Application IDORAP_APPS_ID — application identifier.The connected application.
ProductORAP_PRODUCT — product / pack / option name.What is installed (Enterprise Edition, Diagnostic Pack, Advanced Compression, …).
Full versionORAP_FULL_VERSION — full version string.Exact installed patch level.
VersionORAP_VERSION — major version.Major version (19c, 21c, …).
HostnameORAP_HOSTNAME — host.Server hosting the instance.
InstanceORAP_NAME — instance name.Oracle SID / DB unique name.
Instances countORAP_COUNT_INST — number of instances.RAC distinguishes from single-instance.
CPUORAP_CPU — CPU core count.Used for processor-based licensing.
Active usersORAP_ACTIVE_USERS — count.Active named accounts on the database.
Total usersORAP_TOTAL_USERS — count.All named accounts on the database.
Technical usersORAP_TECHNICAL_USERS — count derived from USRP_TECHNICAL.Users flagged as technical in Nomasx-1 — excluded from NUP.
PackORAP_PACK — pack code. Hidden.Used by the licence compliance computation.
Data GuardORAP_DG — boolean.Whether the instance is part of a Data Guard configuration.
Size GBORAP_SIZE_GB — total size.Storage footprint.

Context menu

Right-click a row to open the row menu. Each shortcut opens the dedicated screen pre-filtered on the selected database — the four drill-downs that complete the Oracle technical picture.

ActionWhat it shows
Display UsersThe list of accounts declared on the application — for an Oracle-only application those are the database users. Columns: user ID, status, creation date, last login, last usage, plus the technical / generic / linked flags.
Display OptionsThe Oracle options collected from the instance. One row per (component, parameter, value) — the parameters that switch a licensable option on or off, mapped to the licence component each belongs to.
Display FeaturesThe Oracle features observed on the instance from the feature-usage history. One row per feature with the licence component, first and last usage date. The first / last dates tell whether a feature was ever used, and whether it is still used today.
Display PartitionsThe tables and indexes that use the Partitioning option. One row per (owner, segment type, segment name) with the creation date and the date of the last DDL. The owner is flagged when it is a technical account, so a partitioned object held by a vendor schema can be told apart from one created by the business.

Tips & best practices

  • Filter on Product containing "Pack" to extract the management packs in use — the heaviest audit topic.
  • Cross-check Active users against Total users — a large gap means dormant accounts on the database itself, separate from the source-system accounts.
  • The Technical users column lets you compute a "real human" NUP figure when negotiating the renewal.
  • A Data Guard configuration doubles the licence requirement unless the standby is configured as a passive failover — clarify with Oracle.