Tag: Database & Technology

Quest Forum Digital Event 2020

Do you know how a large and complex organization like LA Unified School District has successfully rolled out a comprehensive business intelligence application that is business-oriented and producing results with data-driven decisions!  LAUSD Enterprise Reporting uses Kafka, ODI and Oracle technology components to deal with never-ending streams of events, to use Real-time or near-real-time processing to detect patterns and trends,  to build a suite of interactive dashboards based on streaming data integration for district executives, principals, teachers, counselors, and families with over 300 K-12 metrics and KPIs that provide whole child, whole school, whole district insight.  The session is planned as an interactive one, with a real-time demo, presented by a senior leader of the School District who has played a key role in the planning and execution of the huge effort.

Quest Forum Digital Event 2020

Since 2016, Nationwide Insurance has leveraged Oracle Enterprise Manager's Fleet Maintenance capability to effectively and proactively patch our Oracle database environment to address critical vulnerabilities and maintain version currency.  Over three years, using EM capabilities, Nationwide has patched more than 7000 databases with a success rate exceeding 99%.  This session will talk about EM's Fleet Maintenance capabilities and impart some of the lessons we learned to achieve success.

With 19c we get the tiny little command line tool that will allow us to update our databases "hands free."  We can do all the prechecks, fix 99% of pre-update issues, and then do the update, and finally, the post-update, all without our manual little fingers on the keyboard, well almost no little fingers on the keyboard.  Wait there is more, it is not all for just Database 19c we can use this on prior versions like 18.5 and new as well as 12c Release 2 (12.2 + DBJAN2019RU and newer).

Quest Forum Digital Event 2020

Robots may be the first to truly learn Machine Learning (ML) and expand into Artificial Intelligence (AI). Python is one of the keys to Machine Learning as we program the invention of Man's Mind to further replace man's most basic tasks. This session will focus on ML 101 and building the future ahead.

Quest Forum Digital Event 2020

Data Pump is one of the most widely used features by DBAs and comes free as a part of every database edition. With each release, more features and functionality are added to help move large volumes of data and metadata between and into Oracle databases. This session will cover the new features added to Data Pump for Oracle Database 20c, and also recap highlights of new features in 19c, 18c, and even 12.2.0.1. Whether you use Data Pump for table-mode exports, schemas, full databases, or transportable tablespace migrations, you will find new features to make your work faster and easier than ever before!

Oracle upgrades have always been a challenge - all the steps to take, all the preparation work for an upgrade execution, the testing of your applications with the upgraded version. At times, this has been such a challenge the upgrades are postponed or never even happen. Oracle has given us some help with at least the upgrade process itself us the AutoUpgrade Utility.

Jul 10

Oracle Database 19c SIG Meeting

SIG Meetings & Calls

Quest Forum Digital Event 2020

Application infrastructures are not becoming simpler; they are becoming more complex. As companies increase the granularity of application architectures via microservices and microsegmented networks, it becomes increasingly difficult to maintain constant connections from the application server to the database.

This presentation will explore those difficulties and provide some methods to understand how firewall timeouts and TCP KeepAlives interact.

Quest Forum Digital Event 2020

This presentation addresses the essential questions regarding JSON and the Oracle Database:
-How to load JSON documents into the database?
-Storing JSON documents or spreading the contents into relational tables?
-How do I create JSON files from data?
-How to query to large volumes of JSON documents fast and efficient?
-How do I publish JSON documents from the Database?

All those questions will be answered using examples and demos. This presentation contains detailed live demos. All demos will be made available for download.

Quest Forum Digital Event 2020

Anyone who’s familiar with tuning SQL knows that you need to get the execution plan for a query.  But once you’ve got an execution plan, what do you do with it?  Everyone understands that an execution plan is important for diagnosing, but almost no one knows how to answer questions like “which step in the execution plan is taking the longest?” “Which hardware component (CPU, Memory, Disk) is causing my query’s bottleneck?” “Is my parallel query making good use of its resources, or are they being wasted?”  If you have the Oracle Tuning and Diagnostic Pack license for your database and 30 seconds, you can find the answer to these questions--and more!