home.social

#oracledatabase — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #oracledatabase, aggregated by home.social.

fetched live
  1. Discover simple, effective tips for boosting your website SEO and increasing traffic with practical strategies anyone can use. hackernoon.com/one-less-databa #oracledatabase

  2. Discover simple, effective tips for boosting your website SEO and increasing traffic with practical strategies anyone can use. hackernoon.com/one-less-databa #oracledatabase

  3. So you want to use CI/CD and want to test your code on a Oracle Database? I have the solution for you!

    I wrote a blog about how to start with testing your database code before it gets released:
    blog.gjdwebserver.nl/ords/f?p=

    #oracleace #cicd #Oracledatabase #oracleapex

  4. So you want to use CI/CD and want to test your code on a Oracle Database? I have the solution for you! In my newest blog I will go into how you can create and Oracle Database inside an Docker Container to use with CI/CD and test automation.

    blog.gjdwebserver.nl/ords/f?p=

    #oracleace #cicd #oracledatabase

  5. New blog post!
    Again about #OracleDatabase. Continuation to an earlier post.
    Check out if you want/need to avoid table() function:

    blog.lahteenmaki.net/oracle-ta

  6. Currently hanging out in 6-dimensional space. I guess I'm about 114.99 dimension-units from home. #OracleDatabase #23ai

  7. Currently hanging out in 6-dimensional space. I guess I'm about 114.99 dimension-units from home. #OracleDatabase #23ai

  8. 📢 [Sponsored Post] Registration for Oracle CloudWorld 2025 is open!

    Join in on Oct 13–16 in Las Vegas to explore 900+ sessions, keynotes & networking.

    🎟️ Save $700 by June 16!
    👉 Register now: apex.oracle.com/go/oug/oug-ocw

    #ocw #cloudworld #oracledatabase

  9. I've released the Treecell version 1.4.
    Treecell allows to explore Excel and CSV files as navigating a tree.
    In 1.4, added support for database query as input for the table. PostgreSQL, MySQL, Oracle and H2 database are supported.
    japplis.com/treecell/

    :java: #excel #csv #PostgreSQL #MySQL #oracle #OracleDatabase #windows #macOS #Linux #software #msexcel

  10. 🚀 Dive into Distributed Tracing with Helidon, Coherence, and Oracle Autonomous Database using OpenTelemetry!

    In this article, Ali Mukadam explains how to enhance observability in modern applications. A must-read for developers and architects!

    📖 Read it here: medium.com/helidon/distributed

    #DistributedTracing #OpenTelemetry #Helidon #Coherence #OracleDatabase #Tech #Observability

  11. If you want to read my content related to #OracleDatabase, #SQLServer or #PowerShell - please follow me on LinkedIn.
    Just search for "Andreas Jordan ORDIX" or use this link:
    linkedin.com/in/andreas-jordan

  12. #OracleDatabase 23ai for on-premises #Exadata, offloading AI vector searches, and 17 microsecond latencies... OH MY. I am living in the future.
    blogs.oracle.com/exadata/post/

  13. #Oracle will interconnect with #Google’s #cloud to make its #database services more widely available.

    Initial regions to participate: Sydney, Melbourne, São Paulo, Montreal, Frankfurt, Mumbai, Tokyo, Singapore, Madrid, London, and Ashburn.

    infoworld.com/article/3715540/

    #OracleDB #oracledatabase

  14. Multicloud: Oracle links up with Google, Microsoft to speed operations - Oracle is connecting its cloud to Google’s to offer Google customers high-speed access... - infoworld.com/article/3715540/ #oracledatabase #generativeai #multicloud

  15. Multicloud: Oracle links database with Google, Microsoft to speed operations - Oracle is connecting its cloud to Google’s to offer Google customers high-speed access... - infoworld.com/article/3715540/ #oracledatabase #generativeai #multicloud

  16. Starting to like #OracleDatabase Support more and more these days -- even at Sev 3, I was getting daily updates, and after they reproduced the issue, it went to development for a bug fix. SOME DAY they will get all the GROUP BY GROUPING SETS optimizer issues resolved!

  17. Oracle renames Database 23c to 23ai, makes it generally available - Oracle is making the latest long-term support release version of its database offering... - infoworld.com/article/3715303/ #oracledatabase #database

  18. Storage performance with #OracleDatabase on #Exadata can be mysterious, confounding, and outstanding especially when you have both DBRM and IORM active with multiple databases. Having a CDB-level Global AWR can give you all the deets on both layers to see what may and may not be happening. This new whitepaper from Oracle tells you more.
    oracle.com/docs/tech/database/

  19. Well, #OracleDatabase patching is always a new adventure. The expired patch cleanup procedure in OPatch wasn't working on one node, so I had to rename 2 directories and edit oui-patch.xml to remove the old patch metadata (which you're not supposed to edit manually of course). But it worked... I get to be a DBA in good standing one more day.

  20. @jimthewhyguy @ExadataDBA
    "New" as in #oracledatabase 12cR2? 😉

    I remember the introduction of this algorithm as a huge boost to gathering stats on large tables. And in the form of APPROX_COUNT_DISTINCT as a quick way to get close estimates.

    Back then, I geeked out on understanding the HyperLogLog algorithm.