ssis - Developer sandboxes for Oracle database -


we developing large data migration oracle db (12c) system ssis. developers using production copy database problem that, due complexity of data transformation, have things in stages preprocessing data intermediate helper tables used further downstream. problem developers using same database , screw each other running things simultaneously. oracle db offer in terms of developer sandboxing? build mechanism handle (e.g. have dev id in helper tables, query views map dev), i'd rather use built-in functionality. use oracle multitenant this?

we ended producing master subset database of select schemas/tables through elaborate pl/sql, made several copies of master schema each dev has his/her own sandbox (as alex suggested). have used oracle data masking , subsetting it's expensive. option creating subset database wouldn have been use jailer. should note didn't have need mask sensitive data.

note. think common problem if new tools , solutions arise, please post them here answers.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -