How 2 Know
If you can't Google it, You Can Knowing it.

OBIEE

September 3rd, 2017

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

OBI

September 3rd, 2017

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…

OFSAA

September 3rd, 2017

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…

Customer relationship management (CRM)

September 3rd, 2017

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.

Change default values on ODM for Fibre

August 20th, 2017

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...

Script to list disks Info

August 20th, 2017

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…

Couldn’t canonicalise: Permission denied

January 13th, 2016

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…

AIX can’t mount NFS mount: 1831-008

November 17th, 2015

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…

How to Configure DNS on AIX

November 5th, 2015

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…

    How to check AIX Edition

    November 5th, 2015

    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