《构建并保护您的第一个 Oracle AI 数据库 REST API![HOL2807].pdf》由会员分享,可在线阅读,更多相关《构建并保护您的第一个 Oracle AI 数据库 REST API![HOL2807].pdf(48页珍藏版)》请在三个皮匠报告上搜索。
1、Build secure APIs with ORDSExploring Oracle REST Data Services in ADBJeff Smith|Chris HoinaDistinguished Product Manager|Senior Product Manager Database Tools October 20252Your feedback is important.Scan this QR Code or use the Mobile App to share your thoughts on this session.Copyright 2025,Oracle
2、and/or its affiliates|Confidential:Internal/Restricted/Highly Restricted1What is ORDS?3-PlatoAPIs for your stuff,and APIs for the stuff about your stuff.ORDS(Oracle REST Data Services)to you,are your APIs and everything to support API development,documentation,testing,and security.Its your(or our)SQ
3、L and PL/SQL Anything you want now has an URI REpresentatational Stateless TransferGET by idPUT by idDELETE by idGETDELETEPOSTBATCHLOAD(BATCH POST)Web UIORDS in SQLcl%_ CLI customization%_ CLI installationto the DBA8Creating new usersMonitoring your databaseScheduling jobsAPIs for CI/CD pipelines,PD
4、B actions,monitoring,and moreBuilt-in DBA APIs for everythingto the Developer11GraphiQLBuilt-in OpenAPI ViewerAutoREST enable objectsAutoREST common HTTP methods(operations)13WebLogicApacheStandaloneWhere does it live?1415WebLogicApacheStandaloneHow does it work?16Practical examples17Is a JSON objec
5、t.Made up of key:value pairs.The value is an array of objects.Is a JSON object.Made up of key:value pairs.The value is an array of objects.An Object(one of many),consisting of more key:value pairs!More ObjectsORDS exampleMDN exampleAn ORDS+JavaScript+Fetch();API+HTML exampleORDS endpoint which I fet
6、ch();from.Working with the values in the individual nested objects.And here is where you see everything in the browser.Where they use a JSON file,I just replace with the ORDS endpoint.I modeled mine after this,with some modifications.If you want to try this at home,make sure you install the Live Ser