View Issue Details

IDProjectCategoryView StatusLast Update
0004977SymmetricDSBugpublic2021-05-28 20:40
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.10Fixed in Version3.12.10 
Summary0004977: Oracle create index under same user/schema as table
DescriptionOn Oracle, the index is created without qualifying the index name, so it is owned by the SymmetricDS user. When multiple user schemas are being synchronized, it becomes more likely that a name collision will occur. Example of current use:

CREATE INDEX "I_LAST_NAME" ON "ELONG"."CUSTOMER" ("LAST_NAME");

Should be changed to include owner/schema qualification:

CREATE INDEX "ELONG"."I_LAST_NAME" ON "ELONG"."CUSTOMER" ("LAST_NAME");
Tagsdialect: oracle, dialect: tibero

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 6b6b5ef8

2021-05-05 19:07:49

admin

Details Diff
0004977: Oracle create index under same user/schema as table Affected Issues
0004977
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/tibero/TiberoDdlBuilder.java Diff File

SymmetricDS: 3.12 dd19e0c8

2021-05-05 19:16:51

admin

Details Diff
0004977: Oracle create index under same user/schema as table Affected Issues
0004977
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDdlBuilder.java Diff File

Issue History

Date Modified Username Field Change
2021-05-05 19:05 elong New Issue
2021-05-05 19:05 elong Status new => assigned
2021-05-05 19:05 elong Assigned To => elong
2021-05-05 19:05 elong Tag Attached: dialect: oracle
2021-05-05 19:05 elong Tag Attached: dialect: tibero
2021-05-05 19:12 elong Status assigned => resolved
2021-05-05 19:12 elong Resolution open => fixed
2021-05-05 19:12 elong Fixed in Version => 3.12.10
2021-05-05 20:00 admin Changeset attached => SymmetricDS 3.12 dd19e0c8
2021-05-05 20:00 admin Changeset attached => SymmetricDS 3.12 6b6b5ef8
2021-05-28 20:40 admin Status resolved => closed