In previous articles Oracle DBCS: Create Virtual Image Database Deployment series we have learned how to:
Oracle DBCS : Create Virtual Image Database Deployment - Part 1
https://netsoftmate.blogspot.in/2018/02/oracle-dbcs-create-virtual-image-database-deployment.html
Oracle DBCS : Create Virtual Image Database Deployment - Part 2
https://netsoftmate.blogspot.in/2018/03/oracle-dbcs-create-virtual-image-database-deployment-part2.html
Oracle DBCS : Create Virtual Image Database Deployment - Part 3
https://netsoftmate.blogspot.in/2018/03/oracle-dbcs-create-virtual-image-database-deployment-part3.html
In this article we will learn the final step on how to Create a Database in Virtual Image Database Deployment.
Prerequisites
- Create Virtual Image Database Deployment
- Create Storage Volumes for Oracle Database Software and Database Files
- Install Oracle Database Software
Step to Create a Database in Virtual Image Database Deployment:
- Get the IP address of the Compute node you want to connect from Oracle Database Cloud Service Console. Here my Deployment Service Name is "NSM-DBaaS-VM" and the IP address is 144.21.72.128
- On the left pane, expand "SSH" and select "Auth". On the right pane, click on "Browse" button. Select the Private Key that matches the Public Key for your Deployment. Click "Open"
- Enter login as "opc" user. You will be connected without prompting for the password. Switch to the "root" user and "oracle user". Verify no database is running currently.
- Login as oracle user and set Oracle Home, Oracle Base and PATH variable. Make sure Oracle Executable dbca is set in PATH correctly.
- Start dbca in silent mode by providing the values on the command line as shown below:
- Connect to the database and verify the status
Conclusion
In this article we have learned how to create a database in Virtual Image Database Deployment.
No comments:
Post a Comment