20 the oracle data dictionary and the dynamic performance

Upload: ehabn2004

Post on 04-Jun-2018

223 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    1/15

    Revision no.: PPT/2K403/02

    The Oracle Data Dictionary and the

    Dynamic Performance Views

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    2/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    2

    Oracle Data Dictionary

    Information stored in Oracle Data Dictionary.

    How is the Data Dictionary Created.

    Dict short for dictionary.

    Select * from dict where table_name like %LINKS%;

    ALL_DB_LINKS

    DBA_DB_LINKS

    USER_DB_LINKS

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    3/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    3

    OTHER VIEWS

    PRODUCT_COMPONENT_VERSION

    DBA_REGISTRY

    NLS_DATABASE_PARAMETERS

    PLAN_TABLE

    DBA_SOURCE

    DBA_JOBS

    DBA_OBJECTS

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    4/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    4

    User Management-Related Views

    DBA_USERS

    DBA_PROFILES

    ROLE_ROLE_PRIVS ROLE_TAB_PRIVS

    ROLE_SYS_PRIVS

    DBA_SYS_PRIVS DBA_TAB_PRIVS

    DBA_COL_PRIVS

    DBA_POLICIES DBA_OUTLINES

    DBA_RSRC_PLANS

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    5/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    5

    Audit-Related Vies

    DBA_AUDIT_TRAIL

    DBA_AUDIT_OBJECT

    DBA_AUDIT_SESSION

    DBA_AUDIT_STATEMENT

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    6/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    6

    Storage-Related Views

    DBA_EXTENTS

    DBA_FREE_SPACE

    DBA_SEGMENT

    DBA_DATA_FILES

    DBA_TABLESPACES

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    7/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    7

    Views for Monitoring Transactions

    DBA_LOCKS

    DBA_UNDO_EXTENTS

    DBA_RESUMABLE

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    8/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    8

    Constraint and Index Related Views

    DBA_CONSTRAINTS

    DBA_CONS_COLUMNS

    DBA_INDEXES

    DBA_IND_COLUMNS

    INDEX_STATS

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    9/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    9

    Views for Managing Database Objects

    DBA_SYNONYMS

    DBA_TRIGGERS

    DBA_SEQUENCES

    DBA_DB_LINKS

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    10/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    10

    Views for Managing Tables and Views

    DBA_TABLES

    DBA_TAB_PARTITIONS

    DBA_PART_TABLES

    DBA_TAB_COLUMNS

    DBA_VIEWS

    DBA_MVIEWS

    R i i PPT/2K403/02

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    11/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    11

    Dynamic Performance Tables V$

    V$SGA

    V$SGASTAT

    V$SGA_DYNAMIC_COMPONENTS V$BUFFER_POOL

    V$DB_CACHE_ADVICE

    V$LIBRARYCACHE

    V$ROWCACHE

    V$DB_OBJECT_CACHE

    V$PGA_STAT

    V$PGA_TARGET_ADVICE V$BACKUP_DEVICE

    V$BACKUP

    R i i PPT/2K403/02

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    12/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    12

    Dynamic Performance Tables V$ (contd.)

    V$BACKUP_PIECE

    V$RMAN_CONFIGURATION

    V$PWFILE_USERS V$SESSION_CONNECT_INFO

    V$SESSION

    V$SESS_IO

    V$SESSION_LONGOPS

    V$LOG

    V$LOGFILE

    V$ARCHIVED_LOG V$ARCHIVE_DEST

    V$ARCHIVE_DEST_STATUS

    Revision no : PPT/2K403/02

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    13/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    13

    Dynamic Performance Tables V$ (contd.)

    V$INSTANCE_RECOVERY

    V$RECOVER_FILE

    V$SYSSTAT V$INSTANCE

    V$LOCK

    V$LOCKED_OBJECT

    V$LATCH

    V$LATCHNAME

    V$PROCESS

    V$TRANSACTION V$LICENSE

    V$VERSION

    Revision no : PPT/2K403/02

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    14/15

    Revision no.: PPT/2K403/02

    CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute

    14

    Dynamic Performance Tables V$ (contd.)

    V$DATAFILE

    V$FILESTAT

    V$CONTROLFILE V$CONTROLFILE_RECORD_SECTION

  • 8/13/2019 20 the Oracle Data Dictionary and the Dynamic Performance

    15/15