|
(→AutoExtend Tablespace Sizes)
|
(→Initial User Creation)
|
| Line 6: | |||
| This will create a username with a password, and grant the roles required out of the XE documentation: | This will create a username with a password, and grant the roles required out of the XE documentation: | ||
| <pre>create user testuser identified by testpassword; | <pre>create user testuser identified by testpassword; | ||
| - | grant connect, resource to testuser; | + | grant connect, resource, create session, create table to testuser; |
| </pre> | </pre> | ||