DBA_VIEWS DBA_SEQUENCES

Size: px
Start display at page:

Download "DBA_VIEWS DBA_SEQUENCES"

Transcription

1 Findexesontosabb táblák, nézetek DBA_OBJECTS/ALL_OBJECT OWNER (char) OBJECT_NAME (char) OBJECT_ID (number) OBJECT_TYPE (char) TABLE/INDEX/TRIGGER/VIEW CREATED létrehozva (dátum) LAST_DDL_TIME módosítva DDL utasítással (dátum) DBA_TAB_COLUMNS/ALL_TAB_COLUMNS OWNER TABLE_NAME COLUMN_NAME DATA_TYPE COLUMN_ID DBA_SYNONYMS create synonym orszagok for nikovits.vilag_orszagai; DBA_VIEWS Column Datatype Description OWNER NOT VIEW_NAME NOT Owner of the view Name of the view TEXT_LENGTH NUMBER Length of the view text TEXT LONG View text TYPE_TEXT_LENGT H NUMBER Length of the type clause of the typed view TYPE_TEXT VARCHAR2(4000 ) Type clause of the typed view OID_TEXT_LENGTH NUMBER Length of the WITH OID clause of the typed view OID_TEXT VARCHAR2(4000 ) WITH OID clause of the typed view VIEW_TYPE_OWNE R Owner of the type of the view if the view is a typed view VIEW_TYPE Type of the view if the view is a typed view SUPERVIEW_NAME Name of the superview DBA_SEQUENCES Column Datatype Description SEQUENCE_OW NER NOT Name of the owner of the sequence SEQUENCE_NA ME NOT Sequence name MIN_VALUE NUMBER Minimum value of the sequence MAX_VALUE NUMBER Maximum value of the sequence INCREMENT_BY NUMBER NOT Value by which sequence is incremented CYCLE_FLAG VARCHAR2(1) Does sequence wrap around on reaching limit ORDER_FLAG VARCHAR2(1) Are sequence numbers generated in order

2 CACHE_SIZE NUMBER NOT LAST_NUMBER NUMBER NOT Number of sequence numbers to cache Last sequence number written to disk. If a sequence uses caching, the number written to disk is the last number placed in the sequence cache. This number is likely to be greater than the last sequence number that was used. DBA_DB_LINKS Column Datatype Description OWNER NOT Owner of the database link DB_LINK VARCHAR2(128) NOT Name of the database link USERNAME Name of the user when logging in HOST VARCHAR2(200 Oracle Net connect string CREATED DATE NOT Creation time of the database link DBA_TABLES Column Datatype Description OWNER NOT Owner of the table TABLE_NAME NOT Name of the table TABLESPACE_NAME Name of the tablespace containing the table; null for partitioned, temporary, and indexorganized tables CLUSTER_NAME Name of the cluster, if any, to which the table belongs IOT_NAME Name of the index-organized table, if any, to which the overflow or mapping table entry belongs. If the IOT_TYPEcolumn is not null, then this column contains the base table name. STATUS VARCHAR2(8) If a previous DROP TABLE operation failed, indicates whether the table is unusable (UNUSABLE) or valid (VALID) PCT_FREE NUMBER Minimum percentage of free space in a block; null for partitioned tables PCT_USED NUMBER Minimum percentage of used space in a block; null for partitioned tables INI_TRANS NUMBER Initial number of transactions; null for partitioned tables MAX_TRANS NUMBER Maximum number of transactions; null for partitioned tables INITIAL_EXTENT NUMBER Size of the initial extent (in bytes); null for partitioned tables NEXT_EXTENT NUMBER Size of secondary extents (in bytes); null for partitioned tables

3 MIN_EXTENTS NUMBER Minimum number of extents allowed in the segment; null for partitioned tables MAX_EXTENTS NUMBER Maximum number of extents allowed in the segment; null for partitioned tables PCT_INCREASE NUMBER Percentage increase in extent size; null for partitioned tables FREELISTS NUMBER Number of process freelists allocated to the segment; null for partitioned tables FREELIST_GROUPS NUMBER Number of freelist groups allocated to the segment; null for partitioned tables LOGGING ) Logging attribute; for partitioned tables BACKED_UP VARCHAR2(1) Has table been backed up since last change NUM_ROWS* NUMBER Number of rows in the table BLOCKS* NUMBER Number of used data blocks in the table EMPTY_BLOCKS* NUMBER Number of empty (never used) data blocks in the table AVG_SPACE* NUMBER Average amount of free space, in bytes, in a data block allocated to the table CHAIN_CNT* NUMBER Number of rows in the table that are chained from one data block to another, or which have migrated to a new block, requiring a link to preserve the old ROWID AVG_ROW_LEN* NUMBER Average length of a row in the table (in bytes) AVG_SPACE_FREELIS T _BLOCKS NUM_FREELIST_BLOC KS NUMBER Average freespace of all blocks on a freelist NUMBER Number of blocks on the freelist DEGREE INSTANCES VARCHAR2(1 VARCHAR2(1 Number of threads per instance for scanning the table Number of instances across which the table is to be scanned CACHE VARCHAR2(5) Indicates whether the table is to be cached in the buffer cache (Y) or not (N) TABLE_LOCK VARCHAR2(8) Indicates whether table locking is enabled (ENABLED) or disabled (DISABLED) SAMPLE_SIZE NUMBER Sample size used in analyzing this table LAST_ANALYZED DATE Date on which this table was most recently analyzed PARTITIONED ) Indicates whether this table is partitioned. Set to YES if it is partitioned. IOT_TYPE VARCHAR2(1 2) If this is an index-organized table, then IOT_TYPE is IOT,IOT_OVERFLOW, or IOT_MAPPING. If this is not an index-organized table, then IOT_TYPE is. TEMPORARY VARCHAR2(1) Can the current session only see data that it place in this object itself? SECONDARY VARCHAR2(1) Whether the trigger is a secondary object created by theodciindexcreate method of the Oracle Data Cartridge (Y N) NESTED ) Indicates whether the table is a nested table

4 (YES) or not (NO) BUFFER_POOL VARCHAR2(7) The default buffer pool for the object. for partitioned tables ROW_MOVEMENT VARCHAR2(8) Whether partitioned row movement is enabled or disabled GLOBAL_STATS ) For partitioned tables, indicates whether statistics were collected for the table as a whole (YES) or were estimated from statistics on underlying partitions and subpartitions (NO) USER_STATS ) Indicates whether statistics were entered directly by the user (YES) or not (NO) DURATION VARCHAR2(1 5) Indicates the duration of a temporary table: SYS$SESSION: the rows are preserved for the duration of the session SYS$TRANSACTION: the rows are deleted after COMMIT Null for a permanent table SKIP_CORRUPT VARCHAR2(8) Whether the Oracle Database ignores blocks marked corrupt during table and index scans (ENABLED) or raises an error (DISABLED). To enable this feature, run thedbms_repair.skip_corrupt_blocks procedure. MONITORING ) Whether the table has the MONITORING attribute set CLUSTER_OWNER Owner of the cluster, if any, to which the table belongs DEPENDENCIES VARCHAR2(8) Indicates whether row-level dependency tracking is enabled (ENABLED) or disabled (DISABLED) COMPRESSION VARCHAR2(8) Indicates whether table compression is enabled (ENABLED) or not (DISABLED); null for partitioned tables DROPPED ) Indicates whether the table has been dropped and is in the recycle bin (YES) or not (NO); null for partitioned tables DBA_DATA_FILES Column Datatype Description FILE_NAME VARCHAR2(51 3) Name of the database file FILE_ID NUMBER NOT File identifier number of the database file TABLESPACE_NA ME NOT Name of the tablespace to which the file belongs BYTES NUMBER Size of the file in bytes BLOCKS NUMBER NOT Size of the file in Oracle blocks STATUS VARCHAR2(9) File status: AVAILABLE or INVALID (INVALID means that the file number is not in use, for example, a file in a tablespace that was dropped)

5 RELATIVE_FNO NUMBER Relative file number AUTOEXTENSIBL E ) Autoextensible indicator MAXBYTES NUMBER Maximum file size in bytes MAXBLOCKS NUMBER Maximum file size in blocks INCREMENT_BY NUMBER Number of tablespace blocks used as autoextension increment. Block size is contained in the BLOCK_SIZE column of the DBA_TABLESPACES view. USER_BYTES NUMBER The size of the file available for user data. The actual size of the file minus the USER_BYTES value is used to store file related metadata. USER_BLOCKS NUMBER Number of blocks which can be used by the data ONLINE_STATUS VARCHAR2(7) Online status of the file: SYSOFF SYSTEM OFFLINE ONLINE RECOVER DBA_TEMP_FILES Column Datatype Description FILE_NAME VARCHAR2(513) Name of the database temp file FILE_ID NUMBER File identifier number of the database temp file TABLESPACE_NAME NOT Name of the tablespace to which the file belongs BYTES NUMBER Size of the file (in bytes) BLOCKS NUMBER Size of the file (in Oracle blocks) STATUS CHAR(9) File status: AVAILABLE RELATIVE_FNO NUMBER Tablespace-relative file number AUTOEXTENSIBLE ) Indicates whether the file is autoextensible (YES) or not (NO) MAXBYTES NUMBER maximum size of the file (in bytes) MAXBLOCKS NUMBER Maximum size of the file (in Oracle blocks) INCREMENT_BY NUMBER Default increment for autoextension USER_BYTES NUMBER Size of the useful portion of the file (in bytes) USER_BLOCKS NUMBER Size of the useful portion of the file (in Oracle blocks) DBA_TABLESPACES Column Datatype Description TABLESPACE_NAME NOT Name of the tablespace

6 BLOCK_SIZE NUMBER NOT Tablespace block size INITIAL_EXTENT NUMBER Default initial extent size NEXT_EXTENT NUMBER Default incremental extent size MIN_EXTENTS NUMBER NOT Default minimum number of extents MAX_EXTENTS NUMBER Default maximum number of extents PCT_INCREASE NUMBER Default percent increase for extent size MIN_EXTLEN NUMBER Minimum extent size for this tablespace STATUS VARCHAR2(9) Tablespace status: ONLINE OFFLINE READ ONLY CONTENTS VARCHAR2(9) Tablespace contents: UNDO PERMANENT TEMPORARY LOGGING VARCHAR2(9) Default logging attribute: LOGGING NOLOGGING FORCE_LOGGING ) Indicates whether the tablespace is under force logging mode (YES) or not (NO) EXTENT_MANAGEMENT VARCHAR2(1 Indicates whether the extents in the tablespace are dictionary managed (DICTIONARY) or locally managed (LOCAL) ALLOCATION_TYPE VARCHAR2(9) Type of extent allocation in effect for the tablespace: SYSTEM UNIFORM USER PLUGGED_IN ) Indicates whether the tablespace is plugged in (YES) or not (NO) SEGMENT_SPACE_MANAGE MENT VARCHAR2(6) Indicates whether the free and used segment space in the tablespace is managed using free lists (MANUAL) or bitmaps (AUTO) DEF_TAB_COMPRESSION VARCHAR2(8) Indicates whether default table compression is enabled (ENABLED) or not (DISABLED) Note: Enabling default table compression indicates that all tables in the tablespace will be created with table compression enabled unless otherwise specified. RETENTION VARCHAR2(1 1) Undo tablespace retention: GUARANTEE - Tablespace is an undo tablespace withretention specified as GUARANTEE A RETENTION value of GUARANTEE indicates that unexpired undo in all undo segments in the undo tablespace should be retained even if it means that forward going operations that need to generate undo in those segments fail. NOGUARANTEE - Tablespace is an undo tablespace with RETENTION

7 specified as NOGUARANTEE NOT APPLY - Tablespace is not an undo tablespace BIGFILE ) Indicates whether the tablespace is a bigfile tablespace (YES) or a smallfile tablespace (NO) DBA_SEGMENTS Column Datatype Description OWNER SEGMENT_NAM E PARTITION_NAM E SEGMENT_TYPE TABLESPACE_N AME VARCHAR2(8 1) VARCHAR2(1 8) Username of the segment owner Name, if any, of the segment Object Partition Name (Set to for nonpartitioned objects) Type of segment: INDEX PARTITION, TABLE PARTITION, TABLE, CLUSTER, INDEX, ROLLBACK, DEFERRED ROLLBACK, TEMPORARY, CACHE, LOBSEGMENTand LOBINDEX Name of the tablespace containing the segment HEADER_FILE NUMBER ID of the file containing the segment header HEADER_BLOCK NUMBER ID of the block containing the segment header BYTES NUMBER Size in bytes, of the segment BLOCKS NUMBER Size, in Oracle blocks, of the segment EXTENTS NUMBER Number of extents allocated to the segment INITIAL_EXTENT NUMBER Size in bytes requested for the initial extent of the segment at create time. (Oracle rounds the extent size to multiples of 5 blocks if the requested size is greater than 5 blocks.) NEXT_EXTENT NUMBER Size in bytes of the next extent to be allocated to the segment MIN_EXTENTS NUMBER Minimum number of extents allowed in the segment MAX_EXTENTS NUMBER Maximum number of extents allowed in the segment PCT_INCREASE NUMBER Percent by which to increase the size of the next extent to be allocated FREELISTS NUMBER Number of process freelists allocated to this segment FREELIST_GRO UPS NUMBER Number of freelist groups allocated to this segment RELATIVE_FNO NUMBER Relative file number of the segment header BUFFER_POOL VARCHAR2(7) Default buffer pool for the object DBA_EXTENTS Column Datatype Description

