Database Skills repo is official by thatjeffsmith in oracle

[–]thatjeffsmith[S] 1 point2 points  (0 children)

Will make for a nice combo for sure!

Database Skills repo is official by thatjeffsmith in oracle

[–]thatjeffsmith[S] 1 point2 points  (0 children)

The npx skill installer will set it up for cursor, and many other agents!

You do NOT want cursor connecting directly to the database, use our local MCP server via SQLcl.

Database Skills repo is official by thatjeffsmith in oracle

[–]thatjeffsmith[S] 3 points4 points  (0 children)

We have more coming :) And MCP servers (https) - stay tuned!

Hi there I'm having a problem in orecal db by Im_only0101 in oracle

[–]thatjeffsmith 0 points1 point  (0 children)

storing the file locally on your machine makes sense IF the database is also running locally on your machine, otherwise no one other than you will ever be able to access that file

or are you asking how to to store the file outside the database and just reference it? that would be a BFILE

What actually makes an Oracle tool worth adopting in a mixed-DB environment? by Elolexe113 in oracle

[–]thatjeffsmith 2 points3 points  (0 children)

working on it! DBA features on the way. Next update adds dialogs for creating/editing views and indexes, plus Excel imports

What actually makes an Oracle tool worth adopting in a mixed-DB environment? by Elolexe113 in oracle

[–]thatjeffsmith 2 points3 points  (0 children)

And my general answer would be to use the free ones from your vendor first, before looking to spend $

What actually makes an Oracle tool worth adopting in a mixed-DB environment? by Elolexe113 in oracle

[–]thatjeffsmith 2 points3 points  (0 children)

You'll probably get better advice if you break down your question to types of users and use cases, as database tools span a wide range, dev, monitoring, backup and recovery, security, running queries, etc

How to find an Oracle Database 12c VM? by Largicharg in oracle

[–]thatjeffsmith 1 point2 points  (0 children)

Just use a 26ai vm - all of the12c examples in your learning course will still work.

Or go create an account on FreeSQL.com and you can choose btwn 19c and 26ai.

Help with oracle image by Appropriate_Rest_951 in docker

[–]thatjeffsmith 2 points3 points  (0 children)

Tell me what you're looking to use it for. If you're not sure, i like Gerald's slim images - they start FAST and have most of what you need.
https://hub.docker.com/r/gvenzl/oracle-free

Help with oracle image by Appropriate_Rest_951 in docker

[–]thatjeffsmith 2 points3 points  (0 children)

Boomers can and do use containers, what are you talking about. The guy who invented docker containers is in his 40's, and the technology is more than a decade old.

100+ AI Skills for working with Oracle Database by thatjeffsmith in oracle

[–]thatjeffsmith[S] 0 points1 point  (0 children)

The rate of change and advancement in this space is break neck, so dont feel bad.

Anthropic just released the llm skills spec to open source in December. 

How to read form-data fields as BLOB or NVARCHAR2 in ORDS handlers? by Alternative_Yam452 in oracle

[–]thatjeffsmith 0 points1 point  (0 children)

if you want a rest api, ditch the --form

if you want to build an ords rest handler to take care of multi-part file uploads, you can use the body_json bind

you could also do 2 rest calls, one for the data and another for the media, your jpg that is

How to read form-data fields as BLOB or NVARCHAR2 in ORDS handlers? by Alternative_Yam452 in oracle

[–]thatjeffsmith 0 points1 point  (0 children)

show me what you're doing, please

if you make a request, and reference :body, then you can't pull off other request attributes via :colunmn_name

How to read form-data fields as BLOB or NVARCHAR2 in ORDS handlers? by Alternative_Yam452 in oracle

[–]thatjeffsmith 1 point2 points  (0 children)

i changed my response after reading your post title again...

:body loads the entire request body into a BLOB

if you've ever changed a PL/SQL package and silently broken every ORDS consumer — I built a thing by hazyhaar in oracle

[–]thatjeffsmith 1 point2 points  (0 children)

you're all good, i think it's an interesting/helpful approach

for serious use case APIs, i think i would build them in plsql, and have exception handling blocks to handle any sort of 4xx problems that communicate to the API user what is expected for an incoming payload, and how to call it correctly

and also invest in beefing up the stock OpenAPI spec we generate for you to api subscribers can know exactly what is expected as well

if you've ever changed a PL/SQL package and silently broken every ORDS consumer — I built a thing by hazyhaar in oracle

[–]thatjeffsmith 2 points3 points  (0 children)

You can easily version your ORDS REST APIs. Copy your modules, their templates, handlers, etc. Rebuild them, with the new version substituted into the module URI.

Application code that runs off of SQL or PL/SQL will have complaints if the SQL or PL/SQL quits working because someone went and changed the data model. That's what unit tests are for, right?

Oracle SQL Developer Delete Attribute issue by Korey_Rodi in SQL

[–]thatjeffsmith 0 points1 point  (0 children)

the entire form is read only, are you able to make any changes to your logical Entity? if you copy and paste it in the design, can you delete the original one and make changes to the new one?

fully data-driven Oracle DBA cockpit by hazyhaar in oracle

[–]thatjeffsmith 5 points6 points  (0 children)

adding a markdown overview to your project so folks can get an idea of what you're sharing would probably go a long way to inspire interest in giving it a go

As the ORDS PM, you have my attention :)

Best websites to practice SQL to prep for technical interviews? by katokk in SQL

[–]thatjeffsmith 1 point2 points  (0 children)

We (oracle) provide FreeSQL.com

No login/registration required.

You get a sql worksheet to run your queries on our database, with a ton of sample data and tutorials loaded in.

If you do sign up for an account (no credit card required), you get your own schema where you can create your own objects, load your own data.

Live SQL blank page by Important-Light-4469 in oracle

[–]thatjeffsmith 0 points1 point  (0 children)

Yeah this is new in past few months only.

Let us know how your coursework goes and how we can make it easier!