Introducing IBM Cognos BI, Business Intelligence suite of IBM

0

IBM Cognos 8 BI is a suite of business intelligence used more widely. This software is fairly comprehensive, but manageable, and a leader of the BI market.
The main applications are used by a web portal that controls the Business Intelligence Server, which is the heart of the instrument.
This portal is called Cognos Connection and the same, provided by the web, you can access the environmental management options for different applications and services that provides Cognos, the folder structure that organizes the reports, dashboards and other accessories that can be integrated in the portal.
Each application is designed to cover a type of needs that often occur in such environments.Most deals 100% web browser, is to develop and design reports, events and metrics for review or analysis tasks.

SQL Server Data IS profiles stored in tables

8

The task of SQL Server Data Profile Information Services stores the results of profiling in an XML document that can be examined with the Data Profile Viewer. In the article SQL Server 2008 Dataprofiling to explain how to use this new Task in SSIS. Although this method is very sim

Informatica 9, a complete data integration platform

0

In the market for data integration one of the leading manufacturers is Informatica. This company is the leading independent provider of data integration software.

Consultation Oracle user passwords

0

For obvious security reasons can not see clear the user password of the database, but a manager as SYSTEM user does have privileges to view the encrypted password:

SQL> select password from dba_users where username = 'SCOTT';
PASSWORD
-----------------------------
F894844C34402B67

The usefulness of this is that just as we returned the SELECT can be used in a sentence of changing the password;

SQL> alter user scott IDENTIFIED BY VALUES 'F894844C34402B67';

With this we have not done anything since we have assigned to SCOTT the same password that I had (TIGER), but if we change the password:

SQL> alter user scott IDENTIFIED BY newpwd;
SQL> connect scott / newpwd
Connected.

And now we wish to put the initial password:

SQL> connect system / dbapwd
Connected.
SQL> alter user scott IDENTIFIED BY VALUES 'F894844C34402B67';
User altered.

SQL> connect scott / tiger
Connected.

Case Study: Business Intelligence applied to banking

0

In this slide we present the case study of a bank is a need for greater knowledge of their clients in order to properly define their business strategies.

By using Business Intelligence tools in particular Data Warehouse and Data Mining, and the definition of clear business objectives, the bank was able to analyze the behavior of their customers, segment them, make strategic decisions based on this behavior, make predictions and analyze the results of the implementation of these decisions, and evaluating the return on investment.

The Slideshow ion is divided into the following sections:

- The economics of the business and customer management

- Modeling of value - potential model

- Segmentation - Modeling dropout

- Practical applications

- Results

SlideShare |forever / case-of-studio-banking "> View | Upload your own
Google
 
     

In a previous blog entry ( OpenSource Databases. Why did we choose for our project Mysql?), talked about the Open Source databases such as interesting and reliable...
We have published a new online manual Dataprix. This is the Vulcan Methodology prepared by Ricardo Dario Bernabeu, whom we thank for this important contribution to the world BI...
These are the 20 most popular 2010 contents on IBM developerWorks. The TOP 20 is based on newsletter subscriber activity. Very interesting list, specially for developers.
As in Oracle there is a table that lists all tables in the database (dba_tables) and we can use it to perform maintenance operations dynamically in SQL Server can do the same...
So far the bet Dataprix also be involved in major social networks has focused especially on Linkedin and Twitter , which are what we considered to meet the largest number of...
The task of SQL Server Data Profile Information Services stores the results of profiling in an XML document that can be examined with the Data Profile Viewer. In the article SQL...