Skip to content

Oracle Issues Statement
REDWOOD SHORES, Calif., September 4, 2012

Oracle issued the following statement today:

Previously, Oracle announced that it would stop developing new versions of its software on Itanium microprocessors. For example, that meant version 12c of the Oracle database due out in early 2013 would not be available on Itanium.

However, a judge recently ruled that Oracle has a contract to continue porting its software to Itanium computers for as long as HP sells Itanium computers.

Therefore, Oracle will continue building the latest versions of its database and other software covered by the judge's ruling to HP Itanium computers. Oracle software on HP's Itanium computers will be released on approximately the same schedule as Oracle software on IBM's Power systems.

http://www.oracle.com/us/corporate/features/itanium-346707.html?origref=http://www.oracle.com/us/corporate/press/346696

A Normal process to Bounce the ORACLE ERP Apache

$ id
uid=113(appldev) gid=105(dba)

$ cd $APPLCSF/scripts/$CONTEXT_NAME
$ ls -ltr
total 41898
-rwx------   1 appldev    dba          14568 Jun 13 19:55 adpreclone.pl
-rwx------   1 appldev    dba           6870 Jun 13 19:55 adexecsql.pl
-rwx------   1 appldev    dba           5805 Jun 13 19:56 adstpall.sh
-rwx------   1 appldev    dba           5857 Jun 13 19:56 adstrtal.sh
-rwx------   1 appldev    dba           1544 Jun 13 19:56 adautocfg.sh
-rwx------   1 appldev    dba           6782 Jun 13 19:56 adalnctl.sh
-rwx------   1 appldev    dba           6817 Jun 13 19:56 adfmcctl.sh
-rwx------   1 appldev    dba           5406 Jun 13 19:56 adtcfctl.sh
-rwx------   1 appldev    dba          22860 Jun 13 19:56 adapcctl.sh
-rwx------   1 appldev    dba          10400 Jun 13 19:56 adaprstctl.sh
-rwx------   1 appldev    dba           6006 Jun 13 19:56 adfmsctl.sh
-rwx------   1 appldev    dba           7467 Jun 13 19:57 addisctl.sh
-rwx------   1 appldev    dba           6187 Jun 13 20:06 jtffmctl.sh
-rwx------   1 appldev    dba           8132 Jun 15 13:15 adfrmctl.sh
-rwx------   1 appldev    dba           2699 Jun 15 13:15 gsmstart.sh
-rw-rw-rw-   1 appldev    dba          17376 Jun 19 03:22 sqlnet.log
-rw-------   1 appldev    dba        21309396 Jun 20 16:39 core
$ adapcctl.sh status

adapcctl.sh version 115.55

Apache Web Server Listener :httpd ( pid 19488 ) is running.
Apache Web Server Listener (PLSQL) :httpd ( pid 19541 ) is running.

adapcctl.sh: exiting with status 0

$ adapcctl.sh stop

adapcctl.sh version 115.55

Apache Web Server Listener :httpd ( pid 19488 ) is running.
Stopping Apache Web Server Listener (dedicated HTTP) ...
Apache Web Server Listener (PLSQL) :httpd ( pid 19541 ) is running.
Stopping Apache Web Server Listener (dedicated PLSQL) ...

adapcctl.sh: exiting with status 0

$ adapcctl.sh start

adapcctl.sh version 115.55

Apache Web Server Listener is not running.
Starting Apache Web Server Listener (dedicated HTTP) ...
Apache Web Server Listener (PLSQL) is not running.
Starting Apache Web Server Listener (dedicated PLSQL) ...

adapcctl.sh: exiting with status 0