Install and Configure OBIEE 12c on Linux VM · 1 Today we are going to be installing Oracle BI 12c on our Linux Virtual Machine. If you have not already created an Oracle Linux VM, I wrote a blog on how to do this here . If you have not already installed Oracle Database 19c on your Linux VM, I wrote a blog on how to do this here . This blog also assumes that you have access to the sample HR dataset that comes pre-installed with Oracle Database 19c. I covered how to access this in the Oracle 19c installation blog that I mentioned above. Before we begin, I just wanted to say good luck and … Starting-up and opening the database If you have not already done so, log-in to your Linux instance’s GUI. Your screen should look like this. First, let’s start our listener and open-up our database. Open a new terminal window and execute the following command to start your listener, if it is not already started. If it has already been started, the terminal will let you know. lsnrctl s...
This article will discuss the step by step process on how to prepare the entity relationship diagram or ERD of the project entitled Project Management System. Project Management System is an information system that will manage the processes and transactions involved in monitoring and recording the updates of a project. The said project can be implemented in an offline settings but in most cases this is implemented in a live server or it simply means an online system. The first step in the development of the Project Management System is to prepare the ER diagram that will serve as the basis later on in the creation of the actual database. We will create and explain the process of making the entity relationship diagram of project management system. Let’s start from the symbols used in the ER Diagram. Entity is represented by the rectangle shape. The entity will be our database table of Project Management System later on. Attribute is represented by the oval shape. This will be the ...
teps to create a Database Link from Oracle to MySQL Nowadays many companies are using a mix of RDBMS system for example, some instances are running on Oracle and other instances are running on MySQL , and if we want to access data we need to do it using a heterogeneous connection . Heterogeneous connections allow us to query data from non-Oracle databases using SQL . In this blog post we will see How to create a database link from Oracle to MySQL via ODBC . Below are the high-level steps we will follow to set up dblink . 1. Setup MySql User in MySQL Cluster 2. Install MySQL ODBC Drivers in Oracle Server 3. Edit odbc.ini file & Test DSN’s connectivity in Oracle Server 4. Create initMYSQL.ora file in Oracle Server 5. Configure tnsname.ora & listener.ora file in Oracle Server 6. Create DB Link & Test Connectivity in Oracle Server Below are setup details a...
Comments
Post a Comment