oracle

FIS and Oracle partner to bring payment capabilities to utility customers

FIS has announced a partnership with



oracle

Ellison gives up Oracle CEO role, becomes chairman

Larry Ellison, CEO of Oracle Corporation, gestures as he makes a speech during the New Economy Summit 2014 in this file photo taken in Tokyo on April 9, 2014. The company said Thursday, September 18, 2014, that Ellison would step aside as CEO and become chairman and chief technology officer.; Credit: TORU YAMANAKA/AFP/Getty Images

Oracle says Larry Ellison is stepping aside as CEO of the company he founded. The business software maker promoted Safra Catz and Mark Hurd to replace him as co-CEOs.

Ellison will reclaim the title of chairman at Oracle and is also taking the role of chief technology officer. Oracle says Ellison wants to focus on product engineering, technology development and strategy. Jeff Henley, Oracle's chairman since January 2004, is now its vice chairman.

Catz and Hurd were co-presidents of the Redwood Shores, California, company. Catz will be in charge of the company's manufacturing, finance and legal functions. Hurd will be in charge of sales, service, and other global business units.

Ellison founded Oracle Corp. in 1977 and was its chairman from May 1995 to January 2004.




oracle

Three youths go missing after coracle overturns in Sharavathi backwaters in Sagar taluk




oracle

Tips to install Oracle 11gr2 RAC on AIX (6.1/7.1)

AIX is like an Unix environment awesome original, same to HP-Unix, and, if you have a plan to install Oracle RAC, you need to pay attention. I note some tips in this article to help.

1. Checking Operating System Packages

# lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.libperfstat 
bos.perf.perfstat bos.perf.proctools rsct.basic.rte rsct.compat.clients.rte 
xlC.aix61.rte

If not, install on AIX source by smity. It's easy, but remember, some packaged requires your IBM's account to download.

2. Verify UDP and TCP Kernel Parameters

# /usr/sbin/no -a | fgrep ephemeral

If you expect your workload to require a high number of ephemeral ports, then update
the UDP and TCP ephemeral port range to a broader range. For example:

# /usr/sbin/no -p -o tcp_ephemeral_low=9000 -o tcp_ephemeral_high=65500
# /usr/sbin/no -p -o udp_ephemeral_low=9000 -o udp_ephemeral_high=65500

3. Checking Resource Limits:
To ensure that these resource limits are honored, confirm that the line login
session required /usr/lib/security/pam_aix is set in /etc/pam.conf.For example:

dtsession auth required /usr/lib/security/pam_aix
dtlogin session required /usr/lib/security/pam_aix
ftp session required /usr/lib/security/pam_aix
imap session required /usr/lib/security/pam_aix
login session required /usr/lib/security/pam_aix
rexec session required /usr/lib/security/pam_aix
rlogin session required /usr/lib/security/pam_aix
rsh session required /usr/lib/security/pam_aix
snapp session required /usr/lib/security/pam_aix
su session required /usr/lib/security/pam_aix
swrole session required /usr/lib/security/pam_aix
telnet session required /usr/lib/security/pam_aix
xdm session required /usr/lib/security/pam_aix
OTHER session required /usr/lib/security/pam_prohibit
websm_rlogin session required /usr/lib/security/pam_aix
websm_su session required /usr/lib/security/pam_aix
wbem session required /usr/lib/security/pam_aix

4. Tuning AIX System Environment
Confirm the aio_maxreqs value using the procedure for your release:
AIX 6.1 and 7.1:

# ioo -o aio_maxreqs
aio_maxreqs = 65536

The aio is Asynchronous Input Output is an exciting parameter, I tried to control and modified it many times, but it's strongly to do from Oracle advices,

Quote:

Adjust the initial value of aio_maxservers to 10 times the number of logical disks divided by the number of CPUs that are to be used concurrently but no more than 80

Oracle document refer: https://docs.oracle.com/database/121/AXDBI/app_manual.htm#AXDBI7880

5. Tuning Virtual Memory Manager

vmo -p -o minperm%=3
vmo -p -o maxperm%=90
vmo -p -o maxclient%=90
vmo -p -o lru_file_repage=0
vmo -p -o strict_maxclient=1
vmo -p -o strict_maxperm=0

Note: You must restart the system for these changes to take effect

6. Increase System block size allocation

# /usr/sbin/chdev -l sys0 -a ncargs='128'

