第二章 创建与控制数据库

使用Database Control 访问数据库

启动命令:

emctl start dbconsole  

访问地址:

http://[hostname]:5500/em

或者http://localhost:5500/em

或者http://127.0.0.1:5500/em

使用isql*plus
    启动命令:

isqlplusctl start

使用Oracle Database Configuration Assistant(DBCA)

    Oracle数据库配置助手,一个基于Java的工具,用来创建Oracle数据库。

1 数据库模板

基于XML的文档,预定义的数据库模板包括:Data Warehouse、General Purpose和Transaction Porcessing等。

2 数据库标识

Database Identification,常叫做Oracle SID。

你可能感兴趣的:(数据库)