Home > Store

Oracle 9i Fundamentals I Exam Cram 2

Register your product to gain access to bonus material or receive a coupon.

Oracle 9i Fundamentals I Exam Cram 2

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2005
  • Edition: 1st
  • Book
  • ISBN-10: 0-7897-3265-3
  • ISBN-13: 978-0-7897-3265-1

Whether you're studying for the Oracle 9i Fundamentals I exam or just need to take the New Features update exam, Oracle 9i Funamentals I Exam Cram 2 can help you get certified. This efficient guide follows the exam objectives clearly and concisely. New Features materials are also included in the book, as well as a full-customizable practice test engine on CD. Oracle 9i Fundamentals I Exam Cram 2 is your smartest way to get certified.

Downloads

Downloads

Get Adobe Acrobat ReaderNote: You will need the Free Adobe Acrobat Reader to view the CramSheet for the book. If you do not already have Acrobat installed on your machine, click the "Get Acrobat Reader" button to download and install.


Click on the links below to display the PDF file in a new window. Right-click on the link and select Save As if you want to download it to your hard drive.

0789732653_CramSheet.pdf (60 KB)

Sample Content

Online Sample Chapters

Creating a Database

Creating Oracle Databases

Table of Contents

Introduction.

Self-Assessment.

1. Oracle Architecture Components.

    Database Versus Instance.

      Oracle Server.

      Database.

      Instance.

      Data Blocks.

      Block Size Choices.

      Disk Blocks.

      Extents.

      Segments.

    Datafiles.

      Tablespaces.

      Synonym.

      Schema.

      Schema Objects.

      Table.

      Index.

      View.

      Redo Log Files.

      Control Files.

     Memory Structures.

      System Global Area.

    Shared SQL Area.

      Shared PL/SQL Area.

    Program Global Areas (PGA) Overview.

      Private SQL Area.

      SQL Work Areas.

    Process Architecture.

    Background Processes.

      Database Writer (DBWn).

      Log Writer (LGWR).

      Checkpoint (CKPT).

      System Monitor (SMON).

      Process Monitor (PMON).

      Archiver (ARCn).

      Recoverer (RECO).

      Job Queue Processes (Jnnn).

      Dispatcher (Dnnn).

      Lock Manager Server (LMS).

      Queue Monitor (QMNn).

    Connecting to an Instance.

      Connection.

      Session.

    Exam Prep Questions.

    Need to Know More?

2. Getting Started with the Oracle Server.

    Administrative Tools.

    Oracle Universal Installer (OUI).

      OUI Interactive.

      OUI Noninteractive.

      Multiple Oracle Homes.

      Creating an Oracle Home.

    Oracle Database Configuration Assistant (DBCA).

    Optimal Flexible Architecture (OFA).

    Password File Authentication.

      Locked and Expired Default Accounts.

      Elimination of Default Passwords.

      Password File.

    DBA Tools.

      SQLPlus.

      Oracle Enterprise Manager (OEM).

      OMS Repository.

    Exam Prep Questions.

3. Creating a Database.

    Prerequisites for Database Creation.

    Planning Database File Locations.

    Creating the Database.

    Oracle Database Configuration Assistant.

      Create a Database.

      Database Configuration Options.

    Create a Database Manually.

      Step 1: Decide on Your Instance's System Identifier (SID).

      Step 2: Create the Initialization Parameter File.

      Step 3: Connect to and Start the Instance.

      Step 4: Issue the CREATE DATABASE Statement.

      Step 5: Run Scripts to Build Data Dictionary Views.

      Step 6: Run Scripts to Install Additional Options.

      Step 7: Create a Server Parameter File.

      Step 8: Back Up the Database.

      Step 9: Create Additional Tablespaces.

    What to Do If Database Creation Fails.

    Exam Prep Questions.

    Need to Know More?

4. Managing an Instance.

    Initialization Parameter Files.

      Working with PFILE.

      Working with SPFILE.

      Specifying Often-Used Initialization Parameters.

    Oracle Managed File (OMF) System.

      Initialization File Parameters for OMF.

      OMF Naming Conventions.

    Database Startup.

      STARTUP NOMOUNT.

      STARTUP MOUNT.

      STARTUP OPEN.

    Working with the STARTUP Command.

      Automating Startup.

      Altering the Database State.

      Setting Restricted Mode.

      Setting Read-Only Mode.

    Shutting Down the Database.

      SHUTDOWN NORMAL.

      SHUTDOWN TRANSACTIONAL.

      SHUTDOWN IMMEDIATE.

      SHUTDOWN ABORT.

      Shutting Down and Starting Up Using OEM.

    Managing the Instance by Monitoring the Diagnostic Files.

      Alert Log.

      Background Trace Files.

      User Trace Files.

    Exam Prep Questions.

    Need to Know More?

5. Data Dictionary Content and Usage.

    Oracle's Data Dictionary.

    How the Data Dictionary Is Used.

      Program Units.

      Views on Base Tables.

    Accessing Data Dictionary and Dynamic Performance Views.

      Fast Access of the Data Dictionary.

    Creating the Data Dictionary.

      Running the Catalog Scripts.

      Running the catproc.sql Script.

    Common Views and Their Uses.

    Exam Prep Questions.

    Need to Know More?

6. Storage Structure and Relationships.

    Segments.

      Table Segments.

      Table Partition Segment.

      Cluster Segments.

      Index Segments.

      Index-Organized Table.

      Index Partition.

      Undo Segment.

      Temporary Segment.

      LOB Segment.

      Nested Table Segment.

      Bootstrap Segment.

    Extents.

    Database Data Blocks.

      Automatic Segment Space Management.

      Manual Segment Space Management.

      Data Block Layout.

    Block Utilization Parameter.

      INITRANS.

      MAXTRANS.

      PCTFREE.

      PCTUSED.

    Storage Structure Information in the Data Dictionary.

      DBA_TABLESPACES.

      DBA_DATA_FILES.

      DBA_SEGMENTS.

      DBA_EXTENTS.

      DBA_FREE_SPACE.

    Exam Prep Questions.

    Need to Know More?

7. Globalization Support.

    Globalization Support.

    Character Sets and Encoding Schemes.

      Single-Byte Character Sets.

      Varying-Width Multibyte Character Sets.

      Fixed-Width Multibyte Character Sets.

      Unicode Character Set.

    Database Character Set.

    National Character Set.

      Should You Use Unicode?

    Language-Dependent Behavior Specification.

      Initialization Parameters.

      NLS_LANGUAGE.

      NLS_TERRITORY.

    Setting Environment Variables.

      Working with NLS_LANG.

      Using ALTER SESSION to Set Environment Variables.

    Linguistic Sorting.

      Binary Sorting.

      Monolingual Sorting.

      Multilingual Sorting.

    Language-Dependent Application Behavior.

      Linguistic Index Support.

      Importing and Loading Data Using NLS.

    Globalization Support Information in the Data Dictionary.

      V$NLS_PARAMETERS.

    Globalization Support Utilities.

      Oracle Locale Builder.

      Character Set Scanner.

    Exam Prep Questions.

8. Maintaining Control Files.

    What Are Control Files?

      Uses of the Control Files.

      Contents of the Control Files.

    Multiplexing Control Files.

      Multiplexing Using SPFILE.

      Multiplexing Using PFILE.

    The CREATE CONTROLFILE Command.

      CREATE CONTROLFILE Parameters and Options.

      CREATE CONTROLFILE Troubleshooting.

    Dropping Control Files.

    Backing Up the Control File.

    Obtaining Control File Information.

    Control File-Related Parameters.

    Managing the Control File with OMF.

    Exam Prep Questions.

9. Maintaining Redo Log Files.

    Purpose of Online Redo Log Files.

    Structure of Online Redo Log Files.

      Online Redo Log Groups.

      Online Redo Log Members.

      Creating the Initial Redo Log Files.

      How Redo Logs Work.

    Control Log Switches and Checkpoints.

      Log Switches.

      Checkpoints.

      Force Log Switch.

      Force Checkpoint.

    Multiplexing and Maintaining Online Redo Log Files.

      Adding a Log File Member to a Group.

      Optimum Number of Online Redo Log Files.

      Location, Location, Location.

      Sizing the Redo Log Files.

      Dropping Redo Log Groups.

      Clearing Online Redo Logs.

      Relocating and Renaming Online Redo Logs.

    Using OEM to Maintain Redo Log Groups and Members.

      Adding Redo Log Groups.

      Dropping Redo Log Groups.

      Relocating and Renaming Redo Log Members.

    Managing Redo Log Files with OMF.

    Data Dictionary Redo Information.

    Archived Redo Log Files.

      NOARCHIVELOG Mode.

      ARCHIVELOG Mode.

      LOG_ARCHIVE_START.

      Archiver Information in the Data Dictionary.

      Obtaining Archiver Information from OEM.

    Exam Prep Questions.

10. Managing Tablespaces and Data Files.

    Logical Structure of the Database.

      Managing Tablespace Status.

    Types of Tablespaces.

      Undo Tablespace.

      Temporary Tablespaces.

      Default Temporary Tablespaces.

    Creating Tablespaces.

     Dropping Tablespaces.

    Space Management in Tablespaces.

      Locally Managed Tablespaces.

      Dictionary Managed Tablespaces.

    Changing the Size of the Tablespace.

      Resizing a Tablespace.

      Moving Data Files with ALTER TABLESPACE.

       Moving Data Files with ALTER DATABASE.

    Manipulating Tablespaces and Data Files with OEM.

      Changing the Storage Settings.

      Creating a Temporary Tablespace.

      Bringing a Tablespace Offline or Online.

      Dropping a Tablespace.

      Enabling or Disabling AUTOEXTEND.

      Adding a Data File.

      Creating a Tablespace.

    Implementing Oracle Managed Files (OMF).

    Data Dictionary Tablespace and Data File Information.

    Exam Prep Questions.

    Need to Know More?

11. Managing Undo Data.

    Logical Structure of Undo Segments in the Database.

    Purpose of Undo Data.

      Transaction Rollback.

      Transaction Recovery.

      Read Consistency.

      Transaction Read Consistency.

    Types of Undo Data.

      SYSTEM.

      Non-SYSTEM.

      Deferred.

    Implementing Automatic Undo Management.

      Altering the Undo Tablespace.

      Switching Undo Tablespaces.

      Dropping an Undo Tablespace.

      Automatic Undo Management Parameters.

      Sizing the Undo Tablespace.

      Undo Quota.

    Data Dictionary Information on Undo.

    Exam Prep Questions.

12. Managing Tables.

    Methods of Storing Data.

      Regular Tables.

      Partitioned Tables.

      Index-Organized Tables.

      Cluster Tables.

    Oracle Data Types.

      User-Defined Data Types.

      Built-In Data Types.

      Collection Data.

      Relationship Data Types.

      Extended Versus a Restricted ROWID.

      Restricted ROWID.

      Extended ROWID.

    Structure of a Row.

    Creating Regular and Temporary Tables.

      Temporary Table Creation.

    External Tables.

    Managing Storage Structures.

      Manually Allocating Extents.

    Regular Table Operations.

      Reorganizing Tables.

      Redefining Tables.

      Moving Tables.

      Truncating Tables.

      Dropping Tables.

    Column Operations.

      Dropping a Column.

      Unused Columns.

      Adding Columns.

      Altering Columns.

    Data Dictionary Information on Tables.

    Exam Prep Questions.

13. Managing Indexes.

    Different Types of Indexes and Their Uses.

      Logical Index Classifications.

      Physical Index Classifications.

    Creating Indexes.

Criteria for Creating an Index.

Creating a B-Tree Index.

Using OEM to Create a B-Tree Index.

