Running in expert Mode
cpwd_admin stop -name FWM -path "$FWDIR/bin/fw" -command "fw kill fwm"
cpwd_admin start -name FWM -path "$FWDIR/bin/fwm" -command "fwm"
cpwd_admin stop -name CPD -path "$CPDIR/bin/cpd_admin" -command "cpd_admin stop"
cpwd_admin start -name CPD -path "$CPDIR/bin/cpd" -command "cpd"
check Process
cpwd_admin list
Tuesday, November 26, 2013
Monday, November 25, 2013
Sunday, November 17, 2013
Configuration issues. "Quick stats on hostname is not up-to-date" vCenter 5.5
vpxd.quickStats.HostStatsCheck
vpxd.quickStats.ConfigIssues
To add the quickStats parameters to the Advanced Settings of the vCenter Server:
vpxd.quickStats.HostStatsCheck
Value: False
vpxd.quickStats.ConfigIssues
Value: False
reboot vCenter
vpxd.quickStats.ConfigIssues
To add the quickStats parameters to the Advanced Settings of the vCenter Server:
vpxd.quickStats.HostStatsCheck
Value: False
vpxd.quickStats.ConfigIssues
Value: False
reboot vCenter
Monday, September 30, 2013
Crontab delete Archivelog
#!/bin/bash
for i in DB1 DB2 ;
do
. oraenv << EOI
$i
EOI
rman target / << EOI
sql "alter system switch logfile";
delete noprompt archivelog until time 'SYSDATE-7';
EOI
done;
for i in DB1 DB2 ;
do
. oraenv << EOI
$i
EOI
rman target / << EOI
sql "alter system switch logfile";
delete noprompt archivelog until time 'SYSDATE-7';
EOI
done;
Sunday, September 29, 2013
Rebuid em on windows 2008 r2
open CMD as Administrator
set ORACLE_HOSTNAME=hostname
edit c:/windows/system32/driver/etc/host
ipaddress hosname
set ORACLE_UNQNAME=sid
emca -config dbcontrol db -repos recreate
set ORACLE_HOSTNAME=hostname
edit c:/windows/system32/driver/etc/host
ipaddress hosname
set ORACLE_UNQNAME=sid
emca -config dbcontrol db -repos recreate
Wednesday, September 18, 2013
Oracle Database Patchset 11.2.0.4
https://updates.oracle.com/ARULink/PatchSearch/process_form?bug=13390677
- 13390677 – 11.2.0.4 direct download link on MOS
- 742060.1 Release Schedule of Current Database Releases
- 880782.1 ALERT: Oracle 11g Release 2 (11.2) Support Status and Alerts
- 1562142.1 11.2.0.4 Patch Set – List of Bug Fixes by Problem Type
- currently under construction!!!
- 5479(!!!) BUGs are listed as fixed for now – will it be the MOST STABLE ?
- 1562139.1 11.2.0.4 Patch Set – Availability and Known Issues
- document is under construction!!!
- 756671.1 Oracle Recommended Patches — Oracle Database
- 1392633.1 Things to Consider Before Upgrading to 11.2.0.3 to Avoid Poor Performance or Wrong Results
- 1320966.1 Things to Consider Before Upgrading to 11.2.0.2 to Avoid Poor Performance or Wrong Results
- 1061295.1 Patch Set Updates – One-off Patch Conflict Resolution
- 837570.1 Complete Checklist for Manual Upgrades to 11gR2
- 785351.1 Oracle 11gR2 Upgrade Companion
- 1152016.1 Master Note For Oracle Database Upgrades and Migrations
- Oracle Database 11g Release 2 (11.2.0.3) New Features
Friday, August 16, 2013
Get Schemas size in Oracle
select owner, sum(bytes)/1024/1024 tsize
from dba_segments
group by owner
order by tsize desc;
from dba_segments
group by owner
order by tsize desc;
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
SET LLDP System NAME: system name ALL-Uplink system location SIAM-FL11 SHOW LLDP Configure: show lldp config or show lldp local-syste...
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => ...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...