Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rowid as primary key

RobeenJul 24 2021 — edited Jul 24 2021

Oracle DB 12.1.0.2
Hello Team,

there are a few tables on Oracle which do not have primary keys. On Oracle we can create a table with no primary key. I am using a CDC tool (Striim) to replicate data from these tables to Kudu. There is a feature called GGGTrail which will read changes from Golden Gate trail files and apply to target table. On Kudu, it is crucial to set the primary key for these tables.
I am planning to use the rowid as primary key on Kudu for these tables.. the CDC app will read metadata (ROWID) for each record and apply them on target. In case the rowid changes on Oracle (due to deletes, flashback etc..), CDC app will delete and insert record with new rowid
image.png
Do you think I can proceed with rowid as primary key on target?

Thanks,

Roshan

This post has been answered by Frank Kulash on Jul 24 2021
Jump to Answer

Comments

G.S.Feliu

Ok, forget about it.

Our Infrastructure Department managed to do so with IIS.

Regards,

G.S.Feliu

Sh!va

Create a project in IIS as you want ..

Run EPM configurator by selecting Logical address under Foundation, and give same porjects name.

This will create entry mod_wl*.conf for redirection.

But you have give resource name in link to access planning, So new link to access Planning will be like http://budget.company.com/HyperionPlanning/

Hope this help!.

Cheers!

Sh!va

1 - 2

Post Details

Added on Jul 24 2021
10 comments
1,916 views