Oracle DBCA installation database experiment

First: Use the DBCA interactive mode to build the database jxgl, and the relevant configuration and parameters are customized.

1: Hold down the Windows key, open DatabaseConfiguration Asistant, and click start.

1

2: Open the database configuration assistant Database Configuration Assitant, click "Next"

2

3: Choose to create a database.

3

4: Select "General Purpose or Transaction Processing" and click "Next".

 4

5: Set the database name and instance name, the two can be set the same or different, click "Next". The database name I use is jxgl, and the instance name is jxgl.

 5

6: Management option configuration, uncheck Configure Enterprise Manager, click "Next".

 6

7: Set a password for the new database account.

 7

8: The location of the database file, the default storage type: file system, storage location: use the database file location in the template, or you can specify the storage path yourself, click "Next".

 8

9: Restore the configuration, specify the fast recovery area.

 9

10: Contents of the database, according to the need, choose whether to add the sample program, click "Next".

 10

11: Set memory, character set, connection mode, adjust size, etc.

 11

12: Database storage, control file, data file, redo log file location settings, click "Next".

 12

 13

13: Create options, create a database, generate a script, click "Finish" to start creating the database.

 14

 15

 16

14: Start to create a database.

 17

 18

15: Password management.

 19

Use sqlplus to enter the database just created. Use the view command select name from v $ database ;.

 20

         21

Both databases can be accessed before, indicating that the database we just created can be accessed successfully.

Scan the code and follow the public account for more information.

                                                                   

Published 24 original articles · praised 36 · 20,000+ views

Guess you like

Origin blog.csdn.net/tanjunchen/article/details/63259002