Saturday, July 11, 2009

DBA_ADDM_FDG_BREAKDOWN

DBA_ADDM_FDG_BREAKDOWN describes the contribution for each finding from the different instances. There is one row for each finding and for each instance participating in the analysis. Rows are omitted if the impact from that instance is not sufficient to register a finding in a local ADDM analysis.

Related View

USER_ADDM_FDG_BREAKDOWN describes the contribution for each finding from the different instances owned by the current user.

Column

Datatype

NULL

Description

TASK_ID

NUMBER

NOT NULL

Identifies the task to which this finding belongs (see DBA_ADVISOR_TASKS)

FINDING_ID

NUMBER

NOT NULL

Identifies the finding (see DBA_ADVISOR_FINDINGS)

INSTANCE_NUMBER

NUMBER

NOT NULL

The number of the instance contributing to the finding

DATABASE_TIME

NUMBER

The database time, in microseconds, accumulated by this instance during the analysis period

ACTIVE_SESSIONS

NUMBER

The average number of active sessions of the finding in this instance

PERC_ACTIVE_SESSIONS

NUMBER

The percentage of contribution from this instance compared to the total impact of the finding

Oracle data dictionary views

Oracle dynamic performance views

DBA_2PC_PENDING

DBA_2PC_PENDING describes distributed transactions awaiting recovery.

Column

Datatype

NULL

Description

LOCAL_TRAN_ID

VARCHAR2(22)

NOT NULL

String of form: n.n.n; n is a number

GLOBAL_TRAN_ID

VARCHAR2(169)

Globally unique transaction ID

STATE

VARCHAR2(16)

NOT NULL

Collecting, prepared, committed, forced commit, or forced rollback

MIXED

VARCHAR2(3)

YES indicates part of the transaction committed and part rolled back

ADVICE

VARCHAR2(1)

C for commit, R for rollback, else NULL

TRAN_COMMENT

VARCHAR2(255)

Text for commit work comment text

FAIL_TIME

DATE

NOT NULL

Value of SYSDATE when the row was inserted (transaction or system recovery)

FORCE_TIME

DATE

Time of manual force decision (null if not forced locally)

RETRY_TIME

DATE

NOT NULL

Time automatic recovery (RECO) last tried to recover the transaction

OS_USER

VARCHAR2(64)

Operating system-specific name for the end-user

OS_TERMINAL

VARCHAR2(255)

Operating system-specific name for the end-user terminal

HOST

VARCHAR2(128)

Name of the host machine for the end-user

DB_USER

VARCHAR2(30)

Oracle user name of the end-user at the topmost database

COMMIT#

VARCHAR2(16)

Global commit number for committed transactions

Oracle data dictionary views

Oracle dynamic performance views

DBA_2PC_NEIGHBORS

DBA_2PC_NEIGHBORS describes incoming and outgoing connections for pending transactions.

Column

Datatype

NULL

Description

LOCAL_TRAN_ID

VARCHAR2(22)

Local identifier of a transaction

IN_OUT

VARCHAR2(3)

IN for incoming connections, OUT for outgoing

DATABASE

VARCHAR2(128)

IN for client database name, OUT for outgoing database link

DBUSER_OWNER

VARCHAR2(30)

IN for name of local user, OUT for owner of database link

INTERFACE

VARCHAR2(1)

C for request commit, otherwise N for prepare or request readonly commit

DBID

VARCHAR2(16)

Database ID at the other end of the connection

SESS#

NUMBER(38)

Session number of the connection at this database

BRANCH

VARCHAR2(128)

Transaction branch ID of the connection at this database

Oracle data dictionary views

Oracle dynamic performance views