Moved Oracle setup scripts to a more intuitive directory (`docker/setup`) and updated corresponding volume mappings in `docker-compose.yml`. Adjusted `.gitignore` to exclude the new `docker/data/` directory. This change improves organization and clarity for Oracle-related files.
3 lines
107 B
SQL
Executable file
3 lines
107 B
SQL
Executable file
alter session set "_ORACLE_SCRIPT"=true;
|
|
CREATE USER ELSA IDENTIFIED BY elsa;
|
|
GRANT ALL PRIVILEGES TO ELSA; |