Creating RESTFul API in Oracle APEX 19.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 26

  • @naturepeace918
    @naturepeace918 5 หลายเดือนก่อน

    very amazing video for the begginers to create a restapi. very amazing video thank you

  • @parthparth8680
    @parthparth8680 3 ปีที่แล้ว +1

    Good Explanation for Beginner about REST Api for Oracle Apex

  • @tinotesu
    @tinotesu 2 ปีที่แล้ว

    is it possible to use a function in the source (@2:51)? I tried select function(a, b) from dual; and also return function(a, b); Both did not work. Thank you

  • @zakariaasadek7755
    @zakariaasadek7755 4 ปีที่แล้ว +1

    I get this Error :
    Not found
    The requested URL /testlab/test/employees was not found on this server

  • @EngrSAJIBNANDI
    @EngrSAJIBNANDI 4 ปีที่แล้ว +1

    Hi bro, How to insert json data in oracle table by using oracle apex, please help or create a video

  • @MuhammadAfzalKhan-z9t
    @MuhammadAfzalKhan-z9t ปีที่แล้ว

    Nice ... build understanding to create API
    How to Insert, Update and Retrieve processed data with an API

  • @md_khairul_islam
    @md_khairul_islam 5 ปีที่แล้ว

    Nice Tutorial. Happy apexing .......

  • @Tatq1337
    @Tatq1337 3 หลายเดือนก่อน

    can u pass null in parameter?

  • @khawer4906
    @khawer4906 5 ปีที่แล้ว

    Can you please make video using post method.

  • @ahmedhussein4214
    @ahmedhussein4214 3 ปีที่แล้ว

    i got this error: InternalServerException [statusCode=500, reasons=[]]

  • @mohsensleem8601
    @mohsensleem8601 4 ปีที่แล้ว

    WHEN I APPLIED THE EXAMPLE GOT THIS ERROR 503 Service Unavailable

  • @karamalem
    @karamalem 4 ปีที่แล้ว +1

    good tutorial but what about securing the Restful service ?

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว +1

      It’s a basic demonstration, yes security options are there, you can figure it out yourself. Left it for you effort. Thanks.

  • @mohammed333suliman
    @mohammed333suliman 2 ปีที่แล้ว

    Thank you

  • @SAK-y6j
    @SAK-y6j 5 ปีที่แล้ว

    Thanks for sharing.I trying it on apex cloud. How to configure ords setting there. I am getting following error ,
    An unexpected error with the following message occurred: InternalServerException [statusCode=500, reasons=[]]

    • @Meditative_Walk
      @Meditative_Walk 4 ปีที่แล้ว

      Same problem bro. Any answer?

    • @in2sun275
      @in2sun275 4 ปีที่แล้ว

      enable restapi from apex dont run the procedure from sql developer ,due to that some permissions are missing

  • @Nidheeshmtr
    @Nidheeshmtr 4 ปีที่แล้ว

    I'm getting error 404 page not found

  • @mohamedfawzy5435
    @mohamedfawzy5435 4 ปีที่แล้ว

    how to create api with multi parameter like dept_id and emp_id

    • @ashifzubair5906
      @ashifzubair5906 4 ปีที่แล้ว

      you can create get parameters, or you have to create multiple handlers with get parameter

  • @giriu733
    @giriu733 4 ปีที่แล้ว

    Can we use join query in while creating rest service?

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว

      Sure, you can try it.

    • @giriu733
      @giriu733 4 ปีที่แล้ว

      @@OracleTestlab I have tried but it was not working. When I run the join query in sqlworkshop->sqlcommand it's working perfect but when I try to use same join query in rest service it is throwing internal server error

    • @giriu733
      @giriu733 4 ปีที่แล้ว

      Can you help me on this? Please if possible

    • @ashifzubair5906
      @ashifzubair5906 4 ปีที่แล้ว

      @@giriu733 if you have error in query, when you open the link, the page will show the query error message. that can be helpful to troubleshoot.

  • @tarcisiogf1
    @tarcisiogf1 3 ปีที่แล้ว

    awesome