First off apologies, my Oracle knowlegde is shocking and limited so if I use the wrong terminology my only excuse will be is I work in SQL Server.
I have 1 physical server which is currently hosting a 200GB database but I have a requirement to have a further 4 databases of roughly the same structure and data (though only a small subset) to be used for different levels of testing of the same application.
Someone suggested to me that I have seperate instances and then which would allow me all the same tablenames, proc names and views etc.
Someone else suggested I have seperate tablespaces again allow me all the same tablenames, proc names and views etc.
Which option will definitely allow me to keep the same database schema and but allow the 4 new test application servers to point to four seperate databases but all residing on the one physical database server? (I cant buy a new database server as i dont have the money, but I can buy new disc space).
Thanks for your help in advance.
"I'm living so far beyond my income that we may almost be said to be living apart
I have 1 physical server which is currently hosting a 200GB database but I have a requirement to have a further 4 databases of roughly the same structure and data (though only a small subset) to be used for different levels of testing of the same application.
Someone suggested to me that I have seperate instances and then which would allow me all the same tablenames, proc names and views etc.
Someone else suggested I have seperate tablespaces again allow me all the same tablenames, proc names and views etc.
Which option will definitely allow me to keep the same database schema and but allow the 4 new test application servers to point to four seperate databases but all residing on the one physical database server? (I cant buy a new database server as i dont have the money, but I can buy new disc space).
Thanks for your help in advance.
"I'm living so far beyond my income that we may almost be said to be living apart