Revised database initialization scripts to better handle Postgres and Oracle environments, introduced schema-specific configurations for Oracle EFCore, and cleaned up obsolete or redundant entity model setup. Streamlined project structure by relocating and renaming files for SQLite and Oracle EFCore setups, improving maintainability and readability.
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; |