From 0afd4258f11063b6d601d3a48a13ce0174c9ee1a Mon Sep 17 00:00:00 2001 From: Hynek Mlnarik Date: Thu, 10 Nov 2016 22:20:35 +0100 Subject: [PATCH] KEYCLOAK-3876 Add note for Oracle migration script --- topics/MigrationFromOlderVersions.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/topics/MigrationFromOlderVersions.adoc b/topics/MigrationFromOlderVersions.adoc index 2df8dc1550..fe5a84d167 100644 --- a/topics/MigrationFromOlderVersions.adoc +++ b/topics/MigrationFromOlderVersions.adoc @@ -199,7 +199,10 @@ however in that case, it is much better option to use HTTPS, which will secure a The `databaseSchema` property for both JPA and Mongo is now deprecated and has been replaced by `initializeEmpty` and `migrationStrategy`. `initializeEmpty` can bet set to `true` or `false` and controls if an empty database should be initialized. `migrationStrategy` can be set to `update`, `validate` and `manual`. `manual` is only supported for -relational databases and will write an SQL file with the required changes to the database schema. +relational databases and will write an SQL file with the required changes to the database schema. Please note that +for Oracle database, the created SQL file contains `SET DEFINE OFF` command understood by Oracle SQL clients. +Should the script be consumed by any other client, please replace the lines with equivalent command of the tool of +your choice that disables variable expansion or remove it completely if such functionality is not applicable. ===== Changes in Client's Valid Redirect URIs The following scenarios are affected: