- 浏览: 27384 次
- 性别:
- 来自: 北京
最新评论
RESUMABLE SESSION
Let you enable and disable resumable space allocation. This feature allows an operation to be suspended in the event of an out-of-space error condition and to resume automatically from the point of interruption when the error condition is fixed.Using RESUMABLE Session to Avoid Transaction Abort Due to Space Errors
Note:
This clause enables resumable space allocation for the session.
TIMEOUT TIMEOUT:
lets you specify (in seconds) the time during which an operation can remain suspended while waiting for the error condition to be fixed. If the error condition is not fixed within the TIMEOUT
period, then Oracle Database aborts the suspended operation.
NAME: NAME
lets you specify a user-defined text string to help users identify the statements issued during the session while the session is in resumable mode. Oracle Database inserts the text string into the USER_RESUMABLE
and DBA_RESUMABLE
data dictionary views. If you do not specify NAME
, then Oracle Database inserts the default string 'User
username
(userid
), Session
sessionid
, Instance
instanceid
'.
发表评论
-
from string get number data using pl/sql or sql
2012-02-16 17:32 892declare @aa varchar(80),--- ... -
SQL
2012-02-15 18:01 7341.select sal salary from emp; ... -
modify ip
2012-02-10 17:45 7991.netconfig 2./etc/sysconfig/n ... -
MULTI dbwr or io slaves
2012-02-10 15:21 883thanks dukope of itpub. ... -
FAQS
2012-02-09 15:59 7581.How can I get the largest amo ... -
HOW TO STUDY ORACLE FROM Yong Huang
2012-01-18 14:48 804Assuming you want to study orac ... -
RMAN
2012-01-14 17:07 7081.components of the rman ... -
INSTANCE and CRASH RECOVERY
2012-01-12 10:12 7541.type of checkpoint full c ... -
STARTUP PFILE=
2011-12-31 14:11 12281.vi initdbs.ora spfile=&quo ... -
MANAGE TABLE
2011-12-26 16:50 5751.heap table IOT PARTI ... -
MONITOR redo size
2011-12-21 17:48 6501.set autot on stat 2.unsin ... -
What do rollback and commit
2011-12-21 11:21 746When we COMMIT, all that is lef ... -
What is the schema ?
2011-12-20 15:18 592A schema is a collection of dat ... -
MANAGE UNDOTABS
2011-12-19 17:15 6801.manual undo_management=ma ... -
DBA SQL
2011-12-19 15:21 4401.select a.name,b.status from v ... -
SEGMENT EXTENTS ORACLEBLOCK
2011-12-15 16:11 8001.SEGMENT: allocated fo ... -
MANAGE TABLESPACE AND DATAFILES
2011-12-13 15:28 5801. tablespace,segment,extent,bl ... -
ORACLE NET
2011-12-12 09:49 6881.net_service_name: servive ... -
SQLPLUS TIPS
2011-12-09 17:51 9121.SQLPLUS : a tool that execute ... -
ORACLE ENVIRONMENT VARIABLES
2011-12-09 17:15 660ORACLE_HOME ORACLE_SID : or ...
相关推荐
Resumable Session 的行为和影响 - **题目背景**:考察在启用了可恢复会话后,当执行语句时遇到存储空间分配失败错误时的行为。 - **选项分析**: - **A. The statements remain suspended for at least 60 ...
例如: var resumable = require('resumable-eval')var session;(function() { var x = 1 session = eval(resumable) // Save the function scope})()// Interact with the saved scopesession .eval('...
input id =" new-comment " class =" js-session-resumable "/> </ form > JS import { persistResumableFields , restoreResumableFields , setForm } from '@github/session-resume' function ...
此角色包含了备份数据库所需的大部分权限,如`EXECUTE_CATALOG_ROLE`、`SELECT_CATALOG_ROLE`、`BACKUP ANY TABLE`以及`RESUMABLE`等系统权限。这些权限使得拥有该角色的用户可以完全备份数据库,并且能够在备份过程...
- **格式**:FLASHBACK_SCN=SCN_used_to_set_session_snapshot_back_to ##### FLASHBACK_TIME - **描述**:根据指定的时间获取最近的 SCN。 - **格式**:FLASHBACK_TIME=time_used_to_get_the_SCN_closest_to_the_...
- **Is Resumable**:标识此会话是否可用于初始化新的连接。 - **连接状态**:包括服务器和客户端随机数、MAC密钥、加密密钥、初始化向量等。 - **Server and Client Random**:客户端和服务器为每个连接选择的...
2. 使用ALTER SESSION ENABLE RESUMABLE TIMEOUT 60命令设置会话在可恢复模式下运行,设置了超时时间为60秒。如果发生错误导致语句被挂起,选项C描述了正确的行为:这些被挂起的语句会在60秒内如果没有解决问题则会...
- **SQL 命令**: `ALTER SESSION ENABLE RESUMABLE TIMEOUT 60;` - **效果**: 启用会话的可恢复模式,并设置超时时间为 60 秒。 - **A. 语句至少暂停 60 秒**: 这是正确解释。当语句因为资源不足而被挂起时,它将...
3. **V$RESUMABLE**: 显示可恢复操作的信息。 4. **V$RULE**: 显示规则信息。 5. **V$RULE_SET**: 显示规则集的信息。 这些视图为Oracle 10g的管理员提供了深入的洞察力,帮助他们有效地管理和维护数据库。通过定期...
1 Introduction 3 1.1 Overview . . . . . . . . ....1.2 History ....1.3 Getting involved ....1.4 License ....2.1 Windows installer ....2.2 Windows binary ....2.3 Mac OS X installer ....2.4 Mac OS X binary ....