Oracle Database Creation

Source: Internet
Author: User
Tags dba

  1. Open Database Configuration Assistant

  2. Next
  3. Select "Advanced Mode" next
  4. Choose the type of database you are creating (typically select Data Warehouse)
    (general purpose or transaction processing?:?thatOLTP(online transaction processing). The general data volume is small,DMLfrequent.
    Data Warehouse:?thatOLAP, the volume of data is large,DMLless
    the key to your data isOLTPor is OLAP
    OLTP : Online transaction processing, representing many transactions, but the execution of most of the short, concurrent large database, such as daily invoicing operations;
    OLAP:? on-Line Analytical processing, which indicates less transactions, but performs mostly longer, less concurrent databases, such as Data Warehouse-based operations;
    The general system isOLTP, tens of millions of data are differentiatedOLTPand theOLAPthe basis.
    DDL: database schema definition language,Key WordsCreate
    DML: Database Manipulation Language,Key Words, Insert,update,delete
    DCL: Database Control Language,Key WordsGrant,remove
    DQL: database Query Language,Key WordsSelect
    )
  5. Enter the database name
  6. Direct Next
  7. Set password (usually I set the password same as the current user name O (∩_∩) o~)
    1. Network configuration (currently there is no need to check the listener)
    2. Storage location just the next step.
    3. database option, and also the next step is good
    4. Initialize the parameters and set them on demand.
    5. Create options, Direct next
    6. The previous condition check will appear following interface
    7. Click Done to wait for database creation to complete
    8. As soon as the progress bar runs, click "Password Management"
    9. Password management: Set the passwords for each of the following 3 users.
      Sys,system,dbsnmp

      SYS:The default password isChange_on_install,When you create a database,SYSthe user will be created by default and grantedDBAroles, the base tables and views in all database data dictionaries are stored in theSYSscenarios, these basic tables and views are forOracleThe operation of the database is very important. In order to maintain the authenticity of the data dictionary,SYSthe tables in the scenario can only be maintained by the system, and they cannot be modified by any user or database administrator, and no user canSYSCreate a table in the scenario.
      SYSTEM: The default password isMANAGER, withSYS, in creatingOracledatabase,SYSTEMThe user is created by default and is grantedDBAroles, which create tables or views that display management information, and are used by variousOraclecontent tables or views used by database applications and tools. ?
      dbsnmp: is aOraclein the database for Smart agents (Intelligent AgentUsers, who are used to monitor and manage database-related performance, cannot extract relevant data if the user is stopped;
      Sysman: is aOraclein the database forEMmanage the user, if you do not use the user, can also be deleted;
    10. Get here Oracle Create the database and you're done.

Oracle Database Creation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.