home.social

#oracledb — Public Fediverse posts

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

fetched live
  1. Why Oracle DBSAT Should Be a Quarterly Habit—Not a One-Time Task
    Running #Oracle #DBSAT once isn’t enough—security drift, privilege creep, and evolving benchmarks make quarterly assessments essential. Introduction Security drift is real — and assuming your Oracle environment is “still secure” because it passed a check once is one of the most common (and costly) mistakes organizations make.
    #oracle_database #oracleDB
    virtual-dba.com/blog/why-oracl

  2. Why Oracle DBSAT Should Be a Quarterly Habit—Not a One-Time Task
    Running #Oracle #DBSAT once isn’t enough—security drift, privilege creep, and evolving benchmarks make quarterly assessments essential. Introduction Security drift is real — and assuming your Oracle environment is “still secure” because it passed a check once is one of the most common (and costly) mistakes organizations make.
    #oracle_database #oracleDB
    virtual-dba.com/blog/why-oracl

  3. #Directus layers a blazingly fast #NodeJS API on top of any existing SQL database. No schema changes needed, works with what you already have.

    🗄️ Database Freedom:
    #PostgreSQL, #MySQL, #SQLite, #MariaDB, MS-SQL, #CockroachDB & #OracleDB — you choose, Directus connects.

    🎨 No-Code Admin Dashboard
    Built with #VueJS, intuitive and secure. Non-technical users can manage content without any training required.

    🔌 Fully Extensible & White-Label Ready

  4. #Directus layers a blazingly fast #NodeJS API on top of any existing SQL database. No schema changes needed, works with what you already have.

    🗄️ Database Freedom:
    #PostgreSQL, #MySQL, #SQLite, #MariaDB, MS-SQL, #CockroachDB & #OracleDB — you choose, Directus connects.

    🎨 No-Code Admin Dashboard
    Built with #VueJS, intuitive and secure. Non-technical users can manage content without any training required.

    🔌 Fully Extensible & White-Label Ready

  5. How to Resolve ORA-3815 “Software edition is incompatible with SQL plan management” Error

    virtual-dba.com/blog/how-to-re
    #OracleDB
    > Learn how to resolve ORA-3815 error related to SQL Plan Management incompatibility with Oracle Standard Edition 2.

  6. How to Resolve ORA-3815 “Software edition is incompatible with SQL plan management” Error

    virtual-dba.com/blog/how-to-re
    #OracleDB
    > Learn how to resolve ORA-3815 error related to SQL Plan Management incompatibility with Oracle Standard Edition 2.

  7. 之前给 Oracle DB 写过 MCP,但折腾一圈下来,我现在更偏爱 Skill 这种极轻量、免部署的方案。主打一个快糙猛但真香!
    刚刚开源了一个针对 Oracle SQLcl 的 AI Skill。只需把它加载给你的 AI Agent,它就能瞬间精通 SQLcl 的命令行精髓,直接帮你连库、写查询、格式化输出,甚至做数据库管理。
    与其手动敲 SQL,不如把终端和数据库的控制权直接交给 AI。这才是自动化的正确打开方式: 🔗 github.com/hdcola/skills/tree/
    #OracleDB #SQLcl #AIAgent #MCP #AgentSkills

  8. ORA-38824 During Datapatch

    virtual-dba.com/blog/ora-38824

    > ORA-38824 errors were encountered during the datapatch process. Read more here for our advice on how to troubleshoot.
    #OracleDB #oracle_database

  9. ORA-38824 During Datapatch

    virtual-dba.com/blog/ora-38824

    > ORA-38824 errors were encountered during the datapatch process. Read more here for our advice on how to troubleshoot.
    #OracleDB #oracle_database

  10. So today, I did not find the solution to an exotic #OracleDB problem (how can I set the Oracle Parameter allowed_pvf_owners?) in My Oracle Support or on the usual sites. I found it in a Japanese blog:
    qiita.com/plusultra/items/d0b8 And people say learning #Japanese does not help you in IT. (Oh, and the solution is that you are not allowed to set the parameter allowed_pvf_owners, but you can set it as parameter _allowed_pvf_owners).

  11. @thjanssen123 This post is full of pure gold if you're using #Hibernate. When optimizing your queries for a #OracleDB keep in mind Oracle supports function-based indexes. Use the DBMS_STATS package to regularly create histograms for the indexes/the indexed table columns.
    When designing your data model remember Oracle does not index the null value. Also do not distort index histograms with default values (as a fix to the null problem). If handling larger datasets index range scans are key.

  12. @thjanssen123 This post is full of pure gold if you're using #Hibernate. When optimizing your queries for a #OracleDB keep in mind Oracle supports function-based indexes. Use the DBMS_STATS package to regularly create histograms for the indexes/the indexed table columns.
    When designing your data model remember Oracle does not index the null value. Also do not distort index histograms with default values (as a fix to the null problem). If handling larger datasets index range scans are key.