quinta-feira, 30 de agosto de 2012

How to modify Limit Size of an Email Message Sent from Oracle Beehive



beectl > list_properties --component _EmailService:SMTPProperties

Properties for OutboundVMS

beectl > list_properties --component 772066ac-aa17-48f8-8a9c-6761bad59ffd

beectl > modify_property --component ff3a517b-bfd7-4305-b59a-d648bf0c8fb8 --name UseDefaultMaxSz --value false

beectl > modify_property --component ff3a517b-bfd7-4305-b59a-d648bf0c8fb8 --name MaxSzAbortTx --value 20971520

beectl > activate_configuration

sexta-feira, 24 de agosto de 2012

12c Cloud Control: How to Modify SYSMAN Password

cd /u01/app/oracle/product/Middleware/oms/bin
 ./emctl stop oms
 ./emctl config oms -change_repos_pwd

Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0 Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
Enter Repository User's Current Password :
Enter Repository User's New Password :
Changing passwords in backend ... Passwords changed in backend successfully. Updating repository password in Credential Store... Successfully updated Repository password in Credential Store. Restart all the OMSs using 'emctl stop oms -all' and 'emctl start oms'. Successfully changed repository password. 

./emctl stop oms -all
./emctl start oms

UTL_SMTP - multiple recipients


Emails with multiple recipients, simply call the RCPT procedure once for each separate email address. 

http://www.oracle-base.com/articles/misc/email-from-oracle-plsql.php

terça-feira, 14 de agosto de 2012

SEVERE:Number of new nodes being added are not equal to number of new virtual nodes. Silent install cannot continue.

If you are using Grid Naming Service (GNS) and got this error, try to use sintax for not GNS:

"CLUSTER_NEW_VIRTUAL_HOSTNAMES={oralab4-vip}" 

details: http://martincarstenbach.wordpress.com/2009/10/12/build-your-own-rac-system-part-iv-extending-grid-infrastructure/