weblogic server etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
weblogic server etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

28 Ekim 2010 Perşembe

Oracle Data Integrator 11g Installation - Part I (WebLogic Server)

I’m going to demonstrate how to install Oracle Data Integrator 11g in this article. I divided the installation process into 2 parts. First part will be related with Oracle WebLogic Server. And I’m going to explain the ODI 11g installation in the second part. So here you are:
You can download the latest version of Oracle WebLogic Server 10.3.3. Then start the installation:





































Then installation wizard will ask you for the Middleware path. So you just specify the installation path. 



















Next usual but important question is about your e-mail address for Oracle Support. It’s highly recommended to fill these information in order to receive security updates.




















Then it’s going to confirm the installation directories.


















You’re going to choose the short cut folders for the installation:


















And you’re going to see the “Installation Summary” page and see the details of the installation.  When you click next, installation will start.


















You can see the progress of the installation.



















After the installation completes, you can trigger the “Configuration Wizard” to create new domain in the WebLogic Server. You don’t have to create a domain in this step. So to skip it, just clear the “Run Quickstart” checkbox.



23 Eylül 2010 Perşembe

Oracle Business Intelligence 11g - Modify Repository

In this post, I’m going to show how to modify the existing repository file which stores all the metadata about the reporting infrastructure such as database connections, table names, measures and dimensions etc.. Repository file is located in the installation directory. There are 2 different connection modes.Online and offline. In order to open the repository file in online mode by using “BI Administration Tool”, BI Service should be started first. I’ve already started the BI Service.














When you open the BI Administration tool and connect to repository in online mode, it is going to ask for the repository password addition to user name and password. After I enter these information, I’m able to connect to repository.














As usual there are 3 layers:

Physical

Business Model and Mapping

Presentation


Normally we used to define the dimension object in BMM layer. Again is same. One of the important difference with the previous version is you can publish dimension hierarchy in the Presentation Layer. Now end users will be able to access dimension details from the reporting interface.














Another change is related to security. You can still access user accounts by using “Security Manager”. But if you want to create a user, you have to use “Security Realm” link in the WebLogic Server console. This means user objects will be created from the WebLogic Console. I’m going to write an article about creating user object in my next post.