User Credentials https://docs.oracle.com/en-us/iaas/Content/Identity/usercred/usercredentials.htm API Endpoint: https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918 Rest API example: AWS s3 example AWS s3 Access Key and Secret Key Amazon […]
Object Storage Replication
Create bucket SRC in Seoul Region Create bucket Dest in Singapore Region Create IAM Policy Create Replication Policy 配置好后的Replication Policy
DBMS_CLOUD How to access Object Storage from your on-premises Oracle 19c Database
Great News! Oracle has now made the DBMS_CLOUD package available for use for on-premises for Oracle 19.9+, note for the purpose of […]
OCI Block volume resize online
在console上设置磁盘的大小,并且在VM运行磁盘检查命令。 在主机运行Rescan Commands后,lsblk就能看到磁盘的大小变化。 运行Parted命令进行文件系统的扩容(参数:/dev/sdb) 运行parted命令进行文件扩容: parted /dev/sdb unit s print rm 1 mkpart –primary–0 –100% quit 运行resize2fs进行文件系统扩容(参数/dev/sdb1 )