Surachartopun - surachartopun.com - Surachart Opun's Blog
General Information:
Latest News:
Enterprise Data Workflows with Cascading Streamlined Enterprise Data Management and Analysis By Paco Nathan 28 Jul 2013 | 07:17 pm
What is Cascading? It is a Java application framework that enables typical developers to quickly and easily develop rich Data Analytics and Data Management applications that can be deployed and manage...
Life Learning - Pivotal HD 25 Jul 2013 | 01:48 pm
I was unable to learn much as much people who have spent life with products, but I was interested in something new, for example: Pivotal HD and it was easy for download it as Pivotal HD Single Node VM...
Oracle Data Guard 11gR2 Administration Beginner's Guide 21 Jul 2013 | 09:12 pm
As some people know, Oracle Data Guard provides the management, monitoring, and automation software to create and maintain one or more standby databases to protect Oracle data from failures, disasters...
DB12c - PGA_AGGREGATE_LIMIT 19 Jul 2013 | 03:46 pm
On Oracle Database 12c features, PGA_AGGREGATE_LIMIT initialization parameter is value, that limits PGA memory usage. If total PGA memory usage is over PGA_AGGREGATE_LIMIT value. The sessions or proc...
DB12c - update java to version 7 18 Jul 2013 | 10:27 pm
Why I used topic like that? I just wanted to post how to update java on Oracle Database 12c from version 6 to version 7. This is simple topic for some people, but it was something new for me today. As...
Learn Multitenant - CREATE DATABASE... blah blah 15 Jul 2013 | 06:12 pm
It's time to learn a little bit about Oracle Database 12c. Today, I chose to learn "Creating and Configuring a CDB" and pointed at "CREATE DATABASE" for creating CDB. First of all, I learned I must se...
Multitenant - How to change PDB$SEED mode as read write or mount? 15 Jul 2013 | 05:30 pm
How to open PDB$SEED as read write mode? That's question, but why you have to do right that? You might want to fix something in PDB$SEED. I recommend you should learn about "catcon.pl" script. [oracl...
Installed Oracle R Enterprise 1.3 with Multitenant Database 8 Jul 2013 | 06:37 pm
I read something Oracle R Enterprise. I thought it was interesting. I wanted to install it for testing. Unfortunately, I had Oracle 12c Pluggable database. I wanted to install R Enterprise in CDB$ROO...
Learned a little bit about Multithreading 8 Jul 2013 | 04:23 pm
I read Multithreaded Model using THREADED_EXECUTION in Oracle Database 12c Release 1 (12.1) on Oracle Base. Thank You for Good Article. That gave me many idea. Multithreaded Oracle model. SQL> show p...
Apache Sqoop Cookbook Unlocking Hadoop for Your Relational Database By Kathleen Ting, Jarek Jarcec Cecho 7 Jul 2013 | 08:29 pm
What is Apache Sqoop? It's a tool designed for efficiently transferring bulk data between Apache Hadoop and structured datastores such as relational databases. I tested a bit about it - Sqoop1 ^____^ ...