Blog Post: Database as a Service using Enterprise Manager – Part V
Introduction In our article series, we are exploring the capabilities of Oracle Enterprise Manager Cloud Control 13c for the private Database as a Service (DBaaS) cloud – including the setup of such a...
View ArticleBlog Post: Oracle Hybrid Database Cloud Using Enterprise Manager – Part V
In this article series, we are looking at the steps for setting up the Oracle Hybrid Cloud via the latest version – Enterprise Manager Cloud Control 13c – that has been installed on premises. The main...
View ArticleBlog Post: How to Change Schema Passwords Securely in Oracle
Introduction To maximize the security features offered by Oracle Database in any business environment, it is imperative that the database itself be well protected. If you do not use encryption in SQL...
View ArticleBlog Post: How to expand Exadata Database Storage capacity on demand
Exadata Storage expansion Most of us knew the capabilities that Exadata Database Machine delivers. Its known fact that Exadata comes in different fixed rack size capacity: 1/8 rack (2 db nodes, 3...
View ArticleBlog Post: Oracle Cloud (DBaaS): Migration “On-prem” database to Cloud Using...
This article was written by Skant Gupta and Joel Perez in Oracle OTN. If you want to be updated with all our articles s end us the Invitation or Follow us: Joel Perez’s LinkedIn:...
View ArticleBlog Post: TABLESPACE CAPACITY PLANNING REPORT
TABLESPACE CAPACITY PLANNING REPORT Written JP Vijaykumar Oracle DBA Date Sept 14th 2017 I need to run capacity planning report in my project. Requirements: 01) Predict db growth for 3 months, 6 months...
View ArticleBlog Post: How to install Oracle R Enterprise (ORE) on Exadata
Very recently, we have deployed ORE (R Distribution and R Enterprise) 3.1.1 packages on 4 node Exadata environment. This blog will discuss the prerequisites and procedure to deploy Oracle R...
View ArticleComment on TABLESPACE CAPACITY PLANNING REPORT
not questioning the report, in t1, what is the meaning of "order by 2,1" part?
View ArticleComment on TABLESPACE CAPACITY PLANNING REPORT
also in some tablespaces, I get null as value in used_sz_gb...formatting problems?
View ArticleBlog Post: Oracle Cloud (DBaaS): Access Oracle Cloud Instance in GUI Mode
This article was written by Skant Gupta and Joel Perez in Oracle OTN. If you want to be updated with all our articles s end us the Invitation or Follow us: Joel Perez’s LinkedIn:...
View ArticleBlog Post: Oracle Coding Best Practices - PL/SQL Tips and Techniques Part 4
Hi, This article will discuss some timings from last month’s FORALL load times. I had a student from a class share his timings using newer syntax that he learned in my class. I will talk about some...
View ArticleBlog Post: Introduction to Oracle Intelligent Bots
Oracle recently announced their Oracle Intelligent Bot application just before Oracle Open World, coming as part of the Oracle Cloud Enterprise Suite cloud service. Chatbots are part of our future in...
View ArticleBlog Post: Oracle R Enterprise Server Configuration
Oracle R Enterprise Server Overview Oracle R Enterprise includes several components on the server. Together these components enable an Oracle R Enterprise client to interact with Oracle R Enterprise...
View ArticleComment on TABLESPACE CAPACITY PLANNING REPORT
The order by 2,1 is to sort the resultant data on column 2 in ascending order and then on column1 in ascending order. Which is to be used for further processing.
View ArticleComment on TABLESPACE CAPACITY PLANNING REPORT
If you are getting null, un USED_GB column means, that specific tablespace is empty. Thanks
View ArticleBlog Post: Python for Data Science – Importing CSV, JSON, Excel Using Pandas
Although I think that R is the language for Data Scientists, I still prefer Python to work with data. In this blog post, I will show you how easy to import data from CSV, JSON and Excel files using...
View ArticleBlog Post: Python for Data Science – Importing XML, JSON, Excel Using Pandas
Although I think that R is the language for Data Scientists, I still prefer Python to work with data. In this blog post, I will show you how easy to import data from XML, JSON and Excel files using...
View ArticleBlog Post: Python for Data Science – Importing XML to Pandas DataFrame
In my previous post , I showed how easy to import data from CSV, JSON, Excel files using Pandas package. Another popular format to exchange data is XML. Unfortunately Pandas package does not have a...
View ArticleBlog Post: Exadata X5-2L deployment & Challenges
A brand new Exadata X5-2L eighth rack (I knew the latest is X7 now, but it was for a POC, so no worries) has been deployed recently at a customer for Oracle EBS Exadata migration POC purpose. Its...
View Article