Skip to content

Commit 42f7fbc

Browse files
committed
Adding pipeline for flyway
1 parent c7c9e78 commit 42f7fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure_templates/t-task-extend-flyway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
# Relates to : https://community.oracle.com/tech/developers/discussion/4490418/sqlcl-production-build-21-3-0-278-1045-throwing-warning-terminal-cannot-be-created-paused
3030
export JAVA_TOOL_OPTIONS=-Dorg.jline.terminal.dumb=true
3131
#Issue with 19.3 docker images. fixed in 21
32-
sql ${{ parameters.user }}/${{ parameters.password }}@//127.0.0.1:1521/ORCLCDB?oracle.net.disableOob=true<<EOF
32+
sql ${{ parameters.user }}/${{ parameters.password }}@//127.0.0.1:1521/ORCLPDB1?oracle.net.disableOob=true<<EOF
3333
3434
SELECT CDB FROM V\$DATABASE;
3535
SELECT NAME, CON_ID, DBID, CON_UID, GUID FROM V\$CONTAINERS ORDER BY CON_ID;

0 commit comments

Comments
 (0)