Aa9-Ev2-Supervisión A Los Parámetros de Gestión y Desempeño de La Base de Datos.
Aa9-Ev2-Supervisión A Los Parámetros de Gestión y Desempeño de La Base de Datos.
Contenido
INTRODUCCION ................................................................................................................................... 5
OBJETIVOS ........................................................................................................................................... 6
PRIMARIO: .................................................................................................................................... 6
SECUNDARIOS: .......................................................................................................................... 6
CONFIGURACION INICIAL DE JMETER ................................................................................................. 7
ANALISIS DE RENDIMIENTO JMETER ................................................................................................. 11
HERRAMIENTAS DE RENDIMIENTO ORACLE ..................................................................................... 13
AWR ............................................................................................................................................... 17
CREACION DE USUARIOS ................................................................................................................... 19
LOG CREACION DE USUARIOS ....................................................................................................... 23
SENTENCIAS DDL SOBRE BASES DE DATOS DE LA SECRETARIA ........................................................ 25
CONSULTAS MULTITABLA ................................................................................................................. 29
CONSULTAS DE AGRUPAMIENTO...................................................................................................... 32
EJECUTAR ARCHIVO SQL MONITOR .................................................................................................. 35
ADVISOR CENTRAL ............................................................................................................................ 36
REPORTE EXTENDIDO ........................................................................................................................ 38
WORKLOAD REPOSITORY report for ................................................................................................. 38
Report Summary ....................................................................................................................... 38
Main Report .................................................................................................................................. 40
Wait Events Statistics .................................................................................................................... 41
Wait Events ............................................................................................................................... 41
Background Wait Events ........................................................................................................... 42
Time Model Statistics ................................................................................................................ 43
Operating System Statistics....................................................................................................... 44
Service Statistics ........................................................................................................................ 45
Service Wait Class Stats ............................................................................................................. 45
SQL Statistics ................................................................................................................................. 45
SQL ordered by Elapsed Time ................................................................................................... 46
SQL ordered by CPU Time ......................................................................................................... 48
SQL ordered by Gets.................................................................................................................. 51
SQL ordered by Reads ............................................................................................................... 53
SQL ordered by Executions ....................................................................................................... 55
SQL ordered by Parse Calls ........................................................................................................ 56
SQL ordered by Sharable Memory ............................................................................................ 58
SQL ordered by Version Count .................................................................................................. 58
Complete List of SQL Text ......................................................................................................... 58
Instance Activity Statistics ............................................................................................................. 66
Instance Activity Stats ............................................................................................................... 67
Instance Activity Stats - Absolute Values .................................................................................. 73
Instance Activity Stats - Thread Activity .................................................................................... 73
IO Stats .......................................................................................................................................... 74
Tablespace IO Stats ................................................................................................................... 74
File IO Stats ................................................................................................................................ 74
Buffer Pool Statistics ................................................................................................................. 75
Advisory Statistics ......................................................................................................................... 75
Instance Recovery Stats ............................................................................................................ 75
Buffer Pool Advisory .................................................................................................................. 76
PGA Aggr Summary ................................................................................................................... 76
PGA Aggr Target Stats ............................................................................................................... 77
PGA Aggr Target Histogram....................................................................................................... 77
PGA Memory Advisory .............................................................................................................. 78
Shared Pool Advisory ................................................................................................................ 78
Java Pool Advisory ..................................................................................................................... 79
Wait Statistics ................................................................................................................................ 80
Buffer Wait Statistics ................................................................................................................. 80
Enqueue Activity ....................................................................................................................... 81
Undo Statistics............................................................................................................................... 81
Undo Segment Summary .......................................................................................................... 81
Undo Segment Stats .................................................................................................................. 81
Latch Statistics ............................................................................................................................... 81
Latch Activity ............................................................................................................................. 82
Latch Sleep Breakdown ............................................................................................................. 86
Latch Miss Sources .................................................................................................................... 86
Parent Latch Statistics ............................................................................................................... 87
Child Latch Statistics .................................................................................................................. 87
Segment Statistics ......................................................................................................................... 87
Segments by Logical Reads........................................................................................................ 87
Segments by Physical Reads ...................................................................................................... 88
Segments by Buffer Busy Waits ................................................................................................ 88
Segments by Row Lock Waits .................................................................................................... 88
Segments by ITL Waits .............................................................................................................. 88
Dictionary Cache Stats............................................................................................................... 89
Library Cache Activity ................................................................................................................ 90
SGA Statistics ................................................................................................................................. 90
SGA Memory Summary ............................................................................................................. 90
SGA breakdown difference ....................................................................................................... 90
Resource Limit Stats .................................................................................................................. 92
init.ora Parameters ................................................................................................................... 93
PARAMETROS DE MEMORIA ............................................................................................................. 94
2 SEGUNDA PARTE ............................................................................................................................ 95
CONSULTAS MULTITABLA ................................................................................................................. 95
SENTENCIAS DDL ............................................................................................................................... 97
AGRUPAMIENTO ............................................................................................................................... 98
EJECUTAR COMANDO SQL MONITOR SOBRE BASES DE DATOS HR ................................................. 99
ASESESOR DE MEMORIA PARA SGA ................................................................................................ 100
CONSEJO DE TAMAÑO DE CONJUNTO COMPARTIDO ................................................................ 100
CONSEJO DE TAMAÑO DE CACHE DE BUFFERS........................................................................... 101
HERRAMIENTA DE ANÁLISIS DE RENDIMIENTO DE WINDOWS SERVER 2003 ................................ 101
MONITOR WINDOWS SERVER..................................................................................................... 101
SIN REALIZAR PETICIONES ........................................................................................................... 104
AGREGAR 3 NUEVOS CONTROLADORES ..................................................................................... 104
ADMINISTRADOR DE TAREAS Y VISOR DE EVENTOS ................................................................... 105
CONCLUSIONES DE LAS 3 HERRAMIENTAS DE ANALISIS DE RENDIMIENTO ................................... 106
CIBERGRAFIA ................................................................................................................................... 107
INTRODUCCION
El control interno es un proceso necesario para la organización, diseñado con el
fin de proporcionar un grado de seguridad y confianza frente a los parámetros
establecidos en la base de datos. La Supervisión y Monitoreo está dirigido ala
detección de errores e irregularidades que no fueron detectados con las
actividades de control, permitiendo realizarlas correcciones y modificaciones
necesarias para mejorar el desempeño de las bases de datos.
La supervisión de parámetros y gestión del desempeño nos ayuda a garantizar la
integridad de la información de la bases de datos, mejorar la trazabilidad.
En el siguiente trabajo se analizan los diferentes tipos de gestores y evaluadores
de desempeño, los suministrados por java, Windows server y la herramienta
jmeter.
OBJETIVOS
PRIMARIO:
SECUNDARIOS:
AWR
CREACION DE USUARIOS
LOG CREACION DE USUARIOS
Connected
GRANT correcto.
Connected
La conexión creada por el comando de script CONNECT se ha desconectado
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
GRANT correcto.
Connected
Connected
grant correcto.
Connected
desc FACTURAVIGENTE2;
on FACTURAVIGENTE2(REFERENCIA);
LOG
NOTA: DONDE EJECUTA ERROR SE DEBE A QUE VOLVI A EJECUTAR EL CODIGO Y LAS TABLAS YA
HABIAN SIDO CREADAS
Informe de error:
Error SQL: ORA-00955: este nombre ya lo está utilizando otro objeto existente
*Cause:
*Action:
29 filas seleccionadas
desc FACTURAVIGENTE2
REFERENCIA NUMBER
FECHAVENCIMIENTO DATE
FECHAEMISION DATE
TOTALPAGAR NUMBER(16,2)
TOTALDESCUENTO NUMBER(16,2)
1 filas insertadas.
1 filas eliminado
1 filas insertadas.
NROFACTURA REFERENCIA FICHAPREDIO FECHAVENCIMIENTO FECHAEMISION TOTALPAGAR
TOTALDESCUENTO
on FACTURAVIGENTE2(REFERENCIA)
Informe de error:
Error SQL: ORA-00955: este nombre ya lo está utilizando otro objeto existente
*Cause:
*Action:
CONSULTAS MULTITABLA
Report Summary
Load Profile
Transactions: 0.22
Begin End
Main Report
Report Summary
Wait Events Statistics
SQL Statistics
Instance Activity Statistics
IO Stats
Buffer Pool Statistics
Advisory Statistics
Wait Statistics
Undo Statistics
Latch Statistics
Segment Statistics
Dictionary Cache Statistics
Library Cache Statistics
SGA Statistics
Resource Limit Statistics
init.ora Parameters
Back to Top
Back to Top
Wait Events
s - second
cs - centisecond - 100th of a second
ms - millisecond - 1000th of a second
us - microsecond - 1000000th of a second
ordered by wait time desc, waits desc (idle events last)
Event Waits Timeouts Total Wait Time (s) Avg wait (ms) Waits /txn
AVG_BUSY_TICKS 14,458
AVG_IDLE_TICKS 47,621
AVG_IN_BYTES 2,678,784
AVG_OUT_BYTES 0
AVG_SYS_TICKS 6,408
AVG_USER_TICKS 8,050
BUSY_TICKS 14,458
IDLE_TICKS 47,621
IN_BYTES 2,678,784
OUT_BYTES 0
RSRC_MGR_CPU_WAIT_TIME 0
SYS_TICKS 6,408
USER_TICKS 8,050
Back to Wait Events Statistics
Back to Top
Service Statistics
ordered by DB Time
us - microsecond - 1000000th of a second
Service Name DB Time (s) DB CPU (s) Physical Reads Logical Reads
User User
Admin Admin
I/O I/O Concurcy Concurcy Network Network
Service Name Total Wt
Total Wt Total Wts Wt Time Total Wts Wt Time
Wts Time
Wts Time
SYS$BACKGROUND 39 26 0 0 0 0 0 0
SQL Statistics
SQL ordered by Elapsed Time
SQL ordered by CPU Time
SQL ordered by Gets
SQL ordered by Reads
SQL ordered by Executions
SQL ordered by Parse Calls
SQL ordered by Sharable Memory
SQL ordered by Version Count
Complete List of SQL Text
Back to Top
Resources reported for PL/SQL code includes the resources used by all SQL statements
called by the code.
% Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database
Time multiplied by 100
Ela
%
p
Elapse CPU Tota
Executio per
d Time Tim ns Exe
l DB SQL Id SQL Module SQL Text
(s) e (s) c
Tim
e
(s)
BEGIN
0.2 32.6 OEM.SystemP
6 5 20 2b064ybzkwf1y EMD_NOTIFICATION.QUEUE
9 0 ool
_R...
begin
0.5 OEM.DefaultP
1 0 2 6.52 8fx6pqqbpra0s emd_database.getDBSiteMa
8 ool
...
begin
0.0 OEM.SystemP
0 0 372 2.27 cb75rw3w1tt0s MGMT_JOB_ENGINE.get_sc
0 ool
he...
0.1 begin
0 0 2 2.07 ggyy05ubt80jr
9 sys.dbms_snapshot_utl....
0.3 BEGIN
0 0 1 1.95 6q766vsk5290x
5 dbms_stats_internal.flus...
begin
0.2 amytm4gwj1f9 OEM.DefaultP
0 0 1 1.14 mgmt_user.get_mgmt_privs
0 9 ool
...
Resources reported for PL/SQL code includes the resources used by all SQL statements
called by the code.
% Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database
Time multiplied by 100
CP
%
U
CPU Elapse Tota
Executio per
Tim d Time ns Exe
l DB SQL Id SQL Module SQL Text
e (s) (s) Tim
c
e
(s)
BEGIN
0.2 32.6 OEM.SystemP
5 6 20 2b064ybzkwf1y EMD_NOTIFICATION.QUEUE
4 0 ool
_R...
begin
0.2 OEM.DefaultP
0 1 2 6.52 8fx6pqqbpra0s emd_database.getDBSiteMa
2 ool
...
begin
0.0 OEM.SystemP
0 0 372 2.27 cb75rw3w1tt0s MGMT_JOB_ENGINE.get_sc
0 ool
he...
0.2 BEGIN
0 0 1 1.95 6q766vsk5290x
5 dbms_stats_internal.flus...
BEGIN
0.0 OEM.DefaultP
0 1 1 3.51 dszg05gzmprk1 emd_mntr.get_types_resou.
8 ool
..
begin
0.0 amytm4gwj1f9 OEM.DefaultP
0 0 1 1.14 mgmt_user.get_mgmt_privs
1 9 ool
...
Resources reported for PL/SQL code includes the resources used by all SQL statements
called by the code.
Total Buffer Gets: 38,853
Captured SQL accounts for 56.1% of Total Buffer Gets
CP
Elaps
Buff Executi Gets U
%Tot ed
er per Tim SQL Id SQL Module SQL Text
ons al Time
Gets Exec e
(s)
(s)
INSERT INTO
5,50 14.1 0.3 8hk7xvhua40 OEM.System
728 7.55 0.33 MGMT_METRICS_RAW(C
0 6 3 va Pool
...
UPDATE
3,17 0.1 91h2x42zqag
1,038 3.06 8.17 0.10 MGMT_CURRENT_METRI
3 0 cm
CS SE...
begin
2,23 0.4 cb75rw3w1tt OEM.System
372 6.00 5.74 0.41 MGMT_JOB_ENGINE.get
2 1 0s Pool
_sche...
begin
1,98 994.0 0.4 8fx6pqqbpra OEM.Default
2 5.12 1.17 emd_database.getDBSite
8 0 3 0s Pool
Ma...
1,77 177.6 0.0 6gvch1xu9ca DECLARE job
10 4.57 0.19
6 0 8 3g BINARY_INTEGER := ...
begin
1,03 1,039. 0.2 4h4sca4f234 OEM.Default
1 2.67 0.59 ecm_inv.get_inv_sw_info
9 00 6 n2 Pool
(...
SELECT
742.0 0.1 0mjbmu9169 Admin
742 1 1.91 0.33 IO_TIME.SNAP_ID,
0 0 pm8 Connection
IO_TI...
BEGIN
583.0 0.2 6q766vsk529
583 1 1.50 0.35 dbms_stats_internal.flus.
0 5 0x
..
BEGIN
4.8 2b064ybzkwf OEM.System
560 20 28.00 1.44 5.84 EMD_NOTIFICATION.QUE
0 1y Pool
UE_R...
Oracle
247.0 0.0 bwxpqhtrx3g Enterprise BEGIN IF
494 2 1.27 0.00
0 0 2k Manager.Me (xdb.DBMS_XDBZ0.is_...
tric Engine
BEGIN
468.0 0.0 dszg05gzmpr OEM.Default
468 1 1.20 0.63 emd_mntr.get_types_res
0 8 k1 Pool
ou...
CP
Elaps
Physic Executio Read U
%Tot ed
al s per Tim SQL Id SQL Module SQL Text
ns al Time
Reads Exec e
(s)
(s)
begin
72.0 10.7 0.4 8fx6pqqbpra0 OEM.Default
144 2 1.17 emd_database.getDBSit
0 9 3 s Pool
eMa...
BEGIN :1 :=
44.0 0.1 aqm4v6p0t9s OEM.Default
44 1 3.30 0.42 MGMT_CREDENTIAL.ge.
0 1 nb Pool
..
BEGIN
44.0 0.0 dszg05gzmprk OEM.Default
44 1 3.30 0.63 emd_mntr.get_types_r
0 8 1 Pool
esou...
SELECT
29.0 0.2 fr2v4v7t9k8m OEM.Default
29 1 2.17 0.44 EXTERNAL_NAME AS
0 1 z Pool
PRODUC...
begin
27.0 0.2 4h4sca4f234n OEM.Default
27 1 2.02 0.59 ecm_inv.get_inv_sw_inf
0 6 2 Pool
o(...
begin
17.0 0.0 amytm4gwj1f OEM.Default
17 1 1.27 0.20 mgmt_user.get_mgmt_
0 1 99 Pool
privs...
CP Ela
Row U p
Rows
Executio Processe s per per
SQL Id SQL Module SQL Text
ns per Exe Exe
d
Exec c c
(s) (s)
UPDATE
0.0 0.0 91h2x42zqagc
1,038 1,038 1.00 MGMT_CURRENT_METRICS
0 0 m
SE...
begin
0.0 0.0 cb75rw3w1tt0 OEM.SystemP
372 372 1.00 MGMT_JOB_ENGINE.get_sc
0 0 s ool
he...
select obj#, type#, ctime, mtime, stime, status, dataobj#, flags, oid$, spare1,
04xtrk7uyhknh spare2 from obj$ where owner#=:1 and name=:2 and namespace=:3 and
remoteowner is null and linkname is null and subname is null
select type#, blocks, extents, minexts, maxexts, extsize, extpct, user#, iniexts,
2ym6hhaq30r73 NVL(lists, 65535), NVL(groups, 65535), cachehint, hwmincr, NVL(spare1, 0),
NVL(scanhint, 0) from seg$ where ts#=:1 and file#=:2 and block#=:3
select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#, length, piece from idl_ub2$
39m4sx9k63ba2
where obj#=:1 and part=:2 and version=:3 order by piece#
53saa2zkr6wc3 select intcol#, nvl(pos#, 0), col#, nvl(spare1, 0) from ccol$ where con#=:1
6769wyy3yf66f select pos#, intcol#, col#, spare1, bo#, spare2 from icol$ where obj#=:1
8ggw94h7mvxd7 COMMIT
INSERT INTO MGMT_METRICS_RAW(COLLECTION_TIMESTAMP, KEY_VALUE,
8hk7xvhua40va METRIC_GUID, STRING_VALUE, TARGET_GUID, VALUE) VALUES ( :1, NVL(:2, '
'), :3, :4, :5, :6)
BEGIN IF
(xdb.DBMS_XDBZ0.is_hierarchy_enabled_internal(sys.dictionary_obj_owner,
bwxpqhtrx3g2k sys.dictionary_obj_name, sys.dictionary_obj_owner)) THEN
xdb.XDB_PITRIG_PKG.pitrig_truncate(sys.dictionary_obj_owner,
sys.dictionary_obj_name); END IF; EXCEPTION WHEN OTHERS THEN null; END;
select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#, length, piece from idl_ub1$
cvn54b7yz0s8u
where obj#=:1 and part=:2 and version=:3 order by piece#
dszg05gzmprk1 BEGIN emd_mntr.get_types_resource_bundles(:1); END;
select /*+ index(idl_sb4$ i_idl_sb41) +*/ piece#, length, piece from idl_sb4$
ga9j9xk5cy9s0
where obj#=:1 and part=:2 and version=:3 order by piece#
Back to Top
Instance Activity Stats
logons current 30 33
IO Stats
Tablespace IO Stats
File IO Stats
Back to Top
Tablespace IO Stats
Av Av Av Av Buffer Av Buf
Tablespace Reads Reads/s Rd(ms) Blks/Rd
Writes
Writes/s Waits Wt(ms)
Back to IO Stats
Back to Top
File IO Stats
Buf Av
Av Av Av Av
Tables Rea Wri fer Buf
Filename Read Rd( Blks Writ
pace ds tes Wai Wt(
s/s ms) /Rd es/s
ts ms)
SYSAU C:\ORACLE\PRODUCT\10.1.0\ORADATA\
140 0 8.21 1.91 256 0 0 0.00
X ORCL\SYSAUX01.DBF
SYSTE C:\ORACLE\PRODUCT\10.1.0\ORADATA\
616 1 6.80 1.71 27 0 0 0.00
M ORCL\SYSTEM01.DBF
UNDO C:\ORACLE\PRODUCT\10.1.0\ORADATA\
1 0 0.00 1.00 31 0 0 0.00
TBS1 ORCL\UNDOTBS01.DBF
C:\ORACLE\PRODUCT\10.1.0\ORADATA\
USERS 0 0 1 0 0 0.00
ORCL\USERS01.DBF
Back to IO Stats
Back to Top
Number of Pool Buffer Physical Physical Free Buff Writ Comp Buffer Busy
P Buffers Hit% Gets Reads Writes Wait Wait Waits
Back to Top
Advisory Statistics
Instance Recovery Stats
Buffer Pool Advisory
PGA Aggr Summary
PGA Aggr Target Stats
PGA Aggr Target Histogram
PGA Memory Advisory
Shared Pool Advisory
Java Pool Advisory
Back to Top
Targt Estd Actual Target Log File Log Ckpt Log Ckpt
Recovery
MTTR MTTR Redo Redo Size Redo Timeout Interval
Estd IOs
(s) (s) Blks Blks Blks Redo Blks Redo Blks
B 0 66 210 1,739 16,865 18,432 16,865
Size for Estimate Size Buffers for Est Physical Read Estimated Physical
P (M) Factr Estimate Factor Reads
PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory
PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written
100.00 20 0
B: Begin snap E: End snap (rows dentified with B or E contain data which is absolute i.e.
not diffed over the interval)
Auto PGA Target - actual workarea memory target
W/A PGA Used - amount of memory used for all Workareas (manual + auto)
%PGA W/A Mem - percentage of PGA memory allocated to workareas
%Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
%Man W/A Mem - percentage of workarea memory under manual control
Low Optimal High Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs
2K 4K 808 808 0 0
64K 128K 2 2 0 0
512K 1024K 23 23 0 0
When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value where
Estd PGA Overalloc Count is 0
PGA Target Size W/A MB Estd Extra W/A MB Estd PGA Estd PGA
Est (MB) Factr Processed Read/ Written to Disk Cache Hit % Overalloc Count
SP: Shared Pool Est LC: Estimated Library Cache Factr: Factor
Note there is often a 1:Many correlation between a single logical object in the Library
Cache, and the physical number of memory objects associated with it. Therefore
comparing the number of Lib Cache objects (e.g. in v$librarycache), with the number of Lib
Cache Memory Objects is invalid.
Shared Est LC Est LC Est LC Est LC Time Est LC Est LC Est LC
SP Size
Pool Size Mem Time Saved Load Load Time Mem Obj
Factr
Size(M) (M) Obj Saved (s) Factr Time (s) Factr Hits
Wait Statistics
Buffer Wait Statistics
Enqueue Activity
Back to Top
Undo Statistics
Undo Segment Summary
Undo Segment Stats
Back to Top
1 99 302 0 3 0 0 0/0/0/0/0/0
16-Sep
99 302 0 3 0 0 0/0/0/0/0/0
22:14
Latch Statistics
Latch Activity
Latch Sleep Breakdown
Latch Miss Sources
Parent Latch Statistics
Child Latch Statistics
Back to Top
Latch Activity
"Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for willing-to-wait latch
get requests
"NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
"Pct Misses" for both should be very close to 0.0
Pct
Get Pct Get Avg Slps Wait NoWait
Latch Name NoWait
Requests Miss /Miss Time (s) Requests
Miss
job_queue_processes
42 0.00 0 0
parameter latch
Latch Name Get Requests Misses Sleeps Spin Gets Sleep1 Sleep2 Sleep3
Segment Statistics
Segments by Logical Reads
Segments by Physical Reads
Segments by Buffer Busy Waits
Segments by Row Lock Waits
Segments by ITL Waits
Back to Top
% Total shows % of logical reads for each top segment compared with total logical reads
for all segments captured by the Snapshot
Cache Get Requests Pct Miss Scan Reqs Pct Miss Mod Reqs Final Usage
dc_awr_control 14 0.00 0 2 1
dc_database_links 26 0.00 0 0 1
dc_files 4 0.00 0 0 4
dc_profiles 26 0.00 0 0 2
dc_rollback_segments 64 0.00 0 0 22
dc_table_scns 8 0.00 0 4 1
outstanding_alerts 7 0.00 0 1 6
Back to Top
Library Cache Activity
Namespace Get Requests Pct Miss Pin Requests Pct Miss Reloads Invali- dations
Back to Top
SGA Statistics
SGA Memory Summary
SGA breakdown difference
Back to Top
init.ora Parameters
background_dump_dest C:\ORACLE\PRODUCT\10.1.0\ADMIN\OR
compatible 10.1.0.2.0
control_files C:\ORACLE\PRODUCT\10.1.0\ORADATA\
core_dump_dest C:\ORACLE\PRODUCT\10.1.0\ADMIN\OR
db_block_size 8192
db_cache_size 25165824
db_domain
db_file_multiblock_read_count 16
db_name ORCL
db_recovery_file_dest C:\oracle\product\10.1.0\flash_re
db_recovery_file_dest_size 2147483648
java_pool_size 50331648
job_queue_processes 10
large_pool_size 8388608
open_cursors 300
pga_aggregate_target 25165824
processes 150
remote_login_passwordfile EXCLUSIVE
shared_pool_size 83886080
sort_area_size 65536
undo_management AUTO
undo_tablespace UNDOTBS1
user_dump_dest C:\ORACLE\PRODUCT\10.1.0\ADMIN\OR
Back to Top
End of Report
PARAMETROS DE MEMORIA
2 SEGUNDA PARTE
Nuevamente realizamos las sentencias con las consultas multitablas, de agrupamiento y
sentencias DDL para volver a evaluar la base de datos
CONSULTAS MULTITABLA
desc FACTURAVIGENTE2;
on FACTURAVIGENTE2(REFERENCIA);
AGRUPAMIENTO
select REFERENCIA, SUM(TOTALPAGAR) from FACTURAVIGENTE group by REFERENCIA
HERRAMIENTA DE ANÁLISIS DE
RENDIMIENTO DE WINDOWS
SERVER 2003
MONITOR WINDOWS SERVER
SIN REALIZAR PETICIONES
https://senaintro.blackboard.com/bbcswebdav/pid-113660777-dt-content-rid-
127065262_4/institution/semillas/217219_1_VIRTUAL/OAAPs/OAAP5/aa9/lab_gestionrendimient
o/index.html