OBIEE

it’s Oracle Business Intelligence Enterprise Edition you can refer to OBI for more information

OBI

Ref.
http://www.oracle.com/us/solutions/business-analytics/business-intelligence/enterprise-edition/overview/index.html

Posted in abbreviations and definitions | Tagged , , , , , , | Leave a comment

OBI

Oracle Business Intelligence (OBI) 12c is a unique platform that enables customers to uncover new insights and make faster, more informed business decisions by offering agile visual analytic and self-service discovery together with best-in-class enterprise analytic. Instant mobile, highly interactive dashboards, powerful operational reporting, just-in-time alerts, content and metadata search, strategy management, native access to Big Data sources, sophisticated in-memory computing, and streamlined systems management combine to make Oracle BI 12c a comprehensive solution that reduces the total cost of ownership and increases return on investment for the entire organization.

Continue reading

Posted in abbreviations and definitions | Tagged , , , | Leave a comment

OFSAA

OFSAA is abbreviation for “Oracle Financial Services Analytical Applications” and OFSAA is an applications which read data extracted from legacy sources and save results in the OFSAA results tables. Old OFSAA versions (named OFSA) had a series of Discoverer reports but these reports were not very userful so they were not generally used.

Continue reading

Posted in abbreviations and definitions | Tagged , , , , , | Leave a comment

Customer relationship management (CRM)

Customer relationship management (CRM) is a term that refers to practices, strategies and technologies that companies use to manage and analyze customer interactions and data throughout the customer life cycle, with the goal of improving business relationships with customers, assisting in customer retention and driving sales growth. CRM systems are designed to compile information on customers across different channels — or points of contact between the customer and the company — which could include the company’s website, telephone, live chat, direct mail, marketing materials and social media. CRM systems can also give customer-facing staff detailed information on customers’ personal information, purchase history, buying preferences and concerns.

Posted in abbreviations and definitions | Tagged , , , , | Leave a comment

Change default values on ODM for Fibre

Hello Everybody …

Sometimes for performance recommendations or redundancy solutions, you will need to change some parameters on fibre card, like fc_err_recov & dyntrk

TEST_SERVER#lsattr -El fscsi0
attach       none      How this adapter is CONNECTED         False
dyntrk       yes       Dynamic Tracking of FC Devices        True+
fc_err_recov delayed FC Fabric Event Error RECOVERY Policy True+
scsi_id                Adapter SCSI ID                       False
sw_fc_class  3         FC Class for Fabric                   True

 Continue reading 
Posted in AIX | Tagged , , , , , , , , , , , , | Leave a comment

Script to list disks Info

Hello Everybody,

The following lines are a for loop script to display disks info @ AIX System (Disk Name, Disk Unique ID, Disk Size in MB) and of course you can customize the data by add more columns:

Continue reading

Posted in AIX, Shell Script | Tagged , , , , , , , , | Leave a comment

Couldn’t canonicalise: Permission denied

If your work on AIX System (or any other UNIX/Linux Distribution), may be you face the following Message when you try to access SFTP:

Couldn't canonicalise: Permission denied
Need cwd

after many troubleshooting :
– user can access SSH without any problem.
– user can’t access SFTP
– you can switch on this user normally.

Continue reading

Posted in AIX | Tagged , , , , , | Leave a comment

AIX can’t mount NFS mount: 1831-008

Sometimes when you try to mount file system (NFS) you will get the following Error:

#mount -o rw server1:/dir /bk
mount: 1831-008 giving up on:
server1:/dir
vmount: Operation not permitted.

Continue reading

Posted in AIX | Tagged , , , , , | Leave a comment

How to Configure DNS on AIX

Configure DNS on AIX

  • To configure DNS on an AIX server:
  • Add the DNS server(s) to the /etc/resolv.conf configuration file:

    vi /etc/resolv.conf
    

    Continue reading

    Posted in AIX | Tagged , , , , , | Leave a comment

    How to check AIX Edition

    IBM AIX has a 3 Edition (Standard, Express, Enterprise) and you can check the installed edition on you server by the following command:

    /usr/sbin/chedition -l
    

    and you can check the difference between each edition from the following Link:
    http://www-03.ibm.com/systems/power/software/aix/v61/editions.html

    Posted in AIX | Tagged , , , , | Leave a comment