7. Configure SSH LoginGraceTime Parameter
On AIX systems, the OpenSSH parameter LoginGraceTime by default is commented
out, and the default behavior of OpenSSH on AIX can sometimes result in timeout
errors. To avoid these errors, complete the following procedure:
7.1. Log in as root.
7.2. Using a text editor, open the OpenSSH configuration file /etc/ssh/sshd_config.
7.3. Locate the comment line #LoginGraceTime 2m.
7.4. Uncomment the line, and change the value to 0 (unlimited). For example:
LoginGraceTime 0
7.5. Save /etc/ssh/sshd_config.
7.6. Restart SSH.

8. Setting priviledge to Oracle ASM Luns
Same to Solaris, HP-Unix. Remember, when you've got failure of ASM configuration, you need to flush out the disk's slice/partition by OS command "dd". And the slice/partition/LUN allocated from storage to IBM, has got different first alphabet to other platform. The alphabet begins by "r", example:

7.1 ORC and Voting disk
# chown grid:asmadmin /dev/rhdisk5 -> OCR
# chmod 660 /dev/rhdisk5 
# chown grid:asmadmin /dev/rhdisk6 -> Voting Disk
# chmod 660 /dev/rhdisk6
7.2 Datafile, Archivelog and Backup 
# chown grid:asmadmin /dev/rhdisk2
# chmod 660 /dev/rhdisk2
# chown grid:asmadmin /dev/rhdisk3
# chmod 660 /dev/rhdisk3
# chown grid:asmadmin /dev/rhdisk4
# chmod 660 /dev/rhdisk4
# chown grid:asmadmin /dev/rhdisk9
# chmod 660 /dev/rhdisk9
# chown grid:asmadmin /dev/rhdisk10
# chmod 660 /dev/rhdisk10

9. Enable simultaneous access to a disk device from multiple nodes
To enable simultaneous access to a disk device from multiple nodes, you must set the appropriate Object Data Manager (ODM) attribute, depending on the type of reserve attribute used by your disks. The following section describes how to perform this task using hdisk logical names

8.1. determine the reserve setting your disks use, enter the following command,where n is the hdisk device number

# lsattr -E -l hdiskn | grep reserve_

The response is either a reserve_lock setting, or a reserve_policy setting. If the attribute is reserve_lock, then ensure that the setting is reserve_lock = no. If the attribute is reserve_policy, then ensure that the setting is reserve_policy = no_reserve.

8.2. If necessary, change the setting with the chdev command using the following syntax, where n is the hdisk device number:

chdev -l hdiskn -a [ reserve_lock=no | reserve_policy=no_reserve ]

For example:
# chdev -l hdisk5 -a reserve_lock=no
# chdev -l hdisk5 -a reserve_policy=no_reserve

8.3. Enter commands similar to the following on any node to clear the PVID from each disk device that you want to use:

# /usr/sbin/chdev -l hdiskn -a pv=clear

When you are installing Oracle Clusterware, you must enter the paths to the appropriate device files when prompted for the path of the OCR and Oracle Clusterware voting disk. For example: /dev/rhdisk10

9.Configure Shell Limits
9.1. Add the following lines to the /etc/security/limits file:

default:
fsize = -1
core = 2097151
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = -1

9.2.Enter the following command to list the current setting for the maximum number of process allowed by the Oracle software user:

/usr/sbin/lsattr -E -l sys0 -a maxuproc

If necessary, change the maxuproc setting using the following command:

/usr/sbin/chdev -l sys0 -a maxuproc=16384

10. Configure User Process Parameters (Verify that the maximum number of processes allowed for each user is set to 2048 or greater)
Enter the following command:

# smit chgsys

Verify that the value shown for Maximum number of PROCESSES allowed for each user is greater than or equal to 2048. If necessary, edit the existing value.
When you have finished making changes, press Enter, then Esc+0 (Exit) to exit.

11. Configure Network Tuning Parameters:
To check the current values of the network tuning parameters:

# no -a | more

If the system is running in compatibility mode, then follow these steps to change the parameter values:

Enter commands similar to the following to change the value of each parameter:

# no -o parameter_name=value

For example:

# no -o udp_recvspace=655360

Add entries similar to the following to the /etc/rc.net file for each parameter that you changed in the previous step:

if [ -f /usr/sbin/no ] ; then
/usr/sbin/no -o udp_sendspace=65536
/usr/sbin/no -o udp_recvspace=655360
/usr/sbin/no -o tcp_sendspace=65536
/usr/sbin/no -o tcp_recvspace=65536
/usr/sbin/no -o rfc1323=1
/usr/sbin/no -o sb_max=4194304
/usr/sbin/no -o ipqmaxlen=512
fi

For the ISNO parameter tcp_sendspace, use the following command to set it:

# ifconfig en0 tcp_sendspace 65536

By adding these lines to the /etc/rc.net file, the values persist when the system restarts.

12. Automatic SSH configuration
By default, OUI searches for SSH public keys in the directory /usr/local/etc/, and ssh-keygen binaries in /usr/local/bin. However, on AIX, SSH public keys typically are located in the path /etc/ssh, and ssh-keygen binaries are located in the path /usr/bin. To ensure that OUI can set up SSH, use the following command to create soft links:

# ln -s /etc/ssh /usr/local/etc
# ln -s /usr/bin /usr/local/bin

In rare cases, Oracle Clusterware installation may fail during the "AttachHome" operation when the remote node closes the SSH connection. To avoid this problem, set the following parameter in the SSH daemon configuration file /etc/ssh/sshd_config on all cluster nodes to set the timeout wait to unlimited:

LoginGraceTime 0

13. Shell Limit
Adding these line in /etc/security/limits

default:
fsize = -1
core = 2097151
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = -1

14. Create groups and users

# mkgroup -'A' id='1000' adms='root' oinstall
# mkgroup -'A' id='1031' adms='root' dba
# mkgroup -'A' id='1032' adms='root' oper
# mkgroup -'A' id='1020' adms='root' asmadmin
# mkgroup -'A' id='1022' adms='root' asmoper
# mkgroup -'A' id='1021' adms='root' asmdba
# mkuser id='1100' pgrp='oinstall' groups='dba,asmadmin,asmoper,asmdba' home='/portalgrid/grid' grid
# mkuser id='1101' pgrp='oinstall' groups='dba,oper,asmdba' home='/portaloracle/oracle' oracle

# mkdir -p /portalapp/app/11.2.0/grid
# mkdir -p /portalapp/app/grid
# mkdir -p /portalapp/app/oracle

# chown grid:oinstall /portalapp/app/11.2.0/grid <- GRID_HOME
# chown grid:oinstall /portalapp/app/grid <- GRID_BASE (ORACLE_BASE for Grid user)
# chown -R grid:oinstall /portalapp
# chown oracle:oinstall /portalapp/app/oracle
# chmod -R 775 /portalapp/

15. Setting the profile
15.1. Grid Profile

export TEMP=/tmp
export TMP=/tmp
export TMPDIR=/tmp
umask 022

export ORACLE_HOSTNAME=portal1
export ORACLE_BASE=/portalapp/app/grid
export ORACLE_HOME=/portalapp/app/11.2.0/grid
export GRID_HOME=/portalapp/app/11.2.0/grid
export CRS_HOME=/portalapp/app/11.2.0/grid
export ORACLE_SID=+ASM1

export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

16. Prevent Xserver does not display correct term

# startsrc -x

17. Create the following softlink needed for some Oracle utilites

# ln -s /usr/sbin/lsattr /etc/lsattr

To check existing capabilities, enter the following command as root; in this example,
the Grid installation user account is grid:

# /usr/bin/lsuser -a capabilities grid

To add capabilities, enter a command similar to the following:

# /usr/bin/chuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE grid

18. Remember to run the Installation fixup scripts

$ ./runcluvfy.sh stage -pre crsinst -n node -fixup -verbose

With Oracle Clusterware 11g release 2, Oracle Universal Installer (OUI) detects when the minimum requirements for an installation are not met, and creates shell scripts,
called fixup scripts, to finish incomplete system configuration steps. If OUI detects an incomplete task, then it generates fixup scripts (runfixup.sh). You can run the fixup script after you click the Fix and Check Again Button.

19. In the installation progressing, when root.sh at node 2, can the error such as "CRS appear in node 1, did not attemp to stop cluster, re-join cluster, by pass and continue installation.
- If Xterm did not occur, then do: $ export ORACLE_TERM=dtterm
- Manually export ORACLE_BASE, ORACLE_HOME when make an installation before running runInstaller.sh
- If /tmp is too small <500MB, then make a private directory point to other directory, change owner to grid, oracle user, example:

A. Grid

# cd /portallog
# mkdir /portallog/tmp
# chown -R grid:oinstall /portallog/tmp

B. Oracle

# cd /portal
# mkdir tmp
# chown -R oracle:dba /portal/tmp 

C. Export

# export TMP=/portallog/tmp
# export TEMPDIR=/portallog/tmp
# export TMPDIR=/portallog/tmp

Hope this help.
End.
TAT




oracle

Oracle Positioned as a Leader in 2024 IDC MarketScape - Worldwide Cash Management Systems Vendor Assessment

PRZOOM - Newswire (press release) - Tue, 12 Nov 2024 00:00:00 -0500, London United Kingdom - Recognized for comprehensive and configurable SaaS cash management portfolio with embedded AI and ML for more accurate predictive forecasting - idc.com / Oracle.com




oracle

Oracle планировала покупку мобильной компаний Palm





oracle

CtrlS offers direct access to Oracle Cloud, AI services for Indian businesses

(Telecompaper) CtrlS Datacenters has announced it will provide its customers with direct high-speed connectivity to Oracle's cloud and AI services through Oracle Cloud Infrastructure (OCI) FastConnect...





oracle

Two Oracles

Fr. Pat preaches from Isaiah 2:1-9, in which Isaiah delivers two oracles: the first about the ideal Jerusalem which is to come and the second about the actual Jerusalem which exists in Isaiah’s time.




oracle

Oracle Database Workload Performance Measurement and Tuning Toolkit




oracle

Oracle adds generative AI to its human resources software

Many business users have approached generative AI technology more cautiously because it can make up untrue facts and be tricked into saying unsettling things. Oracle's human resources software is used by big businesses for hiring new employees and providing performance evaluations, among other things. Oracle will put a button on many of the fields in the software that will automatically generate draft text for things like job listings or performance goals.




oracle

CtrlS Datacenters says to offer access to Oracle AI, Cloud services

CtrlS will offer connectivity through two dedicated 100G Partner ports.




oracle

AI, automation, and resilience is Oracle’s vision for supply chain management: Derek Gittoes

In this exclusive interview with ETCIO, Derek Gittoes, Vice President of Supply Chain Management Product Strategy at Oracle, shares valuable insights into the current trends shaping the future of supply chain management.




oracle

Red Bull marks Oracle Red Bull Racing anniversary with special can

Red Bull is commemorating the 20th anniversary of Oracle Red Bull Racing with the introduction of two initiatives: the exclusive Special Edition 2024 Red Bull Racing Can and the Red Bull All Terrain digital game.




oracle

TekStream Achieves AWS Oracle Competency

Achievement recognizes TekStream's expertise in supporting and managing Oracle environments on AWS




oracle

IT Strategies from Oracle (Part 1 of 2)

Bob Hensle, a director with Oracle enterprise architecture team, talks about the reference architectures and best practices available in the IT Strategies from Oracle document library.




oracle

IT Strategies from Oracle (Part 2 of 2)

Oracle enterprise architecture director Bob Hensle discusses how SOA and other issues are addressed in the various documents in the IT Strategies from Oracle library.




oracle

A for Architecture: Oracle's Fusion Middleware A-Team - Part 1 of 3

Pete Farkas, Deepak Arora, and Derek Sharpe talk about the mission and focus of Oracle's Fusion Middleware A-Team.




oracle

A for Architecture: Oracle's Fusion Middleware A-Team - Part 2 of 3

Pete Farkas, Deepak Arora, and Derek Sharpe discuss the most common problems Oracle Fusion Middleware A-Team members encounter in the field.




oracle

A for Architecture: Oracle's Fusion Middleware A-Team - Part 3 of 3

Pete Farkas, Deepak Arora, and Derek Sharpe describe the interaction between Oracle Fusion Middleware A-Team and product teams, and the hazards of field assignments.




oracle

Unwrapping Oracle WebLogic Server 12c - Part 1

A conversation with the Oracle Weblogic Server product management team about community involvement in WebLogic's evolution.




oracle

Unwrapping Oracle WebLogic Server 12c - Part 2

A discussion of the relationship between Oracle Weblogic 12c and Oracle Virtual Assembly Builder.




oracle

Unwrapping Oracle WebLogic Server 12c - Part 3

A conversation about Oracle WebLogic 12c's role in the evolution of Oracle Fusion Middleware, plus a quick overview of product information resources.




oracle

Oracle IT Architect Certification - Part 1 of 3

Three members of the team behind Oracle University's upcoming IT Architecture Essentials Certification talk about what's behind the creation of the exam and what's ahead for those who take it.




oracle

Oracle IT Architect Certification - Part 2 of 3

Three members of the team behind Oracle University's upcoming IT Architecture Essentials Certification talk about what's behind the creation of the exam and what's ahead for those who take it.




oracle

Oracle IT Architect Certification - Part 3 of 3

Three members of the team behind Oracle University's upcoming IT Architecture Essentials Certification talk about what's behind the creation of the exam and what's ahead for those who take it.




oracle

Oracle Cloud Update: Under the Hood

Rick Greenwald, Dom Lindars, and Mike Lehman discuss the technologies underlying the Oracle Cloud.




oracle

Oracle Cloud Update: 30 Days in the Cloud

Rick Greenwald, Dom Lindars, and Mike Lehman shed light on the Oracle Database and Oracle Java Cloud Services, with details on how you can get a 30-day free trial.




oracle

ACE in the Whole - A look at the Oracle ACE Program - Part 1 of 3

Three members of the Oracle ACE program and the program manager talk about who becomes an ACE -- and why.




oracle

ACE in the Whole - A look at the Oracle ACE Program - Part 2of 3

Program members Debra Lilley, Alex Gorbachev, and Tim Hall talk about the professional value of Oracle ACE Director status.




oracle

ACE in the Whole - A look at the Oracle ACE Program - Part 3 of 3

Program members Debra Lilley, Alex Gorbachev, and Tim Hall discuss the personal and social aspects of being an Oracle ACE Director, and what the role requires.




oracle

Mobile Architectures and Oracle ADF Mobile - Part 1

A panel of Oracle ADF Mobile experts discusses the relative merits of the Web, Native, and Hybrid mobile architectures.




oracle

Mobile Architectures and Oracle ADF Mobile - Part 2

The panel of Oracle ADF Mobile experts discusses the challenges of designing and developing mobile apps for the enterprise.




oracle

Mobile Architectures and Oracle ADF Mobile - Part 3

The panel of Oracle ADF Mobile experts looks at the most important considerations for architects and developers as we move into the future of mobile applications for the enterprise.




oracle

Data Warehousing and Oracle Data Integrator - Part 1

A community panel of Oracle Data Integrator experts discusses ODI's flexibility as it relates to meeting the challenges of data warehousing.




oracle

Data Warehousing and Oracle Data Integrator - Part 2

A panel of data warehousing experts and community leaders discusses how data warehousing is changing -- and the forces driving that change.




oracle

Data Warehousing and Oracle Data Integrator - Part 3

Four ODI experts discuss the core skills for effective data integration and what they've done to keep their skills relevant.




oracle

Oracle SOA B2B Integration - Part 1

The authors of "Oracle SOA B2B Integration: A Hands-on Tutorial" get down to the basics.




oracle

Oracle SOA B2B Integration - Part 2

A panel of experts describes the levels of automation possible with Oracle SOA B2B Integration.




oracle

Oracle SOA B2B Integration - Part 3

EDI remains in wide use among old-guard companies, but newer companies are embracing ebXML and other alternatives. The expert panel looks at the future of SOA B2B integration.




oracle

5x12 on 12c at OOW14 - Mini-Sessions at Oracle User Group Forum

Oracle ACE Directors Debra Lilley and Jonathan Lewis and Oracle ACE Kashif Manzoor preview two very special sessions being presented as part of Oracle User Group Forum at Oracle OpenWorld 2014.




oracle

Oracle Data Integrator Roundtable - Part 3

The conversation by this panel of business intelligence experts turns to Oracle 12c and enterprise performance management.




oracle

Oracle Data Integrator Roundtable - Part 1

A panel of business intelligence experts sits down for a wide-ranging and candid discussion of Oracle Data Integrator.




oracle

Oracle Data Integrator Roundtable - Part 4

The panel closes out the conversation with a look at the evolution of data integration tools.




oracle

Oracle Data Integrator Roundtable - Part 2

Five business intelligence experts discuss migration from Oracle Warehouse Builder to Oracle Data Integrator.




oracle

Options for Customizing the Oracle EBS User Experience - Part 3

Each member of the expert panel makes a final argument for their respective solutions for customizing the Oracle EBS user experience.




oracle

Options for Customizing the Oracle EBS User Experience - Part 2

Each member of an expert panel lays out a scenario in which theirs is the ideal solution for customizing the Oracle EBS user experience is ideal.




oracle

Options for Customizing the Oracle EBS User Experience - Part 1

APEX? Forms? OBI? Excel? Four experts argue the relative merits of various solutions for customizing the Oracle EBS user experience.




oracle

Oracle API Management Implementation - Part 4

The authors of "Oracle API Management 12c Implementation" talk about what they learned in writing the book.