Search notes:

Oracle SQL: create database

create database creates the necessary files for a database:
The create database statement executes $ORACLE_HOME/rdbms/admin/sql.bsq which really is an SQL script.

See also

Oracle: create a database within a shell
Oracle SQL

Index