Flyway Migrations with Oracle 12c -


i'm looking flyway migrations setup oracle 12c, running 'flyway baseline' received following error on schema_table creation.

message    : ora-01950: no privileges on tablespace 'users' 

the end-goal here setup ci , cd process can create oracle database (with dbca) run flyway migrate migrate database latest version.

with in mind, how can passed issue? need create scheme , tablespace configuration outside of flyway before anything?.

edit: moudiz has suggested alter user quota 100m on users, whilst me passed issue. i'd more interested in solution in area of dbca/flyway configuration. 'tweak' script need run deployment not ideal.

this statement should you.

 alter user <user> quota 100m on users 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -