052-part4-EM-instance-manger

简介: 建立EM1、建立EM资料库emca -repos recreate2、配置DBCONTROLemca -config dbcontrol db3、启动[oracle@localhost admin]$ emctl start dbconsoleTZ set to...
建立EM
1、建立EM资料库
emca -repos recreate
2、配置DBCONTROL
emca -config dbcontrol db
3、启动
[oracle@localhost admin]$ emctl start dbconsole
TZ set to Asia/Chungking
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0 
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://localhost.localdomain:1158/em/console/aboutApplication
 - An instance of Oracle Enterprise Manager 10g Database Control is already running.
 4、关闭
 emctl stop dbconsole
 
 
查看那些参数可以动态修改
select * from v$system_parameter2 where ISSYS_MODIFIABLE'FALSE';
查看那些参数是基本参数
 select * from v$system_parameter2 where ISBASIC='TRUE';
 
 
ALTER SYSTEM SET  ** scope=spfile 修改SPFILE文件上的参数,必须重启生效,适用所有参数
ALTER SYSTEM SET  ** scope=memory 修改当前实例中的参数,立即生效,适用于ISSYS_MODIFIABLE='IMMEDIATE'的参数
ALTER SYSTEM SET  ** scope=both   修改SPFILE和当前实例中的参数,立即生效,适用于ISSYS_MODIFIABLE='IMMEDIATE'的参数
ALTER SYSTEM SET  SORT_AREA_SIZE=77777 DEFERRED 修改SPFILE和当前实例的参数,但是生效是对随后的会话,适用于ISSYS_MODIFIABLE='DEFERRED'的参数,这种参数非常少。
相关文章
|
4月前
|
前端开发 JavaScript
Error_ Multipart_ Boundary not foun
Error_ Multipart_ Boundary not foun
|
8月前
|
前端开发 5G
Search space set group switching(一)
根据R17 38.300的描述,UE可以通过PDCCH monitoring adaptation机制实现power saving的目的,这其中就包括PDCCH monitoring skipping和search space set group (SSSG) switching两种机制。PDCCH monitoring skipping是R17才提出的机制,就是UE 可以在PDCCH skipping的时间内不监视 PDCCH的功能;search space set group (SSSG) switching R16提出,R17进行了部分增强。
|
8月前
913 error Component name “home“ should always be multi-word vuemulti-word-component-names
913 error Component name “home“ should always be multi-word vuemulti-word-component-names
47 0
|
9月前
|
Windows
DTMultiWindow UE UMG Multi -window plug -in description
DTMultiWindow UE UMG Multi -window plug -in description
87 0
成功解决lightgbm.basic.LightGBMError: Parameter max_depth should be of type int, got “0.02“
成功解决lightgbm.basic.LightGBMError: Parameter max_depth should be of type int, got “0.02“
|
Android开发
storage/emulated/0路径下的File.listFiles返回值为null
storage/emulated/0路径下的File.listFiles返回值为null
478 0
storage/emulated/0路径下的File.listFiles返回值为null
Posted content type isn't multipart/form-data
Posted content type isn't multipart/form-data
433 0
|
XML Java Maven
how is ui5 resource root calculated
Created by Jerry Wang, last modified on Oct 22, 2015
how is ui5 resource root calculated
|
关系型数据库 MySQL 数据库
解决:CannotAcquireResourceException: A ResourcePool could notacquire a resource from its primary fa...
Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database! Caused by: com.
1762 0