Reputation: 107
I am trying to create a collaborative work environment to create a database for an advanced database class. I am thinking of something along the lines of a Google Drive of Apex Oracle.
Is there some code that can be implemented? We all use the server provided by the school. However if I insert table a into the database, my classmate cannot access table unless they create their own table a. Can this be remedied?
Upvotes: 1
Views: 1005
Reputation: 142778
There are a few options I can think of.
Option 1:
Option 2:
Option 1:
Option 2:
It is possible to use any of the "cross-join" combinations of those options (database 1 + apex 1; or database 1 + apex 2; etc.).
From my point of view, I'd go for database 2 + apex 2.
Upvotes: 1