Posted in Oracle Internals by: Hector Rivera Madrid
Comments Off
22 Mar
Normally data dictionary statistics in 9i is not required unless performance issues are detected. Metalink note where data dictionary gathering is discouraged (245051.1) dates back from 16-APR-2004, almost four years ago. In 10g data dictionary statist…
Posted in General, dbazine.com website by: Sidhu
Comments Off
22 Mar
Today I was googling about Oracle Data Guard and came across an article on dbazine.com. I opened the link and it showed some stupid page. I checked again and again. Finally I noticed a message on top right:
dbazine.com expired on 03/13/2008 and is pending renewal or deletion.
It was a nice website.
Posted in HP-UX by: Lee Lang
Comments Off
22 Mar
To find the sendmail version installed on HP-UX 11.23 you can run swlist to list the installed product:
|
root@sandb:/> swlist -l product |grep sendmail
PHNE_35951 1.0 sendmail(1M) 8.11.1 patch
|
Also on HP-UX server you can run what command on the sendmail executable file to check the sendmail version:
Locate where the sendmail executable binary file installed on HP-UX
|
root@sandb:/> which sendmail
/usr/sbin/sendmail
|
Run what command on sendmail executable :
|
root@sandb:/> what /usr/sbin/sendmail |grep version
version.c 8.11.1 (Berkeley) - 15 June 2007 (PHNE_35951)
|
Posted in Oracle by: kevinclosson
Comments Off
22 Mar
There are 120 spindles downwind of this….drumroll please….
$ asmcmd
ASMCMD> ls
SDATA1/
SDATA2_1/
SDATA2_2/
SDATA2_3/
ASMCMD> rm -fr *
ASMCMD>
Eek!
In other news, I just learned that Greg Rahn is about to get his hands on a set of HP DL580 G5 (Tigerton goodies). I’d sure like to get Silly Little Benchmark numbers from that sweetheart of a system…wish in one hand, you-know-what […]