#OraTidbit #AIDB26ai #DB23ai #SQL The GROUP BY clause now accepts column aliases, improving the readability and maintainability of complex queries.
#OraTidbit #AIDB26ai #DB23ai #Security You can create read-only users at the PDB level, providing granular control over data access. CREATE USER user1 IDENTIFIED BY testuser1 QUOTA UNLIMITED ON DATA READ ONLY;
#OraTidbit #AIDB26ai #DB23ai #Security Schema-level privileges simplify security management by allowing you to grant access to all objects within a schema with a single command. GRANT SELECT ANY TABLE on SCHEMA hr TO scott.
#OraTidbit #AIDB26ai #DB23ai #AIVectorSearch The VECTOR_DISTANCE function is a key component of AI Vector Search. Distance is a measure of the similarity or dissimilarity between the objects the vectors represent, which is fundamental to semantic search and other AI workloads.
#OraTidbit #DB23ai #AIDB26 #DBA SYSDATE and SYSTIMESTAMP can now be managed separately in each Pluggable Database (PDB) in a Container Database (CDB).
#OraTidbit #DB23ai #AIDB26 #DBA Bigfile tablespaces are now the default for SYSTEM, SYSAUX, and user tablespaces in newly created databases.
#OraTidbit #DB23ai #AIDB26 #Security Password length has been extended to 1024 bytes, allowing for more complex and secure password policies.
#OraTidbit #OCI #Monitoring The OCI Monitoring service lets you create custom alarms with multiple notification destinations, such as PagerDuty, Slack, or email via the Notifications service.
#OraTidbit #OCI #DataFlow OCI Data Flow is a fully managed Apache Spark service, allowing you to run large-scale data processing jobs without having to manage a cluster.
#OraTidbit #OCI #Security Data Safe is a unified control center for your Oracle Databases that helps you assess security risks, monitor for threats, mask sensitive data, and audit user activity. It's included with OCI database services.
#OraTidbit #OCI #Cost The Cloud Advisor service is free and provides recommendations to help you optimize costs, improve performance, and enhance the security of your tenancy.
#OraTidbit #OCI #DevOps The OCI DevOps service provides a complete CI/CD platform, including code repositories, build pipelines, artifact registries, and deployment pipelines to automate your software delivery lifecycle.
#OraTidbit #OCI #Storage OCI Block Volume's Ultra High Performance (UHP) tier delivers up to 300,000 IOPS and 2,680 MB/s of throughput per volume, ideal for the most demanding applications.
#OraTidbit #OCI #Compute Burstable instances are ideal for workloads with occasional CPU spikes. They provide a baseline CPU utilization and can burst to full core performance when needed, optimizing cost.
#OraTidbit #DB23ai #DevLife DB_DEVELOPER_ROLE in Oracle Database 23ai is to simplify security management for application developers by providing a single, comprehensive role that contains most of the necessary system and object privileges required to design, implement, debug, and deploy applications
#OraTidbit #AutonomousDB The DBA_CLOUD_PATCH_INFO view in Oracle Autonomous Database provides patch details related to specific customer-reported bugs that have been resolved and applied to your Autonomous Database instance. The PATCH_VERSION column shows version of the patch that includes the fix.
Oracle Tidbits: January/February 2022 #OraTidbit https://bijoos.com/oraclenotes/2022/2742/
#OraTidbit #OracleCloud Announcement subscriptions service helps ingest the operational announcements on OCI products and services. The Announcement service, combined with the Notifications service can deliver the announcements to channels supported by the Notifications service.
#OraTidbit #OracleCloud OCI Vision is a serverless service providing deep learning-based, prebuilt, and custom computer vision models over REST APIs. It helps identify and locate objects, extract text, and identify tables, document types, and key-value pairs from business docs.
#OraTidbit #OracleCloud Observability and Management Services: Oracle Cloud Logging Analytics is a cloud solution that lets you index, enrich, aggregate, explore, search, analyze, correlate, visualize and monitor all log data from your applications and system infrastructure.
#OraTidbit #OracleCloud Observability and Management Services: On the Fleet Summary page, you can monitor multiple Oracle Databases, which include single instance and RAC databases. Proactively detect performance issues across a fleet of databases and respond to alerts.
#OraTidbit #OracleCloud Observability and Management Services: Database Management includes two options for Oracle Cloud Databases - Basic (free), and full-management (additional cost).
#OraTidbit #OracleCloud Observability and Management Services: The OCI Logging Analytics service is a highly scalable, reliable, and real-time log analysis solution. Logging Analytics automates the collection of historic and real-time logs from any on-premises or cloud resource.
#OraTidbit #OracleCloud OCI Console Dashboards
service allows you to create custom dashboards in the OCI Console to monitor resources, diagnostics, and key metrics for your tenancy. A dashboard is a collection of widgets. Each widget presents one set of data.
#OraTidbit #AutonomousDB The Associated Services area on the Oracle Cloud Infrastructure Console includes a Database Management link. You can use Database Management service to monitor the health of a single Autonomous Database or a fleet of Autonomous Databases.
#OraTidbit #AutonomousDB Autonomous Database provides routines to manage and store files in Cloud Code (Git) Repositories. The supported Cloud Code Repositories are: GitHub Repository, AWS CodeCommit, and Azure Repos.
#OraTidbit #AutonomousDB The DB_NOTIFICATIONS view stores information about maintenance status notifications and timezone version upgrade notifications for your Autonomous Database instance.
#OraTidbit #OracleCloud Verrazzano is an end-to-end enterprise container platform for deploying cloud-native and traditional applications in multicloud and hybrid environments. It is made up of a curated set of open source components
#OraTidbit #OracleCloud Oracle Visual Builder Studio (VB Studio) brings you all the functionality previously available with Oracle Developer Cloud and Oracle Visual Builder, along with the ability to extend certain Oracle Cloud Applications to customize the UI.
#OraTidbit #OracleCloud Oracle Cloud Infrastructure Vulnerability Scanning Service gives development teams the confidence to develop their code on hosts with the latest security patches and helps ensure a smooth transition to build production code.