Creating a Bitmap Index.

    Changing Storage Parameters for Indexes.

    Reorganizing Indexes.

      Rebuilding Indexes.

      Coalescing Indexes.

      Validating Indexes.

      Drop Indexes.

    Index Information in the Data Dictionary.

    Exam Prep Questions.

14. Maintaining Data Integrity.

    Defining Data Integrity.

      Application Code.

      Database Triggers.

      Integrity Constraints.

      Guidelines for Using Constraints.

    Implementing Data Integrity Constraints.

      Foreign Keys.

       Defining Constraints at Table Creation Time.

      Table Constraints.

    Maintaining Integrity Constraints.

      Enabling Constraints.

      Using the EXCEPTIONS Table.

    Constraint Information in the Data Dictionary.

    Exam Prep Questions.

15. Managing Users.

    Creating New Users.

      Database Authentication.

      External Authentication.

      User Account Defaults.

    Altering Users.

    Dropping Users.

    User Information in the Data Dictionary.

    Exam Prep Questions.

16. Managing Password Security and Resources.

    Manage Passwords Using Profiles.

      DEFAULT Profile.

      Profile Usage.

      Passwords.

    Administering Profiles.

      Creating Profiles.

      Assigning Profiles.

      Altering Profiles.

      Dropping Profiles.

    Controlling Resources Using Profiles.

    Managing Resource Plans and Consumer Groups.

      Oracle Database Resource Manager.

      Enabling Database Resource Manager.

    Data Dictionary Information About Profiles, Password, Management, and Resources.

    Exam Prep Questions.

17. Managing Privileges.

    System Privileges.

      Special System Roles.

    Object Privileges.

    Auditing Capabilities.

      Moving the Audit Trail Out of the SYSTEM Tablespace.

      Auditing Categories.

      Enabling and Disabling Auditing.

      Audit Options.

      Statement Execution.

      Audit Data Generation.

      Reviewing Audit Information.

      Fine-Grained Auditing.

    Data Dictionary Information.

    Exam Prep Questions.

18. Managing Roles.

    Creating and Modifying Roles.

      Granting Privileges to Roles.

      Application Roles.

    Granting Roles.

      Default Roles.

    Controlling Availability of Roles.

    Removing Roles.

    Using Predefined Roles.

      Enabling and Disabling Roles.

    Role Creation Guidelines.

      Using Passwords with Roles.

    Role Information in the Data Dictionary.

    Exam Prep Questions.

19. Practice Exam 1.

20. Exam 1 Answers.

21. Practice Exam 2.

22. Exam 2 Answers.

Appendix A. CD Contents and Installation Instructions.

    Multiple Test Modes.

      Study Mode.

      Certification Mode.

      Custom Mode.

      Adaptive Mode.

      Missed Question Mode.

      Non-Duplicate Mode.

    Question Types.

    Random Questions and Order of Answers.

    Detailed Explanations of Correct and Incorrect Answers.

    Attention to Exam Objectives.

    Installing the CD.

      Creating a Shortcut to the MeasureUp Practice Tests.

    Technical Support.

Appendix B. Glossary.

Appendix C. Need to Know More?

    Part 1: Oracle Architectural Components.

    Part 2: Getting Started with the Oracle Server.

    Part 3: Creating a Database.

    Part 4: Managing an Instance.

    Part 5: Data Dictionary Content and Usage.

    Part 6: Storage Structure and Relationships.

    Part 7: Globalization Support.

    Part 8: Maintaining Control Files.

    Part 9: Maintaining Redo Log Files.

    Part 10: Managing Tablespaces and Data Files.

    Part 11: Managing Undo Data.

    Part 12: Managing Tables.

    Part 13: Managing Indexes.

     Part 14: Maintaining Data Integrity.

    Part 15: Managing Users.

    Part 16: Managing Password Security and Resources.

    Part 17: Managing Privileges.

    Part 18: Managing Roles.

Index.

Updates

Submit Errata

More Information

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020