8 OWNER Owner of the segment associated with the extent SEGMENT_NAME VARCHAR2(81) Name of the segment associated with the extent PARTITION_NAME Object Partition Name (Set to for non-partitioned objects) SEGMENT_TYPE VARCHAR2(18) Type of the segment: INDEX PARTITION, TABLE PARTITION TABLESPACE_NAME Name of the tablespace containing the extent EXTENT_ID NUMBER Extent number in the segment FILE_ID NUMBER File identifier number of the file containing the extent BLOCK_ID NUMBER Starting block number of the extent BYTES NUMBER Size of the extent in bytes BLOCKS NUMBER Size of the extent in Oracle blocks RELATIVE_FNO NUMBER Relative file number of the first extent block DBA_FREE_SPACE Column Datatype Description TABLESPACE_NAME Name of the tablespace containing the extent FILE_ID NUMBER File identifier number of the file containing the extent BLOCK_ID NUMBER Starting block number of the extent BYTES NUMBER Size of the extent (in bytes) BLOCKS NUMBER Size of the extent (in Oracle blocks) RELATIVE_FNO NUMBER Relative file number of the file containing the extent V$SYSSTAT Column Datatype Description STATISTIC# NUMBER Statistic number Note: Statistics numbers are not guaranteed to remain constant from one release to another. Therefore, you should rely on the statistics name rather than its number in your applications. NAME VARCHAR2(64 ) Statistic name. You can get a complete listing of statistic names by querying the V$STATNAME view. CLASS NUMBER A number representing one or more statistics class. The following class numbers are additive: 1 - User 2 - Redo 4 - Enqueue 8 - Cache 16 - OS

9 VALUE NUMBER Statistic value 32 - Real Application Clusters 64 - SQL Debug STAT_ID NUMBER Identifier of the statistic V$PARAMETER Column Datatype Description NUM NUMBER Parameter number NAME VARCHAR2(8 Name of the parameter TYPE NUMBER Parameter type: 1 - Boolean 2 - String 3 - Integer 4 - Parameter file 5 - Reserved 6 - Big integer VALUE DISPLAY_VALUE VARCHAR2(4000 ) VARCHAR2(4000 ) Parameter value for the session (if modified within the session); otherwise, the instance-wide parameter value Parameter value in a user-friendly format. For example, if the VALUE column shows the value for a big integer parameter, then the DISPLAY_VALUE column will show the value 256K. ISDEFAULT VARCHAR2(9) Indicates whether the parameter is set to the default value (TRUE) or the parameter value was specified in the parameter file (FALSE) ISSES_MODIFIABLE VARCHAR2(5) Indicates whether the parameter can be changed withalter SESSION (TRUE) or not (FALSE) ISSYS_MODIFIABLE VARCHAR2(9) Indicates whether the parameter can be changed withalter SYSTEM and when the change takes effect: IMMEDIATE - Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect immediately. DEFERRED - Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect in subsequent sessions. FALSE - Parameter cannot be changed with ALTER SYSTEM unless a server parameter file was used to start the instance. The change takes effect in subsequent instances. ISINSTANCE_MODIFIAB LE VARCHAR2(5) For parameters that can be changed with ALTER SYSTEm, indicates whether the value of the parameter can be different for every instance (TRUE) or whether the parameter must have the same value for all Real Application Clusters instances (FALSE). If theissys_modifiable column is FALSE, then this column is always FALSE. ISMODIFIED VARCHAR2(1 Indicates whether the parameter has been modified after instance startup:

10 MODIFIED - Parameter has been modified withalter SESSION SYSTEM_MOD - Parameter has been modified withalter SYSTEM (which causes all the currently logged in sessions' values to be modified) FALSE - Parameter has not been modified after instance startup ISADJUSTED VARCHAR2(5) Indicates whether Oracle adjusted the input value to a more suitable value (for example, the parameter value should be prime, but the user input a non-prime number, so Oracle adjusted the value to the next prime number) ISDEPRECATED VARCHAR2(5) Indicates whether the parameter has been deprecated (TRUE) or not (FALSE) ISBASIC VARCHAR2(5) Indicates whether the parameter is a basic parameter (TRUE) or not (FALSE) DESCRIPTION VARCHAR2(255) Description of the parameter UPDATE_COMMENT VARCHAR2(255) Comments associated with the most recent update HASH NUMBER Hash value for the parameter name DBMS_ROWIDDBMS_ROWID DBA_INDEXES Column Datatype Description OWNER NOT INDEX_NAME NOT Owner of the index Name of the index INDEX_TYPE VARCHAR2(27) Type of the index: NORMAL BITMAP FUNCTION-BASED NORMAL FUNCTION-BASED BITMAP DOMAIN TABLE_OWNER NOT TABLE_NAME NOT Owner of the indexed object Name of the indexed object TABLE_TYPE CHAR(5) Type of the indexed object (for example, TABLE, CLUSTER) UNIQUENESS VARCHAR2(9) Indicates whether the index is UNIQUE or NONUNIQUE COMPRESSION VARCHAR2(8) Indicates whether index compression is enabled (ENABLED) or not (DISABLED) PREFIX_LENGTH NUMBER Number of columns in the prefix of the compression key TABLESPACE_NAME Name of the tablespace containing the index INI_TRANS NUMBER Initial number of transactions MAX_TRANS NUMBER Maximum number of transactions

11 INITIAL_EXTENT NUMBER Size of the initial extent NEXT_EXTENT NUMBER Size of secondary extents MIN_EXTENTS NUMBER Minimum number of extents allowed in the segment MAX_EXTENTS NUMBER Maximum number of extents allowed in the segment PCT_INCREASE NUMBER Percentage increase in extent size PCT_THRESHOLD NUMBER Threshold percentage of block space allowed per index entry INCLUDE_COLUMN NUMBER Column ID of the last column to be included in index-organized table primary key (non-overflow) index. This column maps to the COLUMN_ID column of the*_tab_columns data dictionary views. FREELISTS NUMBER Number of process freelists allocated to this segment FREELIST_GROUPS NUMBER Number of freelist groups allocated to this segment PCT_FREE NUMBER Minimum percentage of free space in a block LOGGING ) Logging information BLEVEL* NUMBER B*-Tree level: depth of the index from its root block to its leaf blocks. A depth of 0 indicates that the root block and leaf block are the same. LEAF_BLOCKS* NUMBER Number of leaf blocks in the index DISTINCT_KEYS* NUMBER Number of distinct indexed values. For indexes that enforceunique and PRIMARY KEY constraints, this value is the same as the number of rows in the table (USER_TABLES.NUM_ROWS) AVG_LEAF_BLOCKS_PER_K EY* AVG_DATA_BLOCKS_PER_ KEY* NUMBER Average number of leaf blocks in which each distinct value in the index appears, rounded to the nearest integer. For indexes that enforce UNIQUE and PRIMARY KEY constraints, this value is always 1. NUMBER Average number of data blocks in the table that are pointed to by a distinct value in the index rounded to the nearest integer. This statistic is the average number of data blocks that contain rows that contain a given value for the indexed columns. CLUSTERING_FACTOR* NUMBER Indicates the amount of order of the rows in the table based on the values of the index. If the value is near the number of blocks, then the table is very well ordered. In this case, the index entries in a single leaf block tend to point to rows in the same data blocks. If the value is near the number of rows, then the table is very

12 randomly ordered. In this case, it is unlikely that index entries in the same leaf block point to rows in the same data blocks. For bitmap indexes, this column is not applicable and is not used. STATUS VARCHAR2(8) Indicates whether a nonpartitioned index is VALID orunusable NUM_ROWS NUMBER Number of rows in the index SAMPLE_SIZE NUMBER Size of the sample used to analyze the index LAST_ANALYZED DATE Date on which this index was most recently analyzed DEGREE VARCHAR2(4 Number of threads per instance for scanning the index INSTANCES VARCHAR2(4 Number of instances across which the indexes to be scanned PARTITIONED ) Indicates whether the index is partitioned (YES) or not (NO) TEMPORARY VARCHAR2(1) Indicates whether the index is on a temporary table GENERATED VARCHAR2(1) Indicates whether the name of the index is system generated (Y) or not (N) SECONDARY VARCHAR2(1) Indicates whether the index is a secondary object created by the ODCIIndexCreate method of the Oracle Data Cartridge (Y) or not (N) BUFFER_POOL VARCHAR2(7) Name of the default buffer pool to be used for the index blocks USER_STATS ) Indicates whether statistics were entered directly by the user (YES) or not (NO) DURATION VARCHAR2(15) Indicates the duration of a temporary table: SYS$SESSION - Rows are preserved for the duration of the session SYS$TRANSACTION - Rows are deleted after COMMIT Null for a permanent table PCT_DIRECT_ACCESS NUMBER For a secondary index on an indexorganized table, the percentage of rows with VALID guess ITYP_OWNER For a domain index, the owner of the indextype ITYP_NAME For a domain index, the name of the indextype PARAMETERS VARCHAR2(100 For a domain index, the parameter string GLOBAL_STATS ) For partitioned indexes, indicates whether statistics were collected by analyzing the index as a whole (YES) or were estimated from statistics on underlying index partitions and

13 subpartitions (NO) DOMIDX_STATUS VARCHAR2(12) Status of the domain index: - Index is not a domain index VALID - Index is a valid domain index IDXTYP_INVLD - Indextype of the domain index is invalid DOMIDX_OPSTATUS VARCHAR2(6) Status of the operation on the domain index: - Index is not a domain index VALID - Operation performed without errors FAILED - Operation failed with an error FUNCIDX_STATUS VARCHAR2(8) Status of a function-based index: - Index is not a functionbased index ENABLED - Function-based index is enabled DISABLED - Function-based index is disabled JOIN_INDEX ) Indicates whether the index is a join index (YES) or not (NO) IOT_REDUNDANT_PKEY_EL IM ) Indicates whether redundant primary key columns are eliminated from secondary indexes on index-organized tables (YES) or not (NO) DROPPED ) Indicates whether the index has been dropped and is in the recycle bin (YES) or not (NO); null for partitioned tables DBA_IND_COLUMNS Column Datatype Description INDEX_OWNER NOT Owner of the index INDEX_NAME NOT Name of the index TABLE_OWNER NOT Owner of the table or cluster TABLE_NAME NOT Name of the table or cluster COLUMN_NAME VARCHAR2(400 Column name or attribute of object type column Note: If you create an index on a user-defined REF column, the system creates the index on the attributes that make up the REF column. Therefore, the column names displayed in this view are the attribute names, with the REF column name as a prefix, in the following form: "REF_name"."attribute" COLUMN_POSITION NUMBER NOT Position of column or attribute within the index COLUMN_LENGTH NUMBER NOT Indexed length of the column CHAR_LENGTH NUMBER Maximum codepoint length of the

14 column DESCEND VARCHAR2(4) Whether the column is sorted in descending order (Y/N) DBA_IND_EXPRESSIONS Column Datatype Description INDEX_OWNER NOT Index owner INDEX_NAME NOT Index name TABLE_OWNER NOT Table or cluster owner TABLE_NAME NOT Table or cluster name COLUMN_EXPRESSIO N LONG Function-based index expression defining the column COLUMN_POSITION NUMBER NOT Position of column or attribute within index

RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague

RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague seminář: Administrace Oracle (NDBI013) LS2017/18 RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague Database structure Database

More information

Tuning Considerations for Different Applications Lesson 4

Tuning Considerations for Different Applications Lesson 4 4 Tuning Considerations for Different Applications Lesson 4 Objectives After completing this lesson, you should be able to do the following: Use the available data access methods to tune the logical design

More information

ENHANCING DATABASE PERFORMANCE

ENHANCING DATABASE PERFORMANCE ENHANCING DATABASE PERFORMANCE Performance Topics Monitoring Load Balancing Defragmenting Free Space Striping Tables Using Clusters Using Efficient Table Structures Using Indexing Optimizing Queries Supplying

More information

Universitatea Politehnica Bucureşti - Facultatea de Automatica si Calculatoare. 4. Managing Data. Tables, Indexes and Constraints

Universitatea Politehnica Bucureşti - Facultatea de Automatica si Calculatoare. 4. Managing Data. Tables, Indexes and Constraints 4. Managing Data Tables, Indexes and Constraints 25.11.2009 Administrarea Bazelor de Date I 1 Overview Managing Tables Managing Indexes Managing Data Integrity Using Clusters and Index-Organized Tables

More information

Oracle Database Gateway for ODBC User's Guide. 18c

Oracle Database Gateway for ODBC User's Guide. 18c Oracle Database Gateway for ODBC User's Guide 18c E84092-01 February 2018 Oracle Database Gateway for ODBC User's Guide, 18c E84092-01 Copyright 2007, 2018, Oracle and/or its affiliates. All rights reserved.

More information

ABSTRACT INTRODUCTION. Bhaskar Himatsingka, Oracle Corporation & Juan Loaiza, Oracle Corporation

ABSTRACT INTRODUCTION. Bhaskar Himatsingka, Oracle Corporation & Juan Loaiza, Oracle Corporation HOW TO STOP DEFRAGMENTING AND START LIVING: THE DEFINITIVE WORD ON FRAGMENTATION Bhaskar Himatsingka, Oracle Corporation & Juan Loaiza, Oracle Corporation ABSTRACT Fragmentation is an issue of great concern

More information

ROLLBACK SEGMENTS. In this chapter, you will learn about: Rollback Segment Management Page 272

ROLLBACK SEGMENTS. In this chapter, you will learn about: Rollback Segment Management Page 272 C H A P T E R 1 2 ROLLBACK SEGMENTS CHAPTER OBJECTIVES In this chapter, you will learn about: Rollback Segment Management Page 272 The information in a rollback segment is used for query read consistency,

More information

Seminar: Presenter: Oracle Database Objects Internals. Oren Nakdimon.

Seminar: Presenter: Oracle Database Objects Internals. Oren Nakdimon. Seminar: Oracle Database Objects Internals Presenter: Oren Nakdimon www.db-oriented.com oren@db-oriented.com 054-4393763 @DBoriented 1 Oren Nakdimon Who Am I? Chronology by Oracle years When What Where

More information

Question: 1 Identify three components of an Oracle instance for which you can change the size dynamically. (Choose three.)

Question: 1 Identify three components of an Oracle instance for which you can change the size dynamically. (Choose three.) Question: 1 Identify three components of an Oracle instance for which you can change the size dynamically. (Choose three.) A. Java Pool B. Large Pool C. Shared Pool D. Redo Log Buffer E. Database Buffer

More information

Oracle.ActualTests.1Z0-023.v by.Ramon.151q

Oracle.ActualTests.1Z0-023.v by.Ramon.151q Oracle.ActualTests.1Z0-023.v2009-03-18.by.Ramon.151q Number: 1Z0-023 Passing Score: 800 Time Limit: 120 min File Version: 33.4 http://www.gratisexam.com/ Oracle 1z0-023 Exam Exam Name: Architecture and

More information

Applied Biosystems SQL*LIMS Technical Support Technical Note

Applied Biosystems SQL*LIMS Technical Support Technical Note Applied Biosystems SQL*LIMS Technical Support Technical Note Document Number: DBA003 Last Revised: 5//2003 Software Versions: SQL*LIMS v4.0.6 and v4. Author: Deborah Man Subject: How to check storage space

More information

Table USER_ALL_TABLES

Table USER_ALL_TABLES Table USER_ALL_TABLES Avg_Row_Len The average row length, including row overhead Avg_Space The average available free space in the table Avg_Space_Freelist_Blocks The average freespace of all blocks on

More information

Oracle Tables TECHGOEASY.COM

Oracle Tables TECHGOEASY.COM Oracle Tables TECHGOEASY.COM 1 Oracle Tables WHAT IS ORACLE DATABASE TABLE? -Tables are the basic unit of data storage in an Oracle Database. Data is stored in rows and columns. -A table holds all the

More information

Part 4: B-Tree Indexes

Part 4: B-Tree Indexes 4. B-Tree Indexes 4-1 References: Part 4: B-Tree Indexes Elmasri/Navathe: Fundamentals of Database Systems, 3nd Ed., 6. Index Structures for Files, 16.3 Physical Database Design in Relational Databases,

More information

ORACLE 8 OBJECT ORIENTED TECHNOLOGY ORACLE SOFTWARE STRUCTURES SERVER SIDE BACKGROUND PROCESSES DATABASE SERVER AND DATABASE INSTANCE

ORACLE 8 OBJECT ORIENTED TECHNOLOGY ORACLE SOFTWARE STRUCTURES SERVER SIDE BACKGROUND PROCESSES DATABASE SERVER AND DATABASE INSTANCE ORACLE 8 IS ORDBMS HANDLES VLDB - GIGABYTES/TERABYTES 10,000 CONCURRENT USERS PARTITIONED TABLES AND INDEXES SINGLE DATA BLOCK IS INACCESSSIBLE CAN ACCESS MULTIPLE PARTITION IN PARALLEL FOR CONCURRENT

More information

Oracle 1Z0-031 Exam Questions & Answers

Oracle 1Z0-031 Exam Questions & Answers Oracle 1Z0-031 Exam Questions & Answers Number: 1z0-031 Passing Score: 600 Time Limit: 105 min File Version: 10.2 http://www.gratisexam.com/ Oracle 1Z0-031 Exam Questions & Answers Exam Name: orcacle9i

More information

Oracle9i DBA Fundamentals I

Oracle9i DBA Fundamentals I Oracle9i DBA Fundamentals I Volume 2 Student Guide D11321GC10 Production 1.0 May 2001 D32644 Authors Sarath Chandran Marie St. Gelais S Matt Taylor Jr Technical Reviewers Howard Bradley Ruth Baylis Paul

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Exam : 1Z : Oracle 9i Database Fundamentals I. Title. Ver :

Exam : 1Z : Oracle 9i Database Fundamentals I. Title. Ver : Exam : 1Z0-031 Title : Oracle 9i Database Fundamentals I Ver : 03.27.07 QUESTION 1 You executed the following command to change the default temporary tablespace in your database: ALTER DATABASE DEFAULT

More information

Optimal Physical Database Design for Oracle8i

Optimal Physical Database Design for Oracle8i Optimal Physical Database Design for Oracle8i Dave Ensor BMC Software, Inc The opinions expressed in this paper are those of the author, and are not necessarily shared by BMC Software, Inc. Introduction

More information

Exam Name: Oracle 11i Applications DBA: Fundamentals I Exam Type Oracle Exam Code: 1z0-235 Total Questions: 108

Exam Name: Oracle 11i Applications DBA: Fundamentals I Exam Type Oracle Exam Code: 1z0-235 Total Questions: 108 Question: 1 You receive the following error while connecting to an Oracle9i database instance: ORA-12523 TNS:listener could not find instance appropriate for the client connection Which action would be

More information

PERMANENT TABLESPACE MANAGEMENT:

PERMANENT TABLESPACE MANAGEMENT: PERMANENT TABLESPACE MANAGEMENT: A Tablespace is a logical storage which contains one or more datafiles. A database has mul8ple tablespaces to Separate user data from data dic8onary data to reduce I/O

More information

SecureFiles Migration O R A C L E W H I T E P A P E R F E B R U A R Y

SecureFiles Migration O R A C L E W H I T E P A P E R F E B R U A R Y SecureFiles Migration O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Table of Contents Disclaimer 1 Introduction 2 Using SecureFiles 2 Migration Techniques 3 Migration with Online Redefinition

More information

RDBMS Topic 4 Adv. SQL, MSBTE Questions and Answers ( 12 Marks)

RDBMS Topic 4 Adv. SQL, MSBTE Questions and Answers ( 12 Marks) 2017 RDBMS Topic 4 Adv. SQL, MSBTE Questions and Answers ( 12 Marks) 2016 Q. What is view? Definition of view: 2 marks) Ans : View: A view is a logical extract of a physical relation i.e. it is derived

