Tag: SQL Command Line

  • Tinkering: a SQL script for the ORDS_ADMIN.ENABLE_SCHEMA procedure

    , , , , , , , ,

    Post-ORDS installation Once you’ve installed ORDS, you need to REST-enable your schema before taking advantage of ORDS (I used to forget this step, but now it’s like second nature). RESOURCES: I’ve discussed ORDS installation here and here. I’d check both pages if you’re unfamiliar with it or want a refresher. ORDS.ENABLE_SCHEMA / ADMIN_ORDS.ENABLE_SCHEMA While logged into your…

    initial-input-section-of-script-vs-code-chris-hoina-senior-product-manager-ords-oracle-rest-apis-database-tools-podman
  • Podman, Oracle Container Registry, and SQLcl

    , , , ,

    Containers are kind of like terrariums.

    one-more-thing-chris-hoina-senior-product-manager-oracle-database-tools-oracle-cloud-ords-oracle-rest-apis-sql-developer-podman-sqlcl
  • An intro to using Oracle SQLcl on Mac

    Did you know you can use Homebrew to install Oracle’s SQLcl on Mac? I just realized this about a week ago (always the bridesmaid, never the bride…amirite??). Homebrew First you’ll need to install Homebrew (I’m sure there are other ways to install SQLcl, but installing through Homebrew was a breeze). You can install Homebrew on…