Accessing Object Storage from Oracle Integration Cloud

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 48

  • @ashokanburaj8203
    @ashokanburaj8203 Před 3 lety +1

    Sir ur videos are very useful thank u and can u plss do video for accessing on premises backend data in OIC and use it's endpoint in VBCS

  • @ansar7121
    @ansar7121 Před 3 lety

    Hi Ankur Nice videos receiving from ur channel.......Please i need in detail about
    *What is retention period and default retention period of Database in OIC?
    A) Retention period defines, for how long the success/failed instance can be tracked from OIC dashboard.
    Default retention period is 3 days for success and fail instances however this limit can be increased or decreased depending on the requirement.
    *What are three threshold values specified for Database space?
    1. Quiesced Mode Threshold
    2. Un-Quiesce Threshold
    3. Warning Threshold

    • @TechSupper
      @TechSupper  Před 3 lety

      All the success and failure messages can be tracked which are older than three days by default, that is called data retention. You have an option to update this as per your need. go to the Settings -> Data Retention to update the default values.

  • @ri3vy
    @ri3vy Před 3 lety

    Good One Ankur Bhai

  • @henryp6065
    @henryp6065 Před 3 lety

    Thanks for sharing, the content is great. I had problems when I went to create the scheduled Orchestartion, Because I did not have an FTP connection defined

    • @TechSupper
      @TechSupper  Před 3 lety

      You can create a compute instance.

  • @ppsaha1994
    @ppsaha1994 Před 3 lety

    Hi Ankur, really great video as always. I had one question, do you have any video or blog post about the callback activity? Not the ess job callback, the callback action between synchronous and asynchronous integration. It's near the re-throw fault action. I've tried to find information on it but couldn't find anywhere.

    • @TechSupper
      @TechSupper  Před 3 lety

      Not now Partha. I'll check if something can be written on this.

  • @sreedharmohan6079
    @sreedharmohan6079 Před 2 lety

    Hi Ankur
    In the same example, if I want to save the file to a folder inside the Object Storage Bucket or read from the file inside a folder, how should we pass it in the relative URL (substitute the object name)?

    • @TechSupper
      @TechSupper  Před 2 lety

      Hi Sreedhar,
      There is no folder concept in Object storage however these are buckets. You can provide bucket name in the relative URL as shown at 15:14.

  • @andricreyramirez8048
    @andricreyramirez8048 Před rokem

    Hello Sir Ankur , Do you perhaps a video about other website integrating to the oracle and extracting a data from it and vice versa ?

  • @rajindernagpal7244
    @rajindernagpal7244 Před 3 lety

    Thanks for the information Ankur. My ask is if it is possible to create a secure connectivity between my VPN and private bucket to ensure guys with VPN access would only be access bucket objects.

    • @TechSupper
      @TechSupper  Před 3 lety

      Hi Rajinder,
      It should be possible but not sure how to do this.
      Regards,
      Ankur

  • @AhmedPasha0461
    @AhmedPasha0461 Před 3 lety

    I need to transfer 50gb of data (diff types of files) to object storage what is the best option from OIC?

    • @TechSupper
      @TechSupper  Před 3 lety

      You can use the same appraoch which is visible in the video.

  • @federicouhrig2707
    @federicouhrig2707 Před 3 lety

    good evening, I would like to consult you.
    If I save an image in a "bucket free tier", is this image available forever?

    • @TechSupper
      @TechSupper  Před 3 lety

      I guess there is retention policy on the bucket or object level. Please check the retention policy of object storage.

  • @bhuvan3814
    @bhuvan3814 Před rokem

    Hi Ankur, followed same steps as mentioned. However it is failing with below error. Could you please advise.
    An error occurred while invoking the REST endpoint.[[oracle.cloud.connector.impl.rest.security.signature.SignatureException: java.lang.ClassCastException: org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo cannot be cast to org.bouncycastle.openssl.PEMKeyPair

    • @bhuvan3814
      @bhuvan3814 Před rokem

      Issue is resolved. Have ran openssl commands in Cloudshell to generate public/private key which did not help. Hence have executed same commands in Linux server and reimported keys in oci and connection. Post that this certificate issue got resolved.

  • @abhijitsen1081
    @abhijitsen1081 Před rokem

    How to access objects present in any bucket via rest call ( e.g. postman etc )

    • @TechSupper
      @TechSupper  Před rokem

      Please follow below video
      czcams.com/video/M525pNIQ9ik/video.html

    • @abhijitsen1081
      @abhijitsen1081 Před rokem

      @@TechSupper it is not accessible.

    • @TechSupper
      @TechSupper  Před rokem

      How are you trying to access and what's the error?
      In this video, i have mentioned all the steps.

  • @husseinahmed7304
    @husseinahmed7304 Před 2 lety

    great and thanks although I am getting this error:"CASDK-0005: A connector specific exception was raised by the application. java.lang.NullPointerException" can you help me
    or any clue you have this error?

  • @rajivkumar-ub6uj
    @rajivkumar-ub6uj Před 2 lety

    I would like to access the object storage bucket data using REST call (with authorisation header). kindly help me on this please

    • @TechSupper
      @TechSupper  Před 2 lety

      which data?

    • @rajivkumar-ub6uj
      @rajivkumar-ub6uj Před 2 lety

      @@TechSupper I have uploaded a video to object storage bucket and I would like to access the video uri with authorisation header (I don't want make it public so the visibility is private & not to create a pre-authorised url)

    • @TechSupper
      @TechSupper  Před 2 lety

      I'm not sure on this Rajiv.

  • @FrederickAlvarez_
    @FrederickAlvarez_ Před 2 lety

    how do you enable cors tu perform requests from another API with presigned urls?

    • @TechSupper
      @TechSupper  Před 2 lety

      What do you mean by presigned URLs ? What is the exact requirement ?

    • @FrederickAlvarez_
      @FrederickAlvarez_ Před 2 lety

      @@TechSupper I want up upload a file to a bucket
      for this I have a client that talks to a backend, the backed will create a preauthenticated request and share it with the front so that front can upload the file to the bucket without knowing the secret keys
      this part is already working, however, when the client attempts to send the file to the bucket it fails due to a CORS problem (cross origin request site) the bucket rejects the file
      I have been looking for an answer but so far no luck 🤞, in aws there is a way to enable cors settings to the bucket but not sure what is the OCI equivalent

    • @TechSupper
      @TechSupper  Před 2 lety

      I found this
      stackoverflow.com/questions/53734944/oci-objectstorage-how-to-enable-cors-for-a-bucket

    • @FrederickAlvarez_
      @FrederickAlvarez_ Před 2 lety

      @@TechSupper yes, I found the same thing, it is a shame, big mistake, I hope they add this feature soon

  • @abineshh8072
    @abineshh8072 Před 3 lety

    Can i perform this same process in Oracle apex is that possible

  • @manikumarb
    @manikumarb Před 2 lety

    Need a small help from you. This is regarding the object upload mechanism with regards of how to integrate the latter into Jenkins (jobs).

    • @manikumarb
      @manikumarb Před 2 lety

      Do we need "Jenkins -- Object Storage Upload Plugin"

    • @manikumarb
      @manikumarb Před 2 lety

      If at all, we need the plugin then, how should it look like?

    • @manikumarb
      @manikumarb Před 2 lety

      • use a suitable and supported Object Storage API for the implementation of the upload task
      • use and enable instance principal authorization
      • securely determine the target bucket
      • enforce the defined object naming conventions
      • mandate the usage of pseudo-folder hierarchies in object names
      • enforce the provisioning of defined object meta data
      • may provide multipart object upload
      • must not exceed the object storage resource limits, notably: (multipart and overall) object size, parts in multipart upload, and metadata size
      • provide a configurable mechanism which allows for running the upload tool in both the production and stage environments simultaneously, with no interference of each other, or of their respective resources

    • @TechSupper
      @TechSupper  Před 2 lety

      I didn't get your question Mani.

    • @manikumarb
      @manikumarb Před 2 lety

      @@TechSupper The question is simple. Jenkins is in “On Premise”. After the build is made in “Jenkins” (Successfully); the changed or committed files in the GITLAB repository should be loaded onto the object storage on Oracle OCI. What should be strategy in this case? Thanks.