1、使用oracle 用户登录图形终端,执行dbca,启动DBCA,选择“Create a database”,点击Next
2、选择Advanced configuration,点击Next
3、选择Custom Database,点击Next
4、选择所有节点,点击Next
5、输入Global Database Name和SID Prefix,不选择“Create as Container Database”,点击Next
6、选择DATA 磁盘组,点击Next
7、选择FRA 磁盘组,选择Enable Archiving,点击Next
8、按需选择安装Database components,点击Next
9、配置SGA,设置进程数和字符集,点击Next
10、选择配置EM Database express,点击Next
11、设置数据库实例sys和system密码,点击Next
12、创建数据库,点击Customize Storage Locations,更改默认的数据文件配置
增加redo group,更改完毕后,点击Apply,然后点击Close
13、进行prerequisite checks,根据检查结果修复不符合要求的配置,对于可以忽略的,选择Ignore All,点击Next
14、列出之前的配置信息,如果无误,点击Finish
15、创建数据库
16、数据库创建成功