Oracle 10 Gb manual database creation, self-Experience Summary

Source: Internet
Author: User

I am a crazy fan of Oracle 10g manual database creation. I like Oracle 10g manual database creation very much. The following content is my summary, if you are a crazy fan of Oracle 10 Gb manual database creation, I believe the following articles will help you.

1. Create a directory

 
 
  1. mkdir d:\oracle\product\10.1.0\database  
  2. mkdir e:\oracle\admin\Ora10g\bdump  
  3. mkdir e:\oracle\admin\Ora10g\cdump  
  4. mkdir e:\oracle\admin\Ora10g\create  
  5. mkdir e:\oracle\admin\Ora10g\pfile  
  6. mkdir e:\oracle\admin\Ora10g\udump  
  7. mkdir e:\oracle\flash_recovery_area  
  8. mkdir e:\oracle\oradata  
  9. mkdir e:\oracle\oradata\Ora10g  

2. Generate a windows Service, create a password file, and run the command in cmd.

Set ORACLE_SID = dbca green section set oracle Instance name to ora10g

 
 
  1. d:\oracle\product\10.1.0\DB_1\bin\oradim.
    exe -new -sid ORA10G -startmode manual -spfile 
    d:\oracle\product\10.1.0\DB_1\bin\oradim.
    exe -edit -sid ORA10G -startmode a -spfile 

Create an instance named dbca and change the Manual start mode to automatic start.

 
 
  1. d:\oracle\product\10.1.0\DB_1\bin\orapwd.
    exe file=d:\oracle\product\10.1.0\db_1\PWDOra10g.
    ora password=sysPassword force=y 

Use oracle's built-in orapwd to create a sysPassword password for sys users.

3. In Oracle 10 Gb manual database creation, we need to execute the database creation script

The simhei part is the script to be called to create a database.

The above content describes the preparations for Oracle 10 Gb manual database creation. We hope to help you in this regard.

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.