Administrator
|
Hi Ashish,
If you will need to test the performance of both application and database bound processes , then you have to use a same hardware in the dev/staging environment.
Operating system vendor and version also need to be the same. Having same OS in the dev environment also brings you te opportunity to test patces and upgrades in the clone environment.
Periodically updating the dev/staging environment by taking new clones , is also important..
This will bring you the opportunity to test scenarios which may be caused by problematic data, or perfomance problems caused by loading of new data..
On the other hand; if you just test some plsql, reports or some forms to make sure it is working as expected(without a need to check the performance of them), then you gave go for a scaled down dev/staging environment.. But again, use the same OS vendor and versions in the dev site.. If you dont use the same OS in the target , your cloning operations will be hard for you.
So, It is up to you and depends on your needs..
Lastly, you can use the following document for cloning ;
Cloning Oracle Applications Release 11i with Rapid Clone (Doc ID 230672.1)
|