Many products are available as open source or proprietary products that can handle Big Data. Which one is best fit for this task? Big Data is an area of growth and innovation, so current picture is bound to change as new products and technologies appear, bringing us closer to the ulti... Many products are available as open source or proprietary products that can handle Big Data. Which one is best fit for this task? Big Data is an area of growth and innovation, so current picture is bound to change as new products and technologies appear, bringing us closer to the ulti...Apr. 2, 2012 05:15 AM EDT Reads: 824 |
Vertica - an advanced database that is very simple to install and administer, thanks to the its modern design and purpose built architecture.
Vertica is high-performing, advanced RDBMS that is very simple to install and administer, thanks to the its modern design and purpose built ar...Mar. 27, 2012 08:15 AM EDT Reads: 1,341 |
Classic, proprietary relational database management systems are slowly drifting towards where elephants end up. They are all based on decades old code base (System R) that was designed for then-prevalent single-node, disk based computer architectures. Classic, proprietary RDBMSs are go...Mar. 18, 2012 04:00 PM EDT Reads: 1,114 |
Hadoop is designed to store extremely large volume of data. HBase, an open source NoSQL data store, makes it possible to randomly access such large data sets. HBase is included in Cloudera's Hadoop distribution.
One of the major obstacles to a wider adoption of NoSQL databases is the ...Mar. 14, 2012 06:30 AM EDT Reads: 1,582 |
It is quite straightforward to add more DataNodes i.e. storage to Hadoop cluster on AWS.
You just need to create another AWS instance and add new node to Hadoop cluster. Hadoop rebalancer will take care of balancing storage across nodes to keep it at predefined threshold.
Hadoop an...Mar. 6, 2012 08:00 AM EST Reads: 1,212 |
Sqoop makes it very easy to transfer data between Oracle and Hadoop using a single command. The reason why we would want to import data from an Oracle database into Hadoop/Hive is that we might want to join Hive tables with Oracle lookup tables, or other data residing in Oracle databas...Mar. 2, 2012 09:45 AM EST Reads: 1,221 |
Oracle Fusion Applications Provisioning is the überinstaller for OFA. Based on your input and its knowledge about OFA dependencies it will prepare and deploy OFA components to appropriate target locations. Provisioning Plan is driving the installation process. It is created when you se...Jan. 10, 2012 06:00 AM EST Reads: 2,177 |
Oracle Forms and Reports is one of Fusion Middleware components needed for OFA installation. Forms is a GUI tool used to develop, generate and run database front end applications. Reports is a GUI tool used to develop, generate and run database reports.
For the purposes of Oracle Fus...Jan. 7, 2012 12:15 PM EST Reads: 2,613 |
Oracle HTTP server is one of Oracle Fusion Middleware for Oracle Identity Management components.
Oracle HTTP Server provides HTTP listener services for Oracle WebLogic. Once you download software ( it is a part of Oracle Fusion Middleware 11g Media Pack; HTTP server resides in Oracle...Jan. 6, 2012 04:40 PM EST Reads: 1,809 |
Oracle Identity Management is a component of Oracle Fusion Middleware and part of the Oracle Fusion Applications infrastructure. Its purpose is to manage user identities across the enterprise. We are going to install Oracle Internet Directory 11g (OID), Oracle Virtual Directory 11g (OV...Jan. 5, 2012 02:49 PM EST Reads: 1,840 |
Oracle Fusion Applications is a very complex product that relies on a number of components. One of them is Oracle Fusion Middleware for Oracle Identity Management, which in turn is built using Oracle Forms, Reports, WebLogic, HTTP server and other products. Here we are briefly describi...Jan. 5, 2012 09:51 AM EST Reads: 1,602 |
In the second article of the Oracle Fusion Applications installation series we are looking at Repository Creation Utility which populates transaction database with OFA schemas.
The Oracle Fusion Applications Repository Creation Utility (Applications RCU) creates applications-specific...Jan. 4, 2012 12:02 PM EST Reads: 1,650 |
Oracle Fusion Applications are released for production use. We are investigating the product and installation process.
Oracle announced the general availability of Oracle Fusion Applications at Oracle Open World 2011. Oracle Fusion Applications is the next generation Oracle ERP that w...Jan. 3, 2012 04:13 PM EST Reads: 2,850 |
Amazon recently added Oracle database hosting capability to its RDS service offering. You can rent an Oracle database in pay-as-you-go fashion now. We are going to explore if corporations should be utilizing Amazon RDS, how it should be used, where possible savings are and what potenti...Sep. 29, 2011 01:35 PM EDT Reads: 2,580 |
Amazon is adding more Oracle database-related features to its services. We are exploring if it is possible and advisable to create your Oracle database disaster recovery site using the Amazon infrastructure.
DR sites are typically built as an exact replica of the primary site. Applica...Oct. 5, 2011 07:00 AM EDT Reads: 3,390 |
We are looking at what makes Amazon Web Services the likely choice of IaaS Cloud Service Providers for your enterprise data center needs.
Big shift towards Cloud environment has started. It is now clear that this change is similar in magnitude to the shift from mainframe to client-se...Oct. 20, 2011 05:00 AM EDT Reads: 2,596 |
AWS is built on commodity hardware and it is software virtual machine based. AWS documentation states that:
It's inevitable that EC2 instances will fail, and you need to plan for it.
As a rule of thumb, you should be a pessimist when designing architecture for the cloud.
That means...Nov. 18, 2011 05:30 AM EST Reads: 2,064 |
Amazon Web Services EC2 Cloud is full scale public data center offering services that are in many aspects far ahead of ancient practices present in regular IT environments. Fast provisioning and virtually unlimited scale make old fashioned server procurement and installations look like...Oct. 19, 2011 05:00 AM EDT Reads: 2,696 |
Remote, online backups are around for many years now in PC computer arena. We are going to explore if Oracle backups are natural candidate and good fit for the Cloud based backups. Scenario we are particularly interested in is where Oracle databases reside in your own, in house data ce...Oct. 5, 2011 06:00 AM EDT Reads: 2,626 |
Industry heavyweights like Oracle and Microsoft are trying to catch up with the Cloud technologies that AWS started pioneering back in 2002. All major industry players now realize Cloud can’t be ignored anymore. It is obvious that Cloud paradigm shift is as dramatic as the move from ma...Dec. 9, 2011 07:00 AM EST Reads: 1,578 |
Highly public BlackBerry outage is making headlines these days. It is only the tip of the iceberg - companies data centers are suffering from big impact outages resulting in loss of productivity, data, confidence, reputation, customers and money. We are looking at the current state of ...Oct. 13, 2011 02:15 PM EDT Reads: 1,367 |
Database sharding provides a method for scalability across independent servers, each with their own CPU, memory and disk. A database shard is a horizontal partition in a database. AWS quick instance creation/decommissioning capabilities make it quite easy to implement database sharding...Nov. 4, 2011 05:09 AM EDT Reads: 1,975 |
Ever wondered how it is possible that Google searches through so much data with such speed and precision ?
Part of the answer is MapReduce, Google technology for processing and generating large data sets.
Apache Hadoop is open source software that can process petabytes of data in par...Oct. 27, 2011 02:57 PM EDT Reads: 1,368 |
We are looking at problems these technologies attempt to solve and their inherent limitations, in relations to their usefulness in enterprise computing.
Oracle database is a relational database management system that mostly complies with ACID transaction requirements (atomicity, consi...Oct. 24, 2011 04:07 PM EDT Reads: 2,893 |
Oracle database upgrades are a stressful exercise. Normally you need to backup production database, upgrade database software, then run database scripts that will upgrade dictionary. Once it is all done and success is confirmed you can start using upgraded database. If something goes w...Oct. 23, 2011 03:59 PM EDT Reads: 1,471 |
Amazon RDS is already offering Multi-AZ deployments and Read Replicas for MySQL databases. We are looking at what feature will look like when released for Oracle databases, how it will be implemented and what best possible uses are.
Oracle database is offering a rich set of HA option...Oct. 21, 2011 11:57 AM EDT Reads: 1,056 |
Most of enterprise class shops today run their Oracle databases on either HP-UX, AIX or Sun OS operating systems. Is it possible to move these databases to the public cloud, and, if so, who are providers who can help with such a move?
Public cloud services are closely related to virtu...Oct. 19, 2011 03:36 PM EDT Reads: 1,484 |
Oracle RMAN catalog database is a central repository for all backup and restore metadata for Oracle databases. RMAN catalog database should not grow too big in order to deliver good performance. BMC Patrol and other monitoring tools require database, often Oracle, to store monitoring r...Oct. 19, 2011 05:15 AM EDT Reads: 2,437 |
The Oracle Database Cloud is Platform as a Service ( PaaS ) so it only makes sense to compare it to Oracle on Amazon RDS. Oracle on Amazon EC2, on the other hand, is an IaaS ( Infrastructure as a Service ) offering, which gives you full control over the installation, features and acti...Oct. 6, 2011 04:17 PM EDT Reads: 2,235 |







Ranko Mosic is consultant - provider of remote Oracle Database Administration Services.
He has more than 20 years of experience in IT industry in various consulting roles throught North America.
He can be reached at ranko.mosic@gmail.com

Vertica - an advanced database that is very simple to install and administer, thanks to the its modern design and purpose built architecture.
Vertica is high-performing, advanced RDBMS that is very simple to install and administer, thanks to the its modern design and purpose built ar...
Classic, proprietary relational database management systems are slowly drifting towards where elephants end up. They are all based on decades old code base (System R) that was designed for then-prevalent single-node, disk based computer architectures. Classic, proprietary RDBMSs are go...
Hadoop is designed to store extremely large volume of data. HBase, an open source NoSQL data store, makes it possible to randomly access such large data sets. HBase is included in Cloudera's Hadoop distribution.
One of the major obstacles to a wider adoption of NoSQL databases is the ...
It is quite straightforward to add more DataNodes i.e. storage to Hadoop cluster on AWS.
You just need to create another AWS instance and add new node to Hadoop cluster. Hadoop rebalancer will take care of balancing storage across nodes to keep it at predefined threshold.
Hadoop an...
Sqoop makes it very easy to transfer data between Oracle and Hadoop using a single command. The reason why we would want to import data from an Oracle database into Hadoop/Hive is that we might want to join Hive tables with Oracle lookup tables, or other data residing in Oracle databas...
Oracle Fusion Applications Provisioning is the überinstaller for OFA. Based on your input and its knowledge about OFA dependencies it will prepare and deploy OFA components to appropriate target locations. Provisioning Plan is driving the installation process. It is created when you se...
Oracle Forms and Reports is one of Fusion Middleware components needed for OFA installation. Forms is a GUI tool used to develop, generate and run database front end applications. Reports is a GUI tool used to develop, generate and run database reports.
For the purposes of Oracle Fus...
Oracle HTTP server is one of Oracle Fusion Middleware for Oracle Identity Management components.
Oracle HTTP Server provides HTTP listener services for Oracle WebLogic. Once you download software ( it is a part of Oracle Fusion Middleware 11g Media Pack; HTTP server resides in Oracle...
Oracle Identity Management is a component of Oracle Fusion Middleware and part of the Oracle Fusion Applications infrastructure. Its purpose is to manage user identities across the enterprise. We are going to install Oracle Internet Directory 11g (OID), Oracle Virtual Directory 11g (OV...
Oracle Fusion Applications is a very complex product that relies on a number of components. One of them is Oracle Fusion Middleware for Oracle Identity Management, which in turn is built using Oracle Forms, Reports, WebLogic, HTTP server and other products. Here we are briefly describi...
In the second article of the Oracle Fusion Applications installation series we are looking at Repository Creation Utility which populates transaction database with OFA schemas.
The Oracle Fusion Applications Repository Creation Utility (Applications RCU) creates applications-specific...
Oracle Fusion Applications are released for production use. We are investigating the product and installation process.
Oracle announced the general availability of Oracle Fusion Applications at Oracle Open World 2011. Oracle Fusion Applications is the next generation Oracle ERP that w...
Amazon recently added Oracle database hosting capability to its RDS service offering. You can rent an Oracle database in pay-as-you-go fashion now. We are going to explore if corporations should be utilizing Amazon RDS, how it should be used, where possible savings are and what potenti...
Amazon is adding more Oracle database-related features to its services. We are exploring if it is possible and advisable to create your Oracle database disaster recovery site using the Amazon infrastructure.
DR sites are typically built as an exact replica of the primary site. Applica...
We are looking at what makes Amazon Web Services the likely choice of IaaS Cloud Service Providers for your enterprise data center needs.
Big shift towards Cloud environment has started. It is now clear that this change is similar in magnitude to the shift from mainframe to client-se...
AWS is built on commodity hardware and it is software virtual machine based. AWS documentation states that:
It's inevitable that EC2 instances will fail, and you need to plan for it.
As a rule of thumb, you should be a pessimist when designing architecture for the cloud.
That means...
Amazon Web Services EC2 Cloud is full scale public data center offering services that are in many aspects far ahead of ancient practices present in regular IT environments. Fast provisioning and virtually unlimited scale make old fashioned server procurement and installations look like...
Remote, online backups are around for many years now in PC computer arena. We are going to explore if Oracle backups are natural candidate and good fit for the Cloud based backups. Scenario we are particularly interested in is where Oracle databases reside in your own, in house data ce...
Industry heavyweights like Oracle and Microsoft are trying to catch up with the Cloud technologies that AWS started pioneering back in 2002. All major industry players now realize Cloud can’t be ignored anymore. It is obvious that Cloud paradigm shift is as dramatic as the move from ma...
Highly public BlackBerry outage is making headlines these days. It is only the tip of the iceberg - companies data centers are suffering from big impact outages resulting in loss of productivity, data, confidence, reputation, customers and money. We are looking at the current state of ...
Database sharding provides a method for scalability across independent servers, each with their own CPU, memory and disk. A database shard is a horizontal partition in a database. AWS quick instance creation/decommissioning capabilities make it quite easy to implement database sharding...
Ever wondered how it is possible that Google searches through so much data with such speed and precision ?
Part of the answer is MapReduce, Google technology for processing and generating large data sets.
Apache Hadoop is open source software that can process petabytes of data in par...
We are looking at problems these technologies attempt to solve and their inherent limitations, in relations to their usefulness in enterprise computing.
Oracle database is a relational database management system that mostly complies with ACID transaction requirements (atomicity, consi...
Oracle database upgrades are a stressful exercise. Normally you need to backup production database, upgrade database software, then run database scripts that will upgrade dictionary. Once it is all done and success is confirmed you can start using upgraded database. If something goes w...
Amazon RDS is already offering Multi-AZ deployments and Read Replicas for MySQL databases. We are looking at what feature will look like when released for Oracle databases, how it will be implemented and what best possible uses are.
Oracle database is offering a rich set of HA option...
Most of enterprise class shops today run their Oracle databases on either HP-UX, AIX or Sun OS operating systems. Is it possible to move these databases to the public cloud, and, if so, who are providers who can help with such a move?
Public cloud services are closely related to virtu...
Oracle RMAN catalog database is a central repository for all backup and restore metadata for Oracle databases. RMAN catalog database should not grow too big in order to deliver good performance. BMC Patrol and other monitoring tools require database, often Oracle, to store monitoring r...
The Oracle Database Cloud is Platform as a Service ( PaaS ) so it only makes sense to compare it to Oracle on Amazon RDS. Oracle on Amazon EC2, on the other hand, is an IaaS ( Infrastructure as a Service ) offering, which gives you full control over the installation, features and acti...













