Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide

You're reading from  OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781849687300
Pages 582 pages
Edition 1st Edition
Languages

Table of Contents (24) Chapters

OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide
Credits
Foreword
About the Author
About the Reviewer
www.packtpub.com
Preface
1. Introducing the Oracle Relational Database System 2. Installing the Oracle Database Software 3. Creating the Oracle Database 4. Examining the Oracle Architecture 5. Managing Oracle Storage Structures 6. Managing the Oracle Instance 7. Managing Security 8. Managing Concurrency 9. Configuring an Oracle Network 10. Managing Database Performance 11. Understanding Backup and Recovery Concepts 12. Performing Database Backups 13. Performing Database Recovery 14. Migrating Data Preparing for the Certification Exam Test Your Knowledge – Answers Index

Exploring the static data dictionary views


Static data dictionary views are the set of views so named due to their infrequently changing nature. Static data dictionary views are not truly static; rather, they are comparatively slow changing compared to the dynamic data dictionary views. There are three basic types of static data dictionary views, and these are differentiated by their prefixes, USER_, ALL_, and DBA_.

Static data dictionary views prefixed with USER_ are those whose subject pertains to the ownership of the user itself. For example, if we were logging in to the database with our companylink user and query the USER_TABLES view, we would see all of the tables owned by our current user companylink. If we query from USER_INDEXES, we see a list of indexes owned by the companylink user. The USER views, as they are sometimes called, are useful for data dictionary information as it pertains to the current user.

Static data dictionary views prefixed with ALL_ are those whose subject...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}