More information

INFSCI 2711 Database Analysis and Design Example I for Final Exam: Solutions

INFSCI 2711 Database Analysis and Design Example I for Final Exam: Solutions Dr. Stefan Brass July 26, 2001 School of Information Sciences University of Pittsburgh INFSCI 2711 Database Analysis and Design Example I for Final Exam: Solutions General Remarks The average was 22.2

More information

Oracle Tuning Pack. Table Of Contents. 1 Introduction. 2 Installation and Configuration. 3 Documentation and Help. 4 Oracle SQL Analyze

Oracle Tuning Pack. Table Of Contents. 1 Introduction. 2 Installation and Configuration. 3 Documentation and Help. 4 Oracle SQL Analyze Oracle Tuning Pack Readme Release 2.1.0.0.0 for Windows February 2000 Part No. A76921-01 Table Of Contents 1 Introduction 2 Installation and Configuration 3 Documentation and Help 4 Oracle SQL Analyze

More information

Tablespace Usage By Schema In Oracle 11g Query To Check Temp

Tablespace Usage By Schema In Oracle 11g Query To Check Temp Tablespace Usage By Schema In Oracle 11g Query To Check Temp The APPS schema has access to the complete Oracle E-Business Suite data model. E-Business Suite Release 12.2 requires an Oracle database block

More information

Configure ODBC on ISE 2.3 with Oracle Database

