How can we add another server for E-business suit application only?

Asked By 20 points N/A Posted on -
qa-featured

We are using ORACLE RDBMS 9.2.0.6. We are also using E-business suit 11.5.10.2. The platform for this is Solaris 10. The same server stored the application and database. We are looking for input to add another server for installing the application only. We also want to put this server in another location. Can we use the same database in two applications? If it is possible, please explain how we can do this. Kindly provide some notes on it. Thank you.

SHARE
Answered By 55 points N/A #103016

How can we add another server for E-business suit application only?

qa-featured

You can surely use one database in both the applications provided they support the alternative format of the database.

  1. First make sure that your second server has the same ORACLE RDBMS and the E business suit installed.
  2. After that, copy the whole database from the server 1.
  3. Go to the path where you want to put it in the server 2 and paste it.
  4. Now open the ORACLE in the 2nd server and import the database from that path where you pasted it.
  5. Click ok and it will load the database without any problem.

You might need to copy the coding for the triggers and insert codes and then run it again on the 2nd server so that they are created also.

Related Questions