Blackberry WALLET 1.2 - RELEASE NOTES Guide d'installation Page 26

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 88
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 25
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
sga_target 512Mb
sga_max_size 800Mb
pga_aggregate_target 100Mb
Database Services
Oracle recommends using the Oracle Enterprise Manager Cluster Managed Services Page to
create database services that client applications will use to connect to the database. For complete
instructions on creating database services, see the chapter on Workload Management in the
Oracle Database Oracle Clusterware and Oracle Real Application Clusters Administration and
Deployment Guide.
SQL*Plus can be used to configure your RAC database to automate failover for Oracle Portal
using the following instructions:
1. Use the CREATE_SERVICE subprogram to both create the database service and
enable high-availability notification and configure server-side Transparent Application
Failover (TAF) settings:
prompt> sqlplus "sys/password as sysdba"
SQL> EXECUTE DBMS_SERVICE.CREATE_SERVICE
(SERVICE_NAME => 'portal.mycompany.com',
NETWORK_NAME => 'portal.mycompany.com',
AQ_HA_NOTIFICATIONS => TRUE,
FAILOVER_METHOD => DBMS_SERVICE.FAILOVER_METHOD_BASIC,
FAILOVER_TYPE => DBMS_SERVICE.FAILOVER_TYPE_SELECT,
FAILOVER_RETRIES => 5, FAILOVER_DELAY => 5);
2. Add the service to the database and assign it to the instances using srvctl:
prompt> srvctl add service -d portal -s portal -r racnode1,racnode2
3. Start the service using srvctl:
prompt> srvctl start service -d portal -s portal
23
Vue de la page 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 87 88

Commentaires sur ces manuels

Pas de commentaire