Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts
Monday, January 23, 2017
Friday, January 13, 2017
Oracle DB 12.2 RAC
Database Administrators can now create database deployments that use Oracle Database 12c Release 2 (12.2) to host an Oracle Real Application Clusters (RAC) database.
Saturday, November 5, 2016
Wednesday, September 21, 2016
MySQL now available in Oracle Cloud
Oracle MySQL Cloud Service, built on Oracle’s proven MySQL Enterprise Edition and powered by the Oracle Public Cloud, provides a simple, automated, integrated and enterprise-ready MySQL cloud service.
Customers can now rapidly, securely and cost-effectively deliver MySQL-based applications in the cloud at global scale !
More information :
Monday, September 5, 2016
Saturday, July 30, 2016
Database Deployment Using a Cloud Backup
DBAs can now create an Oracle Database Cloud deployment whose database is taken from a cloud backup.
More information:
More information:
Friday, July 29, 2016
DBCS Snapshot
These snapshots can be used to create database deployments quickly because their storage is linked to the snapshot’s storage using “copy on write” technology provided by Oracle Compute Cloud Service.
Friday, July 1, 2016
Oracle GoldenGate Cloud Service 16.3.1
Oracle GoldenGate Cloud Service 16.3.1 was released today.
In this release, the following new features are supported:
In this release, the following new features are supported:
- Cloud to On-Premise Replication (with Socks5 proxy +SSH connection)
- DBaaS with High Memory Compute
(All DBaaS editions are supported by GGCS) - GGCS VM Recovery from Shared ZFS Storage
- ...
Wednesday, June 15, 2016
Oracle Data Guard configuration
With June release, two options for Oracle Data Guard configuration are now available!
High Availability
The primary and standby database are automatically placed in different availability domains to provide isolation at the infrastructure level.
Disaster Recovery
The primary and standby database are automatically placed in different data centers to provide isolation at the infrastructure level and geographical separation to provide availability in the event of catastrophic events.
High Availability
The primary and standby database are automatically placed in different availability domains to provide isolation at the infrastructure level.
Disaster Recovery
The primary and standby database are automatically placed in different data centers to provide isolation at the infrastructure level and geographical separation to provide availability in the event of catastrophic events.
Tuesday, June 7, 2016
Create DBCS Instance using REST API
Since my previous post, REST API changed !
The following shows how to create an Oracle Database Cloud Service instance 12g using the REST API:
Documentation:
https://docs.oracle.com/cloud/latest/dbcs_dbaas/CSDBR/op-paas-service-dbcs-api-v1.1-instances-%7BidentityDomainId%7D-post.html#examples
Command:
curl --include --request POST --cacert "D:\Distribs\cacert.pem" --user "user:my_password" --header "X-ID-TENANT-NAME:my_identity_domain" --header "Content-Type:application/json" --data "@D:\OPC_Demo\createMyDB.json" https://dbcs.emea.oraclecloud.com/paas/service/dbcs/api/v1.1/instances/my_identity_domain
Result
createMyDB.json file :
{
"serviceName": "DB12RESTDemo",
"version": "12.1.0.2",
"level": "PAAS",
"edition": "EE",
"subscriptionType": "MONTHLY",
"description": "VM Created using REST API",
"shape": "oc3",
"vmPublicKeyText": "ssh-rsa AAAAB3NzaKvGXmw== rsa-key-20150105",
"parameters": [
{
"type": "db",
"usableStorage": "15",
"adminPassword": "Manager12#",
"sid": "ORCL",
"pdb": "PDB1",
"failoverDatabase": "no",
"backupDestination": "NONE"
}
]
}
}}
The following shows how to create an Oracle Database Cloud Service instance 12g using the REST API:
Documentation:
https://docs.oracle.com/cloud/latest/dbcs_dbaas/CSDBR/op-paas-service-dbcs-api-v1.1-instances-%7BidentityDomainId%7D-post.html#examples
Command:
curl --include --request POST --cacert "D:\Distribs\cacert.pem" --user "user:my_password" --header "X-ID-TENANT-NAME:my_identity_domain" --header "Content-Type:application/json" --data "@D:\OPC_Demo\createMyDB.json" https://dbcs.emea.oraclecloud.com/paas/service/dbcs/api/v1.1/instances/my_identity_domain
Result
createMyDB.json file :
{
"serviceName": "DB12RESTDemo",
"version": "12.1.0.2",
"level": "PAAS",
"edition": "EE",
"subscriptionType": "MONTHLY",
"description": "VM Created using REST API",
"shape": "oc3",
"vmPublicKeyText": "ssh-rsa AAAAB3NzaKvGXmw== rsa-key-20150105",
"parameters": [
{
"type": "db",
"usableStorage": "15",
"adminPassword": "Manager12#",
"sid": "ORCL",
"pdb": "PDB1",
"failoverDatabase": "no",
"backupDestination": "NONE"
}
]
}
}}
Wednesday, May 11, 2016
Database Backup & Recovery Configuration
In the Backup and Recovery Configuration section, DBAs choose a backup option for the database deployment.
A new backup destination is now available : Cloud Storage Only
With this option, backups are configured to be created automatically and stored on an Oracle Storage Cloud Service container only.
A new backup destination is now available : Cloud Storage Only
With this option, backups are configured to be created automatically and stored on an Oracle Storage Cloud Service container only.
Tuesday, May 10, 2016
Tuesday, May 3, 2016
Sunday, April 17, 2016
Disaster Recovery in the Oracle Cloud Webcast
Join this informative webcast to learn how Oracle Cloud services and Oracle Technologies can ease your High Availability & Disaster Recovery challenges.
Sunday, February 14, 2016
Monday, January 25, 2016
Backup to Oracle Cloud using Enterprise Manager 13c
Wednesday, January 20, 2016
Saturday, January 16, 2016
Monday, January 4, 2016
Saturday, January 2, 2016
Subscribe to:
Posts (Atom)

