Can multiple developers share one (oracle) database instance to work with same data?

0
I appreciate any help you can provide. Now multiple developers are making one Mendix application with their local built-in database. Is it possible to share one database instance between developers to work with the same data?    
asked
1 answers
0

You can share the built in database with other developers. See below documentation:

https://docs.mendix.com/howto/collaboration-requirements-management/sharing-the-development-database#7-committing-the-data-snapshot

Once one of the dev has added the required data, you can share that as a snapshot. This starting point will be available to all devs who configure it. 

Do note that since this is local, any changes that are made after it is restored will be available only on that specific dev’s machine unless re-shared with the entire group.

 

EDIT – The above info is about the built in database of Mendix. I assume that for an Oracle database you’d follow something similar to the following:

https://docs.mendix.com/developerportal/operate/restore-backup-locally#3-restoring-the-backup-to-postgres

answered