Configure ODBC on ISE 2.3 with Oracle Database Configure ODBC on ISE 2.3 with Oracle Database Contents Introduction Prerequisites Requirements Components Used Configure Step 1. Oracle Basic Configuration Step 2. ISE Basic Configuration Step 3. Configure

More information

Advanced indexing methods Usage and Abusage. Riyaj Shamsudeen Ora!nternals

Advanced indexing methods Usage and Abusage. Riyaj Shamsudeen Ora!nternals Advanced indexing methods Usage and Abusage Riyaj Shamsudeen Ora!nternals Introduction Who am I? Various indexing features Use and abuse of index types Questions Riyaj Shamsudeen @Orainternals 2 Who am

More information

Creating and Managing Tables Schedule: Timing Topic

Creating and Managing Tables Schedule: Timing Topic 9 Creating and Managing Tables Schedule: Timing Topic 30 minutes Lecture 20 minutes Practice 50 minutes Total Objectives After completing this lesson, you should be able to do the following: Describe the

More information

Implementation of Database Systems David Konopnicki Taub 715 Spring Sources

Implementation of Database Systems David Konopnicki Taub 715 Spring Sources Implementation of Database Systems 236510 David Konopnicki Taub 715 Spring 2000 1 2 Sources Oracle 7 Server Concepts - Oracle8i Server Concepts. Oracle Corp. Available on the course Web Site: http://www.cs.technion.ac.il/~cs236510

More information

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases DBA Best Practices: A Primer on Managing Oracle Databases Mughees A. Minhas Sr. Director of Product Management Database and Systems Management The following is intended to outline

More information

Exam: 1Z Title : Oracle9i: Performance Tuning. Ver :

Exam: 1Z Title : Oracle9i: Performance Tuning. Ver : Exam: Title : Oracle9i: Performance Tuning Ver : 01.22.04 Section A contains 226 questions. Section B contains 60 questions. The total number of questions is 286. Answers to the unanswered questions will

More information

Oracle 1Z0-053 Exam Questions & Answers

Oracle 1Z0-053 Exam Questions & Answers Oracle 1Z0-053 Exam Questions & Answers Number: 1Z0-053 Passing Score: 660 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ Oracle 1Z0-053 Exam Questions & Answers Exam Name: Oracle Database

More information

Oracle Data Pump Internals

Oracle Data Pump Internals Oracle Data Pump Internals Dean Gagne Oracle USA Nashua NH USA Keywords: Oracle Data Pump, export, import, transportable tablespace, parallel, restart Introduction Oracle Data Pump was a new feature introduced

More information

1z Oracle9i Performance Tuning. Version 19.0

1z Oracle9i Performance Tuning. Version 19.0 1z0-033 Oracle9i Performance Tuning Version 19.0 Important Note Please Read Carefully Study Tips This product will provide you questions and answers along with detailed explanations carefully compiled

More information

Customer PTC E-Newsletter Date: 4/9/03

Customer PTC E-Newsletter Date: 4/9/03 Customer PTC E-Newsletter Date: 4/9/03 PTC Product Focus: A) Pro/ENGINEER ModelCHECK Structure Tips of the Week: Fragmentation B) Oracle for Windchill : Understanding the Basic Database A) Associative

More information

CHAPTER. Oracle Database 11g Architecture Options

CHAPTER. Oracle Database 11g Architecture Options CHAPTER 1 Oracle Database 11g Architecture Options 3 4 Part I: Critical Database Concepts Oracle Database 11g is a significant upgrade from prior releases of Oracle. New features give developers, database

More information

Experiences of Global Temporary Tables in Oracle 8.1

Experiences of Global Temporary Tables in Oracle 8.1 Experiences of Global Temporary Tables in Oracle 8.1 Global Temporary Tables are a new feature in Oracle 8.1. They can bring significant performance improvements when it is too late to change the design.

More information

Things to remember when working with Oracle... (for UDB specialists)

Things to remember when working with Oracle... (for UDB specialists) TRAINING & CONSULTING Things to remember when working with Oracle... (for UDB specialists) Kris Van Thillo, ABIS ABIS Training & Consulting www.abis.be training@abis.be 2013 Document number: DB2LUWUserMeeting2013Front.fm

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 1Z0-235 Title : Oracle 11i applications DBA:Fundamentals I Vendors : Oracle

More information

Tablespaces and Datafiles

Tablespaces and Datafiles C H A P T E R 4 Tablespaces and Datafiles As you saw in Chapter 2, when you create a database, typically five tablespaces are created when you execute the CREATE DATABASE statement: SYSTEM SYSAUX UNDO

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

More information

Correctexams.com. Exam :1Z0-031 Title:Oracle9i: DBA Fundamentals I Version Number:Version Last Verified and Updated on Jan 4, 2003

Correctexams.com. Exam :1Z0-031 Title:Oracle9i: DBA Fundamentals I Version Number:Version Last Verified and Updated on Jan 4, 2003 Correctexams.com Exam :1Z0-031 Title:Oracle9i: DBA Fundamentals I Version Number:Version 1-2003 Last Verified and Updated on Jan 4, 2003 Fast Way to get your Certification Real Level Practice Questions

More information

Basics of SQL Transactions

Basics of SQL Transactions www.dbtechnet.org Basics of SQL Transactions Big Picture for understanding COMMIT and ROLLBACK of SQL transactions Files, Buffers,, Service Threads, and Transactions (Flat) SQL Transaction [BEGIN TRANSACTION]

More information

Oracle 11g Invisible Indexes Inderpal S. Johal. Inderpal S. Johal, Data Softech Inc.

Oracle 11g Invisible Indexes   Inderpal S. Johal. Inderpal S. Johal, Data Softech Inc. ORACLE 11G INVISIBLE INDEXES Inderpal S. Johal, Data Softech Inc. INTRODUCTION In this document we will work on another Oracle 11g interesting feature called Invisible Indexes. This will be very helpful

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

Donald K. Burleson Dave Ensor Christopher Foot Lisa Hernandez Mike Hordila Jonathan Lewis Dave Moore Arup Nanda John Weeg

Donald K. Burleson Dave Ensor Christopher Foot Lisa Hernandez Mike Hordila Jonathan Lewis Dave Moore Arup Nanda John Weeg Oracle Space Management Handbook Donald K. Burleson Dave Ensor Christopher Foot Lisa Hernandez Mike Hordila Jonathan Lewis Dave Moore Arup Nanda John Weeg Oracle Space Management Handbook By: Donald K.

More information

Data Organization and Processing I

Data Organization and Processing I Data Organization and Processing I Data Organization in Oracle Server 11g R2 (NDBI007) RNDr. Michal Kopecký, Ph.D. http://www.ms.mff.cuni.cz/~kopecky Database structure o Database structure o Database

More information

SQL Interview Questions

SQL Interview Questions SQL Interview Questions SQL stands for Structured Query Language. It is used as a programming language for querying Relational Database Management Systems. In this tutorial, we shall go through the basic

More information

CHAPTER: 4 ADVANCE SQL: SQL PERFORMANCE TUNING (12 Marks)

CHAPTER: 4 ADVANCE SQL: SQL PERFORMANCE TUNING (12 Marks) (12 Marks) 4.1 VIEW View: Views are virtual relations mainly used for security purpose, and can be provided on request by a particular user. A view can contain all rows of a table or select rows from a

More information

VerifiedDumps. Get the Valid and Verified Exam Questions & Answers Dump for 100% Pass

VerifiedDumps.   Get the Valid and Verified Exam Questions & Answers Dump for 100% Pass VerifiedDumps http://www.verifieddumps.com Get the Valid and Verified Exam Questions & Answers Dump for 100% Pass Exam : 1Z0-031 Title : Oracle9i database:fundamentals i Vendors : Oracle Version : DEMO

More information

Oracle ActualTests v by BeCKS

Oracle ActualTests v by BeCKS Oracle ActualTests v1.0 12.11.06 by BeCKS Number: 1Z0-031 Passing Score: 750 Time Limit: 180 min File Version: 24.8 http://www.gratisexam.com/ Oracle 1z0-031 Exam Exam Name: Oracle9i:Database Fundamentals

More information

MySQL Architecture and Components Guide

MySQL Architecture and Components Guide Guide This book contains the following, MySQL Physical Architecture MySQL Logical Architecture Storage Engines overview SQL Query execution InnoDB Storage Engine MySQL 5.7 References: MySQL 5.7 Reference

More information

CS6312 DATABASE MANAGEMENT SYSTEMS LABORATORY L T P C

CS6312 DATABASE MANAGEMENT SYSTEMS LABORATORY L T P C CS6312 DATABASE MANAGEMENT SYSTEMS LABORATORY L T P C 0 0 3 2 LIST OF EXPERIMENTS: 1. Creation of a database and writing SQL queries to retrieve information from the database. 2. Performing Insertion,

More information

VERSION. Version Date Description. Estimate size of B-tree Indexes ! " # $$% & ' ( )*(!+ $ &-+ / ! 5 '9

VERSION. Version Date Description. Estimate size of B-tree Indexes !  # $$% & ' ( )*(!+ $ &-+ / ! 5 '9 VERSION Version Date Description! " # $$% & ' ( )*(!+, -./01))( -#*** $ &-+ / 2 3 4 5 2 62 25 7 8! 5 '9!"-" 5 27/12/2005 Guy Lambregts OCP DBA Steria Benelux Page : 2 1. INTRODUCTION...4 2. HOW MANY LEAF

More information

Data Warehousing & Big Data at OpenWorld for your smartphone

Data Warehousing & Big Data at OpenWorld for your smartphone Data Warehousing & Big Data at OpenWorld for your smartphone Smartphone and tablet apps, helping you get the most from this year s OpenWorld Access to all the most important information Presenter profiles

More information

Oracle 1Z0-235 Exam Questions & Answers

Oracle 1Z0-235 Exam Questions & Answers Oracle 1Z0-235 Exam Questions & Answers Number: 1z0-235 Passing Score: 800 Time Limit: 120 min File Version: 26.5 http://www.gratisexam.com/ Oracle 1Z0-235 Exam Questions & Answers Exam Name: Oracle 11i

More information

Oracle Database Administration

Oracle Database Administration A Active (Current) and Inactive Redo Log Files... 12:8 Alert and Trace Log Files... 1:34 Alert Log Files... 1:34 ALTER TABLE Statement - Reasons for using... 9:18 ALTER TABLESPACE... 7:23 Application Development...

More information

Partitioning Tables and Indexing Them

Partitioning Tables and Indexing Them Partitioning Tables and Indexing Them Hemant K Chitale Product Specialist, Standard Chartered Bank Oracle ACE `whoami` DBA with 20 years experience on wide variety of platforms DBA team lead and consultant

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

! "# " "$ %&' ($$$ )%&' *+),%&' -.*&*/

! #  $ %&' ($$$ )%&' *+),%&' -.*&*/ 1 ! "# " "$ %&' ($$$ )%&' *+),%&' -.*&*/ 2 010232 %&'24& 0506260 021 3 4 &*7+8 9!"#$%#&: 5 Probably You Do Not Need to Actually Design Anything 6 4*+/+.; "#&%$' 7 "#&%$' 4*+/+.; () OBJECT *object_id name

More information

Frequently Asked Questions

Frequently Asked Questions 1 Frequently Asked Questions A Smörgasbord of Common Questions and Problems Received by World Wide Support And How to Resolve Them Prepared by David Austin, david.austin@oracle.com 2 Overview Variety of

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

11gR2 Performance. Tuning Cookbook. Oracle Database. 1 enterprise J. performance from Oracle Database applications. achieve better

11gR2 Performance. Tuning Cookbook. Oracle Database. 1 enterprise J. performance from Oracle Database applications. achieve better Oracle Database 11gR2 Performance Tuning Cookbook Over 80 recipes to help beginners achieve better performance from Oracle Database applications Ciro Fiorillo PUBLISHING 1 enterprise J professional expertise

More information

Oracle DB-Tuning Essentials

Oracle DB-Tuning Essentials Infrastructure at your Service. Oracle DB-Tuning Essentials Agenda 1. The DB server and the tuning environment 2. Objective, Tuning versus Troubleshooting, Cost Based Optimizer 3. Object statistics 4.

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Module 9: Managing Schema Objects

Module 9: Managing Schema Objects Module 9: Managing Schema Objects Overview Naming guidelines for identifiers in schema object definitions Storage and structure of schema objects Implementing data integrity using constraints Implementing

More information

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Duration: 5 Days What you will learn The Oracle Database 12c: OCM Exam Preparation

More information

ITExamDownload. Provide the latest exam dumps for you. Download the free reference for study

ITExamDownload.  Provide the latest exam dumps for you. Download the free reference for study ITExamDownload Provide the latest exam dumps for you. Download the free reference for study Exam : 1Z0-020 Title : Oracle8l:new features for administrators Vendors : Oracle Version : DEMO Get Latest &

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Tuning with Statistics

Tuning with Statistics Tuning with Statistics Wolfgang Breitling breitliw@centrexcc.com Agenda The DBMS_STATS Package Uses of DBMS_STATS beyond analyze The stattab Table Transferring Statistics with the stattab Table Means to

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

InnoDB: What s new in 8.0

InnoDB: What s new in 8.0 InnoDB: What s new in 8.0 Sunny Bains Director Software Development Copyright 2017, Oracle and/or its its affiliates. All All rights reserved. Safe Harbor Statement The following is intended to outline

More information

Oracle Alter Table Add Unique Constraint Using Index Tablespace

Oracle Alter Table Add Unique Constraint Using Index Tablespace Oracle Alter Table Add Unique Constraint Using Index Tablespace You must also have space quota in the tablespace in which space is to be acquired in Additional Prerequisites for Constraints and Triggers

More information

File Structures and Indexing

File Structures and Indexing File Structures and Indexing CPS352: Database Systems Simon Miner Gordon College Last Revised: 10/11/12 Agenda Check-in Database File Structures Indexing Database Design Tips Check-in Database File Structures

More information

GFC_ARCH_MGMT: SEGMENT MANAGEMENT UTILITY PACKAGE

