Date Calculation in OBIEE Using TIMESTAMP Expression
First Day of the Previous Year TIMESTAMPADD( SQL_TSI_YEAR , -1, TIMESTAMPADD( SQL_TSI_DAY , EXTRACT( DAY_OF_YEAR FROM CURRENT_DATE) * -(1) + 1, CURRENT_DATE)) From right to left the first TIMESTAMPADD...
View ArticleUsing Master Detail View in OBIEE 11G
Master-detail linking of views allows you to establish a relationship between two or more views such that one view, called the master view, will drive data changes in one or more other views, called...
View ArticleMS Office Integration with OBIEE 11g
I was interested to experiment the understanding of MS Office Integration with OBIEE 11g. Please find the detailed steps below to do so. 1. Go to the Home page and in the right corner you see Download...
View ArticleOBIEE 11g change your password
Since the release of OBIEE 11G, one of the questions asked relates to what most people consider a fairly basic bit of functionality: how can a user change his/her own password ? The simple answer is...
View ArticleVariables in Oracle OBIEE
There are basically 4 different types of variables in OBIEE 11g. Session Variables Repository Variables Presentation Variables Request Variables. Session Variables: As the name suggests, session...
View ArticleKill a single user all session in Linux and Unix
How do I kill all users session under Linux or UNIX operating system using command prompt? You need to use the pkill command which will look up or signal processes based on name. It can send the...
View ArticleInformatica PowerCenter integration Service
The Integration Service reads workflow information from the repository. The Integration Service connects to the repository through the repository service to fetch metadata from the repository. A...
View ArticleInformatica PowerCenter Web Services Hub
The Web Services Hub is available in the PC domain. The Web Service Hub is a web service gateway that allows a client application to use web service standards and protocols to access PowerCenter...
View ArticleInformatica Power Center Sap BW service
The SAP BW Service is an application service and extracts data from and loads data to SAP BW. The SAP BW Service is an application service that listens for RFC requests from SAP BW and initiates...
View ArticleInformatica Power Center Data Analyzer
PowerCenter Data Analyzer is a data access tool and provides a framework to perform business analytics on corporate data. With Data Analyzer, you can : extract, filter, format, and analyze corporate...
View ArticleInformatica PowerCenter Metadata Manager
PowerCenter Metadata Manager is a metadata management tool that you can use to browse and analyze metadata from disparate metadata repositories. Metadata Manager helps you understand and manage how...
View ArticleInformatica PowerCenter Repository Reports
PowerCenter Repository Reports are a set of prepackaged PowerCenter – Data Analyzer reports and dashboards to help you analyze and manage PowerCenter metadata. Use PowerCenter Repository Reports to...
View ArticleInformatica PowerCenter Node
A Informatica PowerCenter Node is a logical representation of a machine. A node is the logical representation of a machine in a domain. A domain may contain more than one node. The node that hosts the...
View ArticleInformatica PowerCenter User and Group
Informatica PowerCenterw with the Administration Console, you normally perform the following tasks: Create a group with all privileges on a Repository Service. The privileges allow users in to design...
View ArticleInformatica PowerCenter Application Services
Application services represent server-based functionality and include : Informatica PowerCenter Repository Service. Manages connections to the PowerCenter repository. Informatica PowerCenter...
View ArticleInformatica PowerCenter Logging
The Service Manager provides accumulated log events from each service in the domain. You can view logs in the Administration Console and the Workflow Monitor. Log Directory...
View ArticleParis attacks
France has declared a national state of emergency and has closed its borders after at least 120 people were killed in gun and bomb attacks in Paris. Some 80 people are reported to have died at the...
View ArticleHow to copy a folder in linux
i am a new Linux user. How do I copy a directory or folder under Linux operating system using command line options and bash shell? You can use various command to copy a folder under Linux operating...
View ArticleHow to move a folder in linux
How do I move a folder in BSD/Linux/Apple OX or Unix operating system using bash command line option? You need to use the mv command to move folder, files, and directories in Linux terminal. The syntax...
View ArticleHow to Rename a folder in linux
How do I rename a folder under UNIX operating systems using a command line tools? You need to use the mv command to rename a folder under UNIX operating systems. You must have write permission for all...
View Article