Second Oracle 12c install on same server, db or instance? [message #652844] |
Mon, 20 June 2016 21:49 |
|
Milenna
Messages: 4 Registered: September 2012 Location: USA
|
Junior Member |
|
|
Hi,
I have an Oracle 12c running on AWS on CentOS Linux rel 7.1. The database has been installed as a standalone non-CDB database. This DEV database is used for development. I have to install a second environment, for QA, on the same server. This time I want to use Container DB/Pluggable DB feature of 12c.
I think here is what my plan should be:
- Install a separate Container database
- Create the QA database as a first PDB
- Convert the standalone DEV database to become a second PDB
My questions:
- To create this Container/Pluggable databases, do I have to run a separate Oracle installation? Can I create it as another database within the existing Oracle Home?
- Can Container/Pluggable databases installation be placed in the same Oracle Home as the standalone DEV, or a separate Home needs to be created?
- The DEV was installed using "oracle" account. There is a .bash_profile defining the instance for the "oracle" user. Do I have to create another user, say "oracle_qa", and use it for the second installation? Would oracle install run if I use non-"oracle" user? Or I have to run the second installation as "oracle", but somehow switch between the instances before I start the install process? would both installations, DEV and QA, run under "oracle" user if i use it for both installs?
The install runs using a response file, db_install.rsp, there is no graphics.
All suggestions are appreciated!
Thank you very much
|
|
|
|
|
Re: Second Oracle 12c install on same server, db or instance? [message #652886 is a reply to message #652883] |
Tue, 21 June 2016 14:35 |
|
Milenna
Messages: 4 Registered: September 2012 Location: USA
|
Junior Member |
|
|
Great. Than I can keep these in my bash_profile:
export ORACLE_HOSTNAME=...
export ORACLE_BASE=...
export ORACLE_HOME=....
and only change these:
export ORACLE_UNQNAME=QA12CDB
export ORACLE_SID=QA12CDB
Login again as "oracle" and continue from here... Right?
As for DBCA interface, I do not have graphical interface. I have installed a few servers using response file, got to read up on how to create a db without graphical interface.
Thank you very much!
[Updated on: Tue, 21 June 2016 14:35] Report message to a moderator
|
|
|
|
|
|
|