home.social

#oracledb — Public Fediverse posts

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

  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. 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

  4. 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

  5. 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

  6. #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

  7. #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

  8. #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

  9. #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

  10. #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

  11. 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.

  12. 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

  13. 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

  14. 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

  15. 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

  16. 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

  17. 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).

  18. @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.

  19. 🤔 #Pourquoi a notre époque, des entreprises continuent d'utiliser des bases de données propriétaires, avec un support partiel et dons le dev coute plus cher ?
    - #MSSQL : Je ne connais personne qui aime SQL Server Management Studio, sqlcmd est une purge (GO pour exécuter une commande ...), son driver n'est pas toujours disponible
    - #OracleDB : Le driver ... juste le driver .............

    Alors qu'il existe d'excellentes alternatives éprouvées, largement implémenté ... #FOSS 🤪

  20. #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