Showing posts with label object storage. Show all posts
Showing posts with label object storage. Show all posts

Thursday, July 11, 2024

Execute Curl Utility to transfer tar file to Object Storage

Command to Upload Backup to Object Storage For OEL 5.8 the wget&curl TSLV is disabled please use Java option curl -X PUT -T / -u ‘@miracle.com:’ https://swiftobjectstorage.us-.miracleecloud.com/v1/// -x omcs-proxy.miracleoutsourcing.com:80 or java -jar uploadcli.jar -url https://swiftobjectstorage.us-phoenix-1.oraclecloud.com/v1/ -user fist.lastname@miracle.com -container .tar.gz

fnd concurrent request queues and logs update

  create table apps.fnd_concurrent_queues_oci as select * from apps.fnd_concurrent_queues; create table fnd_concurrent_requests_oci as selec...