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

ASM

September 3rd, 2017

Automatic Storage Management (ASM) is an Oracle database feature that provides DBAs with a simple storage management interface that is consistent across all server and storage platforms.

ASM is an integrated volume manager for storing Oracle database files – including datafiles, redo logs, backups, controlfiles and spfiles. ASM allows administrators to add and remove disks while the database is on-line and available to users. Data is automatically striped across all disks in a disk group, and is optionally mirrored.

Continue Reading…

ODS

September 3rd, 2017

ODS (Operational Data Store) is an integrated database of operational data. Its sources include legacy systems and it contains current or near term data. A typical ODS may contain 30 to 60 days of information, while a data warehouse typically contains years of data.

Continue Reading…

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…