Currently our db Oracle 11g R2 enterprise db, has only 1 node and none RAC, and we are getting a new machine, I would like to RAC the old and new node together. (please do not move me to other site, I want to saty in stack over flow).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
start with installing the GRID software and configure the cluster. Next install the rdbms software. The installer will detect the cluster and give the choice to install the RAC enabled software on both nodes.
If the software is installed, switch the database to use the new installed RAC enabled ORACLE_HOME. When the database is using the RAC software you can add log groups for the new to create thread. When the logs for the new thread are in place, enable the new thread and start the instance on the new node.
This all assumes that all datafiles are on storage that is shared between both nodes. Of course there are some more details but this is roughly the procedure.