This Week’s log buffer edition covers some of the useful blog posts from Oracle, SQL Server and MySQL.
Oracle:
ASM disks – lsdg compared with the v$asm_diskgroup view
Can a query on the standby update the primary ?
What should I know about SQL?
Setting Environment Variables in Application Server/Process Scheduler Tuxedo Domains
Oracle …
[Read more]When it comes to building database applications and solutions, developers, DBAs, engineers and architects have a lot of new and exciting tools and technologies to play with, especially with the Hadoop and NoSQL environments growing so rapidly.
While it’s easy to geek out about these cool and revolutionary new technologies, at some point in the development cycle you’ll need to stop to consider the real-world business implications of the application you’re proposing. After all, you’re bound to face some tough questions, like:
Why did you choose that particular database for our mission-critical application? Can your team provide 24/7 support for the app? Do you have a plan to train people on this new technology? Do we have the right hardware infrastructure to support the app’s deployment? How are you going to ensure there won’t be any bugs or security vulnerabilities?
If you don’t have a plan for …
[Read more]This post shows you how to add the menu option and GUI to set users and groups. It’s quite a bit easier than mastering all the command-line syntax. It makes setting up the required user and group accounts for an Oracle Enterprise or MySQL database solution much easier.
You add the utility by calling the yum (Yellowdog Updater, Modified) utility like this:
yum installed -y system-config_users |
You should see the following:
Loaded plugins: langpacks adobe-linux-x86_64 | 951 B 00:00 ol7_UEKR3 | 1.2 kB 00:00 ol7_latest | 1.4 kB 00:00 Resolving Dependencies --> Running transaction check ---> Package system-config-users.noarch 0:1.3.5-2.el7 will be installed --> Processing … |
This Log Buffer Edition goes through various blogs, and selects some of the top posts from Oracle, SQL Server and MySQL.
Oracle:
MOS Note:136697.1 – New HCHECK.SQL for Oracle Database 12c
ORAchk / EXAchk questions.
Cloud control won’t start!
ASMLib is an optional utility that can be used on Linux systems to manage Oracle ASM devices.
ORA-56841: Master Diskmon cannot connect to a …
[Read more]Oracle University recently unveiled a new online training offering – the MySQL Learning Subscription. The combination of freely-accessible and compelling paid content makes this an exciting development to me, and should prove valuable to the community and customer base alike. This post will briefly explore this new MySQL educational resource.
Organization
The subscription content is organized into topical “channels”. Current top-level channels are:
- Getting Started
- Development
- Administration
- Security
These channels have sub-channels as well – for example, the Getting Started channel includes Getting Started With MySQL New Features and MySQL For Beginners, …
[Read more]After nearly ten years working for MySQL, I’m pursuing a new opportunity to expand into new areas of open source data infrastructure as part of the excellent Cloudera support organization. I’ve been fortunate to work with incredibly talented, dedicated and wonderful people on relational databases, and I’m looking forward to doing the same in the Hadoop space in my new role. Despite this transition, I intend to remain active in the MySQL community – most immediately, finishing off a handful of half-finished blog posts in the coming weeks.
My various bit roles at MySQL have given me a front-row seat as the company grew from a smaller independent company to a prominent product at Sun to part of a much larger, enterprise-focused portfolio within Oracle. I’m incredibly proud of the progress MySQL has made over the years, in each stage – but the past 6 years under the stewardship of Oracle are …
[Read more]This Log Buffer Edition covers blog posts from Oracle, SQL Server and MySQL for this week.
Oracle:
APEX shuttle item with one direction
Wondering about which tasks and work products are essential for your project?
Using Spark(Scala) and Oracle Big Data Lite VM for Barcode & QR Detection
Cloning 10.2.0.3 Oracle Home on fully patched 11.31 HP-UX hangs
An UNDO in a PDB …
[Read more]MEB 3.12.0 and above support cloud backup and restore using OpenStack-compatible object stores ("Swift"). This allows MySQL database users with Oracle Storage Cloud account to take backups and store them directly in the cloud and restore them from there.
The following steps illustrate how to set up and use MEB with Oracle Storage Cloud :
1) Create Oracle Storage Cloud account at https://cloud.oracle.com/storage . Once service gets activated, make a note of the following credentials that will be required in further steps :
-
Username
-
Password
-
Identity domain name
-
Service Instance Name : Customer-specified name of the service instance
- …
This Log Buffer Edition covers various useful tips and tricks from blogs for Oracle, SQL Server and MySQL.
Oracle:
- pstack(or thread stack) for Windows to diagnose Firefox high CPU usage
- With the ever-changing browser landscape, we needed to make some tough decisions as to which browsers and versions are going to be deemed “supported” for Oracle Application Express. There isn’t enough time and money to support all browsers and all versions, each with different bugs and varying levels of support of standards.
- Are you effectively using Java SE 8 streams …