• Session Chats

Breadcrumb

Filter

Chat

TimestampEntered ByComment
07:52:33Daxlaii want to know how to know how to debug in apex, i am just migrate from oracle forms & report
07:53:37JESUS MORENO (TECNICA24)Very easy: in developer bar, just click in "debug" and then "session" to have a look to session state values
07:55:21Daxlaiis there any step in and step out? like in forms line by line debug
07:56:28* Chaitanya KoratamaddiGood Morning!
07:56:38* David Peake@Daxlai - You can step into PL/SQL code by enabling Remote Debugging with SQL Developer
07:57:01JESUS MORENO (TECNICA24)No, apex apps render pages to your browser in one step, you can not stopping/starting regions inside pages like you would do in a desktop app
07:57:04Juan LopezHello everyone!! Regards from Malaga, Spain!
07:57:52JESUS MORENO (TECNICA24)Un poco de español: saludos Juan!
07:58:45EricGood morning all!
07:58:48Briangreat sessions, I'm new to apex but really am impressed with the power of it. lots to learn
07:58:54Eric(or afternoon or evening!)
07:59:04AravindanGud Evening
07:59:11Olivia DingGood evening from China
07:59:20Mahendra SonawaneGood Evening
07:59:23Juan LopezHola Jesus! ;) Un placer saludarte!
07:59:47* David Peake@Brian - Go to https://apex.oracle.com/hols for some great beginner labs
08:00:23Brianthanks
08:02:01* David PeakeCan everyone please turn off their video
08:03:33RichardGood evening from India
08:03:44Steven FeuersteinGlad you could join us, Richard!
08:05:18Kevin ZhangGood morning from Chicagoland ...
08:08:26* David PeakePlease enter your questions in the chat <here> and I will try to ask Carsten during the Q & A section of this session
08:09:13Juan LopezGreat effort, David. Thanks a lot! ;-)
08:11:34Kevin ZhangIs there any permission we need to open in database (APEX installed in it) to allow consume REST web services from a provider (e.g. twitter)
08:12:01Ricardo Franciscohi everyone... we have brazilians here!
08:14:00VenkatYou must have 30inch monitor but for us the screen is so small
08:14:01Olivia Dingthe window is too small
08:14:04* David Peake@Kevin - Yes you need to set the Proxy Server as Carsten just showed
08:14:49Juan Wallthanks!
08:14:55* David Peake@Olivia - Hope that is better
08:14:56VenkatThanks!!
08:15:12Olivia DingThanks~
08:18:56Kevin ZhangIs there any tool inside APEX to test if REST web service I have configured is correct/working? something like Postman does ...
08:19:22Hanyfrom where we can test web source after creating ?
08:19:27EricStar trek is hard coded, how do you take it as a parameter from the user?
08:21:50* David Peake@Eric … Carsten should cover shortly
08:22:07Ericthx. thought he would!
08:22:23Kevin ZhangCan you Carsten change the api_key value to an invalid value and I want to see what is the result if api_key is invalid ... I want to see the error handling of APEX in such case ... thanks!
08:24:03* David Peake@Kevin - I will ask Carsten to do so during the Q & A section
08:24:55Ross HendersonIs there functionality in APEX to create API wrappers?
08:25:16MBTRIPATHow Apex Rest handles, if the volume of data is large?
08:25:17Ghyslain LaraméeGood morning from Gatineau, Québec, Canada
08:25:51* David Peake@Ross - Yes, under SQL Workshop > REST Services you can define REST endpoints on schema tables
08:26:19EricWithout google, what would we do! ;)
08:26:29Ross HendersonThanks David
08:26:35Kevin ZhangIs there any tracing/log information out of box to tell me information such as: # of times a web service has been invoked ... the status of each invoking (good vs fail) ... Basically, I am looking for a page where I can monitor the web service within my application ... It will make support/troubleshooting easier ...
08:27:30* David Peake@Kevin — gr8 qu … can you please repost when we get to Q & A
08:27:58Kevin Zhangsure ... I will repost my questions when Q&A is open ...
08:28:26* David Peake… One way to make sure Kevin stays on until the end ;)
08:29:35Pete KI had a go with web source modules at a developer event recently and it only took half an hour to go from no knowledge of them to having a working interactive report of the data. They really save a lot of time. Unfortunately I'm still suck with Apex 5.1 at work for now!
08:30:43* David Peake@Pete - Gr8 justification to upgrade so you can consume REST so easily
08:34:23Daxlaifrom where we get 18.2
08:34:38* John Snydersthe future
08:34:46* David Peake@Daxlai APEX 18.2 is not released yet
08:35:17EricWhere is Doc Brown when you need him? ;)
08:35:20wydotcan we cover what are the best practices for securing Rest enable SQL
08:37:20* David Peake@wydot - Carsten just showed how you have to enter authentication for theSQL to work
08:38:07saursinh.
08:39:40Ross HendersonCan you use Oracle REST Enable SQL to interact with other Oracle products, such as JDE?
08:39:57Richardcan you please provide some input on using REST to connect to SAAS application? (any module)
08:40:21EricCan the authentication be parameterized after authentication by apex?
08:40:43* David Peake@Ross - Yes if JDE on Oracle DB (It can also be installed on other DBs)
08:41:26Ross Henderson@David Awesome, thanks for that.
08:43:07Juan WallCan Web Modules created in ORDS (out of the APEX internal schema) be visible in APEX Web Source Modules?
08:45:31TracyCan it integrate with SSO?
08:45:35EricWhat I meant was the authentication supplied to Oracle Rest being driven from the user authenticated by oracle apex
08:45:46Richardsome input on using REST to connect to SAAS please....
08:46:03* David Peake@Richard - I will ask Carsten
08:46:22RichardThanks David
08:46:27* David Peake@Eric - This is connecting to the DB not as a user but as a DB user
08:48:39Eric OlsonDoes Apex automatically URL-escape a page item parameter when it puts it in the URL call to a web service?
08:48:42EricBut can the user that you connect to the DB be driven by the username that was authenticated by Apex? Maybe this is an SSO question that Tracy referes to.
08:49:07Kevin ZhangKevin(Chicago) - Q4: in APEX 18.x, will Oracle REST web service only works for https, not http? What is my APEX ORDS is http and remote web service provide is https, will this work?
08:49:07Kevin ZhangKevin(Chicago) - Q2: Can you change the api_key value to an invalid value and I want to see what is the result if api_key is invalid ... I want to see the error handling of APEX in such case ... thanks!
08:49:07Kevin ZhangKevin(Chicago) - Q1: Is there any tracing/log information out of box to tell me information such as: # of times a web service has been invoked within APEX ... the status of each invoking (success vs fail) ... Basically, I am looking for a page where I can monitor the web service within my application ... It will make support/troubleshooting easier ...
08:49:07Kevin ZhangKevin(Chicago) - Q3: Will APEX plan to support GraphGL technology which is a query language for API (https://graphql.org/). It has some siginificant performance gain comparing to REST web service. If future APEX can support GraphGL and REST web service, that will be super
08:49:09Kevin ZhangKevin(Chicago) - Q5: for REST enabled SQL demo, if you shut down remote database, what your APEX will react? Again, I want to see how error handling is be done in APEX if remote db is down or not avaialable. Hope APEX can display a nice meaningful message in such case.
08:49:09Kevin ZhangKevin(Chicago) - Q6: Can we download this demo application from somewhere?
08:50:31* Hilary Farrell@Kevin - Shakeeb tweeted about the Movies app a couple of weeks ago - https://twitter.com/shakeeb/status/1011275880855953408
08:51:21Kevin ZhangKevin(Chicago) - Q 7: will this demo work for Oracle DBMS 11GR2, or it requires Oracle DB 12c/18c?
08:52:55Ross HendersonHah, we just built an HTTP Management app to do exactly that
08:57:05* Hilary Farrell@Kevin - to see the error handling you've asked about, given the remaining time, it's probably best if you try out the Movies app for yourself - obtaining your own api key, and try things out on your instance
08:57:51Juan LopezThanks a lot guys. It's been a great session! I'll catch up with the rest of questions when recorded session will be available!! Thanks again and have a great day!! ;-)
08:58:04* Doug GaultWRT Sending/Receving LARGE amounts of JSON data. I'm working on a system that sends 380MB of data in one JSON Packet. I'm Base64 Encoding then compressing it to send it to the service (which expects the compressed packet).
08:59:35Jerry (Gerald) SidlerThanks apex Team another awesome presentation
09:00:03Kevin ZhangWill APEX plan to support GraphGL technology which is a query language for API (https://graphql.org/). It has some siginificant performance gain comparing to REST web service. If future APEX can support GraphGL and REST web service, that will be super
09:00:24* Hilary Farrell@Kevin - no plans as yet
09:00:48Ross HendersonLast question, hate to ask it - Any update on the AWS uptake of 18.1?
09:01:12* David Peake@Ross we have reached out to them and they are working on it
09:01:31Ross Henderson@David Thanks for the update. Great session today, I've learnt a huge amount. Thanks guy!
09:02:21Richard@David, you were telling somebody is working on APEX with SAAS, if any document or blogs, please do share...thank you..
09:02:49* David Peake@Richard search for APEX JMJ Cloud and read their blogs
09:02:54EricThanks Carsten/David! So much information!
09:02:58Richardsure, thanks David
09:02:59Ancathank you!
09:02:59mentzel iudithThanks a lot Carsten, you are definitely the one who should write the APEX documentation books ,to make them more comprehendable for APEX beginners :):)
09:03:06Juan WallThanks Carsten, great presentation!
09:03:15RichardThanks Carsten
09:03:17hvarmanThanks a lot Carsten..great session
  • 1 - 99