oracle_1 | ls: cannot access /u01/app/oracle/oradata: No such file or directory oracle_1 | Database not initialized. Initializing database. oracle_1 | Setting up: oracle_1 | processes=500 oracle_1 | sessions=555 oracle_1 | transactions=610 oracle_1 | If you want to use different parameters set processes, sessions, transactions env variables and consider this formula: oracle_1 | processes=x oracle_1 | sessions=x*1.1+5 oracle_1 | transactions=sessions*1.1 oracle_1 | oracle_1 | Oracle Database 11g Express Edition Configuration oracle_1 | ------------------------------------------------- oracle_1 | This will configure on-boot properties of Oracle Database 11g Express oracle_1 | Edition. The following questions will determine whether the database should oracle_1 | be starting upon system boot, the ports it will use, and the passwords that oracle_1 | will be used for database accounts. Press <Enter> to accept the defaults. oracle_1 | Ctrl-C will abort. oracle_1 | oracle_1 | Specify the HTTP port that will be used for Oracle Application Express [8080]: oracle_1 | Specify a port that will be used for the database listener [1521]: oracle_1 | Specify a password to be used for database accounts. Note that the same oracle_1 | password will be used for SYS and SYSTEM. Oracle recommends the use of oracle_1 | different passwords for each database account. This can be done after oracle_1 | initial configuration: oracle_1 | Confirm the password: oracle_1 | oracle_1 | Do you want Oracle Database 11g Express Edition to be started on boot (y/n) [y]: oracle_1 | Starting Oracle Net Listener...Done oracle_1 | Configuring database...Done oracle_1 | Starting Oracle Database 11g Express Edition instance...Done oracle_1 | Installation completed successfully. oracle_1 | Database initialized. Please visit http://#containeer:8080/apex to proceed with configuration oracle_1 | Oracle Database 11g Express Edition instance is already started oracle_1 | oracle_1 | Starting import from '/docker-entrypoint-initdb.d': oracle_1 | found file /docker-entrypoint-initdb.d//docker-entrypoint-initdb.d/* oracle_1 | [IMPORT] /entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* oracle_1 | oracle_1 | Import finished oracle_1 | oracle_1 | Database ready to use. Enjoy! ;)
ALTERSESSIONSET"_ORACLE_SCRIPT"=TRUE; CREATEUSER miles IDENTIFIEDBY123456; GRANTCONNECT, RESOURCE, DBA TO miles; ALTERSESSIONSET"_ORACLE_SCRIPT"=FALSE;