Question

we I have a server with Oracle SE One ... I need to separate the test data from prod data as each one has it's own schema, I will do 1 of 2 which is both are OK for the dev team:

  1. Create a new instance and move the test into it
  2. Install a new home and then create the new instance into it then move the data, I like this option because I can test the Oracle patch on the test home before applying it on the prod ...

any thought on the license? we already have the license, but do we need additional one if we do both or any one them?

Was it helpful?

Solution

The correct answer for licensing questions is: contact your oracle sales representative.

With Oracle you license cpu's. If your test and prod run on the same cpu's, they don't need a new license. As long as it all runs on the same cpu's, it does not matter if you have multiple databases (and instances) or run it all in one single database. Normally we don't mix test and prod in the same database so at least make sure to create separate databases for test and prod.

If you run this on the same machine, it could be wise to run test using a test account and prod database using a prod account. This also requires 2 separate ORACLE_HOME's on that single machine but this does give you some control about the separation of your environments.

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top