xxxxxxxxxx
Use the CREATE SCHEMA statement to create multiple tables and views and perform multiple grants in your own schema in a single transaction
And the big note at the very beginning:
This statement does not actually create a schema. Oracle Database automatically creates a schema when you create a user
create user scm identified by scm;