Why and when to perform this task
Steps for this task
Note: Make sure that the database supports Unicode (UTF-8). Otherwise, it cannot store all characters that can be handled in the Java code, and you could run into codepage conversion problems when a client uses an incompatible codepage.
sqlplus scheduser/schedpwd@scheddb @createTablespaceOracle.ddl d:\mydb\tsIf you get any errors creating the table space, you can use dropTablespaceOracle.ddl to drop the table space.
sqlplus scheduser/schedpwd@scheddb @createSchemaOracle.ddlIf you get any errors creating the schema (tables and views), you can use dropSchemaOracle.ddl to drop the schema.
Results
The Oracle database for scheduler exists.