GFC_ARCH_MGMT: SEGMENT MANAGEMENT UTILITY PACKAGE T E C H N I C A L N O T E GFC_ARCH_MGMT: SEGMENT MANAGEMENT UTILITY PACKAGE Prepared By David Kurtz, Go-Faster Consultancy Ltd. Technical Note Version 0.08 Tuesday 15 July 2014 (E-mail: david.kurtz@go-faster.co.uk,

More information

Oracle Database In-Memory

Oracle Database In-Memory Oracle Database In-Memory Mark Weber Principal Sales Consultant November 12, 2014 Row Format Databases vs. Column Format Databases Row SALES Transactions run faster on row format Example: Insert or query

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

Author: Mounir Babari. Senior Technical Support Engineer UK. IBM B2B & Commerce - Industry Solutions. 1 Reclaiming wasted space in Oracle database

Author: Mounir Babari. Senior Technical Support Engineer UK. IBM B2B & Commerce - Industry Solutions. 1 Reclaiming wasted space in Oracle database Reclaiming wasted space in Oracle database Author: Mounir Babari Senior Technical Support Engineer UK IBM B2B & Commerce - Industry Solutions 1 Reclaiming wasted space in Oracle database Reclaiming space

More information

NORAD DBControl Online Whitepaper

NORAD DBControl Online Whitepaper NORAD DBControl Online Whitepaper Ensuring Modern Database Service Standards with Online Reorganizations and Structural Changes Bradmark Technologies, Inc. 1 Contents Introduction... 3 Reasons to Reorganize...

More information

.. Spring 2008 CSC 468: DBMS Implementation Alexander Dekhtyar..

.. Spring 2008 CSC 468: DBMS Implementation Alexander Dekhtyar.. .. Spring 2008 CSC 468: DBMS Implementation Alexander Dekhtyar.. Tuning Oracle Query Execution Performance The performance of SQL queries in Oracle can be modified in a number of ways: By selecting a specific

More information

Oracle Database 12c R2: New Features for Administrators Part 2 Ed 1

Oracle Database 12c R2: New Features for Administrators Part 2 Ed 1 Oracle Database 12c R2: New Features for Administrators Part 2 Ed 1 Duration 5 Days What you will learn Throughout the lessons of the Oracle Database 12c R2: New Features for Administrators Part 2 course

More information

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.)

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) Volume: 183 Questions Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) A. The user cannot set privileges on persistent lightweight jobs. B. The use

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Oracle Database 12c R2: New Features for Administrators Part 2 Ed 1 -

Oracle Database 12c R2: New Features for Administrators Part 2 Ed 1 - Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 12c R2: New Features for Administrators Part 2 Ed 1 - Duration: 5 Days What you will learn Throughout the lessons

More information

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

COURSE CONTENT. ORACLE 10g/11g DBA.   web:  call: (+91) / 400, COURSE CONTENT ORACLE 10g/11g DBA 1. Introduction (Database Architecture) Oracle 10g: Database Describe course objectives Explore the Oracle 10g database architecture 2: Installing the Oracle Database

More information

REPORT ON SQL TUNING USING INDEXING

REPORT ON SQL TUNING USING INDEXING REPORT ON SQL TUNING USING INDEXING SUBMITTED BY SRUNOKSHI KANIYUR PREMA NEELAKANTAN CIS -798 INDEPENDENT STUDY COURSE PROFESSOR Dr.TORBEN AMTOFT Kansas State University Page 1 of 38 TABLE OF CONTENTS

More information

Chapter 2. DB2 concepts

Chapter 2. DB2 concepts 4960ch02qxd 10/6/2000 7:20 AM Page 37 DB2 concepts Chapter 2 Structured query language 38 DB2 data structures 40 Enforcing business rules 49 DB2 system structures 52 Application processes and transactions

More information

Oracle Database Performance Tuning, Benchmarks & Replication

Oracle Database Performance Tuning, Benchmarks & Replication Oracle Database Performance Tuning, Benchmarks & Replication Kapil Malhotra kapil.malhotra@software.dell.com Solutions Architect, Information Management Dell Software 2 11/29/2013 Software Database Tuning

More information

M.C.A. (CBCS) Sem.-III Examination November-2013 CCA-3004 : Database Concepts and Tools. Faculty Code: 003 Subject Code:

M.C.A. (CBCS) Sem.-III Examination November-2013 CCA-3004 : Database Concepts and Tools. Faculty Code: 003 Subject Code: 003-007304 M.C.A. (CBCS) Sem.-III Examination November-2013 CCA-3004 : Database Concepts and Tools Faculty Code: 003 Subject Code: 007304 Time: 21/2 Hours] [Total Marks: 70 I. Answer the following multiple

More information

Oracle 1Z Oracle Database 11g: Administration I. Download Full Version :

Oracle 1Z Oracle Database 11g: Administration I. Download Full Version : Oracle 1Z0-052 Oracle Database 11g: Administration I Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-052 D. Functionbased index Answer: A QUESTION: 191 The user HR owns the EMP

More information

Using Oracle STATSPACK to assist with Application Performance Tuning

Using Oracle STATSPACK to assist with Application Performance Tuning Using Oracle STATSPACK to assist with Application Performance Tuning Scenario You are experiencing periodic performance problems with an application that uses a back-end Oracle database. Solution Introduction

More information

INTRODUCTION EXTENDED FLASHBACK FUNCTIONS

INTRODUCTION EXTENDED FLASHBACK FUNCTIONS Reviewed by Oracle Certified Master Korea Community ( http://www.ocmkorea.com http://cafe.daum.net/oraclemanager ) ORACLE 10G BACKUP AND RECOVER NEW FEATURES INTRODUCTION Two improvements have been made

More information

Question: Which statement would you use to invoke a stored procedure in isql*plus?

Question: Which statement would you use to invoke a stored procedure in isql*plus? What are the two types of subprograms? procedure and function Which statement would you use to invoke a stored procedure in isql*plus? EXECUTE Which SQL statement allows a privileged user to assign privileges

More information

Get Oracle Schema Ddl Syntax With Dbms_metadata

Get Oracle Schema Ddl Syntax With Dbms_metadata Get Oracle Schema Ddl Syntax With Dbms_metadata It there an easy way to extract DDLs from an Oracle 10 schema (tables and route, then rather than trying to convert Oracle DDL syntax to H2 you'd be better

More information

IT100: Oracle Administration

IT100: Oracle Administration IT100: Oracle Administration IT100 Rev.001 CMCT COURSE OUTLINE Page 1 of 8 Training Description: Introduction to Oracle Administration and Management is a five-day course designed to provide Oracle professionals

More information

Managing Performance Through Versioning of Statistics

Managing Performance Through Versioning of Statistics Managing Performance Through Versioning of Statistics Claudia Fernandez Technical Services Manager claudia@leccotech.com LECCOTECH www.leccotech.com NoCOUG, August 2003 "Managing Performance Through Versioning

More information

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version : Oracle 1Z0-043 Oracle Database 10g: Administration II Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-043 QUESTION: 172 You lost the index tablespace in your database. You decided

More information