Explain how to manually create a database in Oracle

Source: Internet
Author: User


The following describes the steps to manually create a database in Oracle: 1. Confirm the new database name and Instance name; 2. Confirm the authentication method of the database administrator; 3. Create an initialization parameter file; www.2cto.com 4. create an instance; 5. connect to and start the instance; 6. Use the create database statement to create an Oracle database; 7. create an additional tablespace; 8. Run the script to create a data dictionary view; the following describes how to create a database named "MYNEWDB". 1. Determine the Database Name and Instance name. 1. DB_NAME = MYNEWDB 2.SID= MYNEWDB www.2cto.com 2. Determine the authentication method of the database administrator. The Administrator authentication methods include operating system authentication and password authentication, in this example, operating system authentication is used. 3. The initialization parameter file is created. The initialization parameter sample file provided by Oracle is located in initsmpl in the $ ORACLE_HOME \ admin \ tbsample \ pfile directory. ora we use the method of modifying samples to create The parameter name is initMYNEWDB. ora, which is stored in D: \ oracle \ ora92 1. \ database \ initMYNEWDB. ora, the main content settings are as follows: Sharing server settings 1. dispatchers = "(PROTOCOL = TCP) (SERVICE = MYNEWDBXDB) database instance name settings www.2cto.com 1. instance = MYNEWDB security and audit settings 1. remote_login_passwordfile = EXCLUSIVE sorting area size setting 1. pga_aggregate_target = 25165824 2. sort_area_size = 524288 Global Database Name settings 1. db_domain = "" 2. db_name = MYNEWDB Control File Settings 1. control_files = ("D: \ oracle \ oradata \ MYNEWDB \ CONTROL01.CTL ", 2. "D: \ oracle \ oradata \ MYNEWDB \ CONTROL02.CTL", www.2cto.com 3. "D: \ oracle \ oradata \ MYNEWDB \ CONTROL03.CTL") SGA area settings 1. java _ pool_size = 335544322. large_pool_size = 83886083. shared_pool_size = 50331648 or above is an introduction to the steps for creating a database in Oracle. I hope you will get some benefits. Follow the steps described above to create a database manually in Oracle. I hope the content described above will be helpful to you. Author tbwshc

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.