You are on page 1of 2

© Copyright 2003 Solution Beacon, LLC.

All Rights Reserved


Revision 200308
shutdown – shutdown the database
startup – startup the database mts_servers = 1 # Number of servers with which to start.
SQL> startup can run simultaneously.
registered trademarks, or service marks of their respective owners. SQL> connect / as sysdba mts_max_servers = 20 # Maximum number of server processors that
profits. Any other commercial product names herein are trademarks, $ sqlplus / nolog can run simultaneously.
incidental damages, including, but not limited to, loss of business As user oracle … mts_max_dispatchers = 5 # Maximum number of dispatchers that
event shall Solution Beacon be liable for any consequential or ----------------------------------------------------------------------------- to be created when database or database instance starts up.
Beacon does not warrant that this document is error-free. In no Database control (UNIX) mts_dispatchers = ìtcp,1î # Number & type of dispatcher processes
notify any person of such revisions or improvements. Solution segments that can be kept online simultaneously by one instance.
-----------------------------------------------------------------------------
improvements to this document at any time without obligation to max_rollback_segments = 30 # Maximum number of rollback
As user oracle … execute the script, $ORACLE_HOME/bin/helpins
Solution Beacon, LLC reserves the right to revise or make max_enabled_roles = 20 # Maximum number of roles per user.
Installing Help into SQL*Plus –
SQL*Plus -- UNLIMITED).
solutions@solutionbeacon.com to the specified number of operating system blocks (or
$ sqlldr <Enter>
Contact: SQL*Loader -- max_dump_file_size = 500 # Limits the physical size of the trace file
blocks needed to trigger a checkpoint. Values: 2 to UNLIMITED.
compress=y consistent=y buffer=1024000 log=full_exp.log
log_checkpoint_interval = 10000 # Number of new redo log file
www.solutionbeacon.com export example: $ exp system/manager file=expdat.dmp full=y
$ exp help = y the SGA. Max = 500K or 128K * CPU_COUNT.
Export -- log_buffer = 65536 # Number of bytes allocated to redo log buffer in
articles from our website: archiving.
buffer=2048000 indexes=y ignore=y commit=y log=full_import.log
Download this and other Pocket Guides and technical log_archive_start = TRUE # Enables (TRUE) or Disables (FALSE)
import example: $ imp system/manager file=expdat.dmp full=y rows=y
log_archive_format = _%s.log # Sets format for archived logs.
$ imp help = y
the first part of the name of each archive log that will be written.
Revised for 9i by Kevin Dahl/Jeff Holt Import --
log_archive_dest = /u08/oraarch/ORCL/arch # Directory location &
----------------------------------------------------------------------------- java_pool_size = 50000000 # minimum for 11i
Accessing Utilities Help link name checking.
----------------------------------------------------------------------------- global_names = TRUE # Enables (TRUE) or disables (FALSE) db
areas are tuned. 65535) that can be locked by the operating system lock manager.
workarea_size_policy = AUTO # Controls mode in which working enqueue_resources = 9999 # Sets the number of resources (10-
in which to write user process trace files. d b _name = ORCL # The name of this database.
user_dump_dest = /u01/app/oracle/admin/ORCL/udump # Directory the buffer cache at once when performing a sequential scan.
Pocket Guide
instance starts. db_file_multiblock_read_count = 8 # Number of blocks read into
undo_tablespace = UNDOTS # undo tablespace to be used when database is running.
committed undo information to retain db_files = 80 # Number of database files that can be open when the
undo_retention = 1800 # specifies (in seconds) the amount of identifiers, separated by periods.
DBA
mode. components of a global database name, consisting of valid
undo_management = AUTO # specifies the undo space management db_domain = my_company.com # Specifies the extension
timing information on your SQL statements & by user sessions. is created.
ORACLE 9i
timed _statistics = TRUE # If set TRUE, provides needed CPU kilobytes. This parameter takes effect only at the time the database
rdbms. recommends that you set the parameter to a minimum of 8
system_trig_enabled = FALSE # set to TRUE when upgrading db_block_size = 8192 # Size of each database buffer. Oracle
available for sorting. be as many buffers as will fit in 48MB.
sort_area_size = 2048000 # Size in bytes that a user process has in memory. In 8.1.x, the default buffer cache size is calculated to
SGA. db_block_buffers = 6000 # Sets the size of the database buffer cache
shared_pool_size = 3500000 # Size of shared buffer pool in the Directory in which to write core dumps in an error situation.
row_locking = ALWAYS # Should row locking be used? core_dump_dest = /u01/app/oracle/admin/ORCL/cdumpn #
rollback segments that you want brought online at instance startup. control files.
rollback_segments = (r01,r02,r03,r04) # Indicates all of the private /u02/oradata/ORCL/controlORCL02.ctl) # Full path to database
(ex: materialized views/function indexes). control_files = (/u01/oradata/ORCL/controlORCL01.ctl,
query_rewrite_enabled = FALSE #enable or disable query rewriting background processes (LGWR, DBWn, and so on).
to the instance. Directory in which to write debugging trace files for the
processes = 25 # Max number of simultaneous connections allowed background_dump_dest = /u01/app/oracle/admin/ORCL/bdump #
memory available. of rows to the audit table.
pga_aggregate_target = 1000m #specifies the target aggregate PGA audit_trail = FALSE # Enables (TRUE) or disables (FALSE) writing
of PQO users * their maximum degree of parallelism * 2). path to which audit files are written.
allowed to exist concurrently. Set the value to (maximum number audit_file_dest = /u01/app/oracle/admin/ORCL/adump # Sets the
parallel_max_servers = 5 # Maximum number of servers that are -----------------------------------------------------------------------------
can have open at any one time. Initialization Parameters
open_cursors = 64 # Maximum number of cursors that a user session -----------------------------------------------------------------------------
----------------------------------------------------------------------------- ----------------------------------------------------------------------------- v$INSTANCE, v$LICENSE, v$OFFLINE_RANGE, v$OPTION,
DBA Views Dynamic Performance Views v$SGA, v$SGA_STAT, v$TABLESPACE, v$VERSION
----------------------------------------------------------------------------- ----------------------------------------------------------------------------- Fixed Views --
Storage Information -- Instance Level Tuning -- v$FIXED_TABLE, v$FIXED_VIEW_DEFINITION,
DBA_EXTENTS, DBA_FREE_SPACE, DBA_OBJECTS, v$GLOBAL_TRANSACTION, v$OBJECT_DEPENDENCY, v$INDEXED_FIXED_COLUMN
DBA_OBJECT_SIZE, DBA_ROLLBACK_SEGS, v$SHARED_POOL_RESERVED, v$SORT_SEGMENT, Miscellaneous Views --
DBA_SEGMENTS, DBA_TABLESPACES v$SORT_USAGE, v$STATNAME, v$SYSSTAT, v$TIMER, v$TYPE_SIZE, v$SEQUENCES
Operating System -- v$SYSTEM_CURSOR_CACHE, v$SYSTEM_EVENT, MTS and Parallel Server Views --
DBA_DATA_FILES, DBA_EXP_FILES v$TRANSACTION, v$INSTANCE, v$LATCH,
v$CIRCUIT, v$DISPATCHER, v$DISPATCHER_RATE, v$MTS,
Privileges -- v$LIBRARYCACHE, v$ROLLSTAT, v$ROWCACHE,
v$QUEUE, v$REQDIST, v$SHARED_SERVER, v$THREAD
vRSGASTAT, v$SQLAREA, v$SQLTEXT, v$WAITSTAT
DBA_COL_PRIVS, DBA_PROFILES, DBA_ROLES, File Mapping --
DBA_ROLE_PRIVS, DBA_SYS_PRIVS, DBA_TAB_PRIVS, Recovery Based Views --
v$MAP_LIBRARY, v$MAP_FILE, v$MAP_FILE_EXTENT,
DBA_UPDATABLE_COLUMNS v$ARCHIVE, v$ARCHIVE_DEST, v$BACKUP_CORRUPTION,
v$MAP_ELEMENT, v$MAP_EXT_ELEMENT,
Indexes -- v$BACKUP_DEVICE, v$BACKUP_REDOLOG,
v$MAP_SUBELEMENT, v$MAP_COMP_LIST,
v$DELETED_OBJECT, v$RECOVERY_LOG, v$RECOVER_FILE,
DBA_INDEXES, DBA_IND_COLUMNS, v$MAP_FILE_IO_STACK
v$ARCHIVED_LOG, v$BACKUP, v$BACKUP_DATAFILE,
DBA_IND_EXPRESSIONS, DBA_IND_PARTITIONS -----------------------------------------------------------------------------
v$BACKUP_PIECE, v$BACKUP_SET,
Tables/Views -- v$RECOVERY_FILE_STATUS, v$RECOVERY_STATUS, Popular Instance Statistics
DBA_TABLES, DBA_TAB_COLUMNS, v$DATABASE_BLOCK_CORRUPTION, -----------------------------------------------------------------------------
DBA_TAB_PARTITIONS, DBA_TAB_COMMENTS, v$DATABASE_INCARNATION Descriptions for statistics stored in the v$SESSTAT and v$SYSSTAT
DBA_UNUSED_COL_TABS, DBA_VIEWS Cache Views -- views. Set TIMED_STATISTICS = TRUE in the database.
Constraints -- v$CACHE, v$LIBRARYCACHE, v$SUBCACHE, Query:
DBA_CONSTRAINTS, DBA_CONS_COLUMNS v$DB_OBJECT_CACHE, v$ROWCACHE SELECT n.name, s.value
Triggers -- FROM v$statname n, v$sysstat s
Control File Views -- WHERE n.statistic# = s.statistic#
DBA_TRIGGERS, DBA_TRIGGER_COLS, v$CONTROLFILE, v$CONTROLFILE_RECORD_SELECTION
DBA_INTERNAL_TRIGGERS ORDER BY n.class, n.name;
Cursor / SQL Views -- enqueue timeouts – lock timed out, s/b small #.
Materialized Views -- v$OPEN_CURSOR, v$SQLAREA, v$SQL, v$SQLTEXT, enqueue waits – # times waited for a lock.
DBA_MVIEW_AGGREGATES, DBA_MVIEW_ANALYSIS, v$SQLTEXT_WITH_NEWLINES, v$SQL_CURSOR, enqueue requests – # of locks requested.
DBA_MVIEW_DETAIL_RELATIONS, DBA_MVIEW_JOINS, v$SQL_BIND_METADATA, v$SQL_SHARED_MEMORY, enqueue conversions – # times lock type changed.
DBA_MVIEW_KEYS v$SQL_BIND_DATA, v$SQL_WORKAREA, enqueue releases – # of locks released.
Partitions -- v$SQL_WORKAREA_ACTIVE db block gets – # requests for current copy of block.
DBA_PART_COL_STATISTICS, DBA_PART_HISTOGRAMS, Security Views -- consistent gets – this + db block gets = # logical reads.
DBA_PART_INDEXES, DBA_PART_KEY_COLUMNS, v$ENABLEDPRIVS, v$PWFILE_USERS physical reads – reads directly from disk.
DBA_PART_LOBS, DBA_PART_TABLES, Session Views -- free buffer requested – # of free buff
DBA_IND_SUBPARTITIONS, DBA_LOB_PARTITIONS, DBWR free buffers found – number of clean buffers found in scan.
v$ACCESS, v$MYSTAT, v$PROCESS, v$SESSION ,
DBA_LOB_SUBPARTITIONS DBWR lru scans – number of times lru scanned.
v$SESSION_CONNECT_INFO, v$SESSION_CURSOR_CACHE,
Objects, Methods and Types -- v$SESSION_EVENT, v$SESSION_LONGOPS, DBWR buffers scanned – number of lru scanned for dirty buffers.
DBA_OBJECT_TABLES, DBA_METHOD_PARAMS, v$SESSION_OBJECT_CACHE, v$SESSION_WAIT, v$SESSTAT Logons cumulative – a since last warm start.
DBA_METHOD_RESULTS, DBA_TYPES, DBA_TYPE_ATTRS, (needs v$statname, v$session join), v$SESS_IO Logons current – current users.
DBA_TYPE_METHODS, DBA_DIMENSIONS, DBA_LOBS opened cursors cumulative – since warm start.
Latch and Lock Views -- opened cursors current – current SQL cursors.
Operators -- v$BUFFER_POOL, v$CACHE_LOCK, v$CLASS_PING,
DBA_OPANCILLARY, DBA_OPARGUMENTS, recursive calls – high value indicates dict cache too small.
v$DLM_CONVERT_LOCAL, v$DLM_CONVERT_REMOTE, redo entries – # redo entries created.
DBA_OPBINDINGS, DBA_OPERATORS v$DLM_LATCH, v$DLM_MISC, v$ENQUEUE_LOCK, redo size – bytes of generated redo entries.
Summaries -- v$EVENT_NAME, v$FALSE_PING, v$FILE_PING, v$LATCH, redo buffer allocation retries – indicates redo problem.
DBA_SUMMARIES, DBA_SUMMARY_AGGREGATES, v$LATCHHOLDER, v$LATCHNAME, v$LATCH_CHILDREN, redo wastage – filler added to redos, high value is ok.
DBA_SUMMARY_DETAIL_TABLES, DBA_SUMMARY_JOINS, v$LATCH_MISSES, v$LATCH_PARENT, v$LOCK, redo log space requests – requests to write to redo buffer.
DBA_SUMMARY_KEYS v$LOCK_ACTIVITY, v$LOCK_ELEMENT, session logical reads – total # of reads (logical/physical).
Miscellaneous -- v$LOCKED_OBJECT, v$LOCKS_WITH_COLLISIONS, v$PING, sorts(disk) – number of sorts sent to disk.
DBA_DB_LINKS, DBA_SOURCE, DBA_SEQUENCES, v$RESOURCE, v$RESOURCE_LIMIT, sorts(memory) – number of sorts performed in memory.
DBA_SYNONYMS, DBA_USERS, DBA_OUTLINES, v$TRANSACTION_ENQUEUE, v$LOCK sorts(rows) – total number of rows sorted cumulative.
DBA_JOBS, DBA_JOBS_RUNNING, DBA_LIBRARIES, Instance Views -- table scans (long tables) – minimize in application.
DBA_PENDING_TRANSACTIONS, DBA_RULESETS, v$ACTIVE_INSTANCES, v$BGPROCESS, v$BH, table scan rows gotten – minimize in application.
DBA_OUTLINE_HINTS, DBA_POLICIES, v$COMPATBILITY, v$COMPATSEG, v$COPY_CORRUPTION, table fetch by rowid – indexed fetches.
DBA_SUBPART_KEY_COLUMNS, DBA_TEMP_FILES, v$DATABASE, v$DATAFILE, v$DATAFILE_COPY,
DBA_TS_QUOTAS, DBA_JAVA_POLICY, v$DATAFILE_HEADER, v$DBFILE, v$DBLINK, v$DB_PIPES,
USER_JAVA_POLICY
© Copyright 2003 Solution Beacon, LLC. All Rights Reserved
© Copyright 2003 Solution Beacon, LLC. All Rights Reserved

Revision 200308

shutdown – shutdown the database


startup – startup the database mts_servers = 1 # Number of servers with which to start.
SQL> startup can run simultaneously.
registered trademarks, or service marks of their respective owners. SQL> connect / as sysdba mts_max_servers = 20 # Maximum number of server processors that
profits. Any other commercial product names herein are trademarks, $ sqlplus / nolog can run simultaneously.
incidental damages, including, but not limited to, loss of business As user oracle … mts_max_dispatchers = 5 # Maximum number of dispatchers that
event shall Solution Beacon be liable for any consequential or ----------------------------------------------------------------------------- to be created when database or database instance starts up.
Beacon does not warrant that this document is error-free. In no Database control (UNIX) mts_dispatchers = ìtcp,1î # Number & type of dispatcher processes
notify any person of such revisions or improvements. Solution segments that can be kept online simultaneously by one instance.
-----------------------------------------------------------------------------
improvements to this document at any time without obligation to max_rollback_segments = 30 # Maximum number of rollback
As user oracle … execute the script, $ORACLE_HOME/bin/helpins
Solution Beacon, LLC reserves the right to revise or make max_enabled_roles = 20 # Maximum number of roles per user.
Installing Help into SQL*Plus –
SQL*Plus -- UNLIMITED).
solutions@solutionbeacon.com to the specified number of operating system blocks (or
$ sqlldr <Enter>
Contact: SQL*Loader -- max_dump_file_size = 500 # Limits the physical size of the trace file
blocks needed to trigger a checkpoint. Values: 2 to UNLIMITED.
compress=y consistent=y buffer=1024000 log=full_exp.log
www.solutionbeacon.com log_checkpoint_interval = 10000 # Number of new redo log file
export example: $ exp system/manager file=expdat.dmp full=y
$ exp help = y the SGA. Max = 500K or 128K * CPU_COUNT.
Export -- log_buffer = 65536 # Number of bytes allocated to redo log buffer in
articles from our website: archiving.
buffer=2048000 indexes=y ignore=y commit=y log=full_import.log
Download this and other Pocket Guides and technical import example: $ imp system/manager file=expdat.dmp full=y rows=y
log_archive_start = TRUE # Enables (TRUE) or Disables (FALSE)
log_archive_format = _%s.log # Sets format for archived logs.
$ imp help = y
the first part of the name of each archive log that will be written.
Revised for 9i by Kevin Dahl/Jeff Holt Import --
log_archive_dest = /u08/oraarch/ORCL/arch # Directory location &
----------------------------------------------------------------------------- java_pool_size = 50000000 # minimum for 11i
Accessing Utilities Help link name checking.
----------------------------------------------------------------------------- global_names = TRUE # Enables (TRUE) or disables (FALSE) db
areas are tuned. 65535) that can be locked by the operating system lock manager.
workarea_size_policy = AUTO # Controls mode in which working enqueue_resources = 9999 # Sets the number of resources (10-
Pocket Guide in which to write user process trace files.
user_dump_dest = /u01/app/oracle/admin/ORCL/udump # Directory
d b _name = ORCL # The name of this database.
the buffer cache at once when performing a sequential scan.
instance starts. db_file_multiblock_read_count = 8 # Number of blocks read into
undo_tablespace = UNDOTS # undo tablespace to be used when database is running.
DBA committed undo information to retain db_files = 80 # Number of database files that can be open when the
undo_retention = 1800 # specifies (in seconds) the amount of identifiers, separated by periods.
mode. components of a global database name, consisting of valid
undo_management = AUTO # specifies the undo space management db_domain = my_company.com # Specifies the extension
ORACLE 9i timing information on your SQL statements & by user sessions. is created.
timed _statistics = TRUE # If set TRUE, provides needed CPU kilobytes. This parameter takes effect only at the time the database
rdbms. recommends that you set the parameter to a minimum of 8
system_trig_enabled = FALSE # set to TRUE when upgrading db_block_size = 8192 # Size of each database buffer. Oracle
available for sorting. be as many buffers as will fit in 48MB.
sort_area_size = 2048000 # Size in bytes that a user process has in memory. In 8.1.x, the default buffer cache size is calculated to
SGA. db_block_buffers = 6000 # Sets the size of the database buffer cache
shared_pool_size = 3500000 # Size of shared buffer pool in the Directory in which to write core dumps in an error situation.
row_locking = ALWAYS # Should row locking be used? core_dump_dest = /u01/app/oracle/admin/ORCL/cdumpn #
rollback segments that you want brought online at instance startup. control files.
rollback_segments = (r01,r02,r03,r04) # Indicates all of the private /u02/oradata/ORCL/controlORCL02.ctl) # Full path to database
(ex: materialized views/function indexes). control_files = (/u01/oradata/ORCL/controlORCL01.ctl,
query_rewrite_enabled = FALSE #enable or disable query rewriting background processes (LGWR, DBWn, and so on).
to the instance. Directory in which to write debugging trace files for the
processes = 25 # Max number of simultaneous connections allowed background_dump_dest = /u01/app/oracle/admin/ORCL/bdump #
memory available. of rows to the audit table.
pga_aggregate_target = 1000m #specifies the target aggregate PGA audit_trail = FALSE # Enables (TRUE) or disables (FALSE) writing
of PQO users * their maximum degree of parallelism * 2). path to which audit files are written.
allowed to exist concurrently. Set the value to (maximum number audit_file_dest = /u01/app/oracle/admin/ORCL/adump # Sets the
parallel_max_servers = 5 # Maximum number of servers that are -----------------------------------------------------------------------------
can have open at any one time. Initialization Parameters
open_cursors = 64 # Maximum number of cursors that a user session -----------------------------------------------------------------------------

----------------------------------------------------------------------------- ----------------------------------------------------------------------------- v$INSTANCE, v$LICENSE, v$OFFLINE_RANGE, v$OPTION,


DBA Views Dynamic Performance Views v$SGA, v$SGA_STAT, v$TABLESPACE, v$VERSION
----------------------------------------------------------------------------- ----------------------------------------------------------------------------- Fixed Views --
Storage Information -- Instance Level Tuning -- v$FIXED_TABLE, v$FIXED_VIEW_DEFINITION,
DBA_EXTENTS, DBA_FREE_SPACE, DBA_OBJECTS, v$GLOBAL_TRANSACTION, v$OBJECT_DEPENDENCY, v$INDEXED_FIXED_COLUMN
DBA_OBJECT_SIZE, DBA_ROLLBACK_SEGS, v$SHARED_POOL_RESERVED, v$SORT_SEGMENT, Miscellaneous Views --
DBA_SEGMENTS, DBA_TABLESPACES v$SORT_USAGE, v$STATNAME, v$SYSSTAT, v$TIMER, v$TYPE_SIZE, v$SEQUENCES
Operating System -- v$SYSTEM_CURSOR_CACHE, v$SYSTEM_EVENT, MTS and Parallel Server Views --
DBA_DATA_FILES, DBA_EXP_FILES v$TRANSACTION, v$INSTANCE, v$LATCH,
v$CIRCUIT, v$DISPATCHER, v$DISPATCHER_RATE, v$MTS,
Privileges -- v$LIBRARYCACHE, v$ROLLSTAT, v$ROWCACHE,
v$QUEUE, v$REQDIST, v$SHARED_SERVER, v$THREAD
vRSGASTAT, v$SQLAREA, v$SQLTEXT, v$WAITSTAT
DBA_COL_PRIVS, DBA_PROFILES, DBA_ROLES,
Recovery Based Views -- File Mapping --
DBA_ROLE_PRIVS, DBA_SYS_PRIVS, DBA_TAB_PRIVS, v$MAP_LIBRARY, v$MAP_FILE, v$MAP_FILE_EXTENT,
DBA_UPDATABLE_COLUMNS v$ARCHIVE, v$ARCHIVE_DEST, v$BACKUP_CORRUPTION,
v$MAP_ELEMENT, v$MAP_EXT_ELEMENT,
Indexes -- v$BACKUP_DEVICE, v$BACKUP_REDOLOG,
v$MAP_SUBELEMENT, v$MAP_COMP_LIST,
v$DELETED_OBJECT, v$RECOVERY_LOG, v$RECOVER_FILE,
DBA_INDEXES, DBA_IND_COLUMNS, v$MAP_FILE_IO_STACK
v$ARCHIVED_LOG, v$BACKUP, v$BACKUP_DATAFILE,
DBA_IND_EXPRESSIONS, DBA_IND_PARTITIONS -----------------------------------------------------------------------------
v$BACKUP_PIECE, v$BACKUP_SET,
Tables/Views -- v$RECOVERY_FILE_STATUS, v$RECOVERY_STATUS, Popular Instance Statistics
DBA_TABLES, DBA_TAB_COLUMNS, v$DATABASE_BLOCK_CORRUPTION, -----------------------------------------------------------------------------
DBA_TAB_PARTITIONS, DBA_TAB_COMMENTS, v$DATABASE_INCARNATION Descriptions for statistics stored in the v$SESSTAT and v$SYSSTAT
DBA_UNUSED_COL_TABS, DBA_VIEWS Cache Views -- views. Set TIMED_STATISTICS = TRUE in the database.
Constraints -- v$CACHE, v$LIBRARYCACHE, v$SUBCACHE, Query:
DBA_CONSTRAINTS, DBA_CONS_COLUMNS v$DB_OBJECT_CACHE, v$ROWCACHE SELECT n.name, s.value
Triggers -- FROM v$statname n, v$sysstat s
Control File Views -- WHERE n.statistic# = s.statistic#
DBA_TRIGGERS, DBA_TRIGGER_COLS, v$CONTROLFILE, v$CONTROLFILE_RECORD_SELECTION
DBA_INTERNAL_TRIGGERS ORDER BY n.class, n.name;
Cursor / SQL Views -- enqueue timeouts – lock timed out, s/b small #.
Materialized Views -- v$OPEN_CURSOR, v$SQLAREA, v$SQL, v$SQLTEXT, enqueue waits – # times waited for a lock.
DBA_MVIEW_AGGREGATES, DBA_MVIEW_ANALYSIS, v$SQLTEXT_WITH_NEWLINES, v$SQL_CURSOR, enqueue requests – # of locks requested.
DBA_MVIEW_DETAIL_RELATIONS, DBA_MVIEW_JOINS, v$SQL_BIND_METADATA, v$SQL_SHARED_MEMORY, enqueue conversions – # times lock type changed.
DBA_MVIEW_KEYS v$SQL_BIND_DATA, v$SQL_WORKAREA, enqueue releases – # of locks released.
Partitions -- v$SQL_WORKAREA_ACTIVE db block gets – # requests for current copy of block.
DBA_PART_COL_STATISTICS, DBA_PART_HISTOGRAMS, Security Views -- consistent gets – this + db block gets = # logical reads.
DBA_PART_INDEXES, DBA_PART_KEY_COLUMNS, v$ENABLEDPRIVS, v$PWFILE_USERS physical reads – reads directly from disk.
DBA_PART_LOBS, DBA_PART_TABLES, Session Views -- free buffer requested – # of free buff
DBA_IND_SUBPARTITIONS, DBA_LOB_PARTITIONS, DBWR free buffers found – number of clean buffers found in scan.
v$ACCESS, v$MYSTAT, v$PROCESS, v$SESSION ,
DBA_LOB_SUBPARTITIONS DBWR lru scans – number of times lru scanned.
v$SESSION_CONNECT_INFO, v$SESSION_CURSOR_CACHE,
Objects, Methods and Types -- v$SESSION_EVENT, v$SESSION_LONGOPS, DBWR buffers scanned – number of lru scanned for dirty buffers.
DBA_OBJECT_TABLES, DBA_METHOD_PARAMS, v$SESSION_OBJECT_CACHE, v$SESSION_WAIT, v$SESSTAT Logons cumulative – a since last warm start.
DBA_METHOD_RESULTS, DBA_TYPES, DBA_TYPE_ATTRS, (needs v$statname, v$session join), v$SESS_IO Logons current – current users.
DBA_TYPE_METHODS, DBA_DIMENSIONS, DBA_LOBS opened cursors cumulative – since warm start.
Latch and Lock Views -- opened cursors current – current SQL cursors.
Operators -- v$BUFFER_POOL, v$CACHE_LOCK, v$CLASS_PING,
DBA_OPANCILLARY, DBA_OPARGUMENTS, recursive calls – high value indicates dict cache too small.
v$DLM_CONVERT_LOCAL, v$DLM_CONVERT_REMOTE, redo entries – # redo entries created.
DBA_OPBINDINGS, DBA_OPERATORS v$DLM_LATCH, v$DLM_MISC, v$ENQUEUE_LOCK, redo size – bytes of generated redo entries.
Summaries -- v$EVENT_NAME, v$FALSE_PING, v$FILE_PING, v$LATCH, redo buffer allocation retries – indicates redo problem.
DBA_SUMMARIES, DBA_SUMMARY_AGGREGATES, v$LATCHHOLDER, v$LATCHNAME, v$LATCH_CHILDREN, redo wastage – filler added to redos, high value is ok.
DBA_SUMMARY_DETAIL_TABLES, DBA_SUMMARY_JOINS, v$LATCH_MISSES, v$LATCH_PARENT, v$LOCK, redo log space requests – requests to write to redo buffer.
DBA_SUMMARY_KEYS v$LOCK_ACTIVITY, v$LOCK_ELEMENT, session logical reads – total # of reads (logical/physical).
Miscellaneous -- v$LOCKED_OBJECT, v$LOCKS_WITH_COLLISIONS, v$PING, sorts(disk) – number of sorts sent to disk.
DBA_DB_LINKS, DBA_SOURCE, DBA_SEQUENCES, v$RESOURCE, v$RESOURCE_LIMIT, sorts(memory) – number of sorts performed in memory.
DBA_SYNONYMS, DBA_USERS, DBA_OUTLINES, v$TRANSACTION_ENQUEUE, v$LOCK sorts(rows) – total number of rows sorted cumulative.
DBA_JOBS, DBA_JOBS_RUNNING, DBA_LIBRARIES, Instance Views -- table scans (long tables) – minimize in application.
DBA_PENDING_TRANSACTIONS, DBA_RULESETS, v$ACTIVE_INSTANCES, v$BGPROCESS, v$BH, table scan rows gotten – minimize in application.
DBA_OUTLINE_HINTS, DBA_POLICIES, v$COMPATBILITY, v$COMPATSEG, v$COPY_CORRUPTION, table fetch by rowid – indexed fetches.
DBA_SUBPART_KEY_COLUMNS, DBA_TEMP_FILES, v$DATABASE, v$DATAFILE, v$DATAFILE_COPY,
DBA_TS_QUOTAS, DBA_JAVA_POLICY, v$DATAFILE_HEADER, v$DBFILE, v$DBLINK, v$DB_PIPES,
USER_JAVA_POLICY

© Copyright 2003 Solution Beacon, LLC. All Rights Reserved

You might also like