Administración de La Seguridad en Oracle 10g
Administración de La Seguridad en Oracle 10g
Administración de La Seguridad en Oracle 10g
-Privilegios de objeto:
Y finalmente asignamos ese rol con este “perfil” a distintos usuarios finales:
Resource_parameters
CPU_PER_CALL Specify the CPU time limit for a call (a parse, execute, or
fetch), expressed in hundredths of seconds.
CONNECT_TIME Specify the total elapsed time limit for a session, expressed in minutes.
IDLE_TIME Specify the permitted periods of continuous inactive time during a session, expressed in
minutes. Long-running queries and other operations are not subject to this limit.
LOGICAL_READS_PER_CALL Specify the permitted number of data blocks read for a call to process a SQL
statement (a parse, execute, or fetch).
PRIVATE_SGA Specify the amount of private space a session can allocate in the shared pool of the system
global area (SGA). Please refer to size_clause for information on that clause.
CREATEusando
Ejemplo PROFILEun
app_user
profile:
LIMIT
SESSIONS_PER_USER
UNLIMITED
CPU_PER_SESSION
UNLIMITED
CPU_PER_CALL 3000
CONNECT_TIME 45
LOGICAL_READS_PER_SES
SION DEFAULT
LOGICAL_READS_PER_CAL
L 1000
PRIVATE_SGA 15K
COMPOSITE_LIMIT
Otro Ejemplo usando un profile:
CREATE PROFILE clerk
LIMIT
SESSIONS_PER_USER 2
CPU_PER_SESSION
unlimited
CPU_PER_CALL 6000
LOGICAL_READS_PER_S
ESSION unlimited
LOGICAL_READS_PER_C
ALL 100 IDLE_TIME 30
CONNECT_TIME 480;
https://docs.oracle.com/cd/B19306_01/server.102/b14200/stat
ements_6010.htm
https://www.techonthenet.com/oracle/tablespaces/create_tab
lespace.php
Guías de Oracle 10g y 11g oficiales
https://docs.oracle.com/cd/A58617_01/server.804/a58397/ch20
.htm