网站首页  词典首页

请输入您要查询的英文单词:

 

单词 isolation level
释义

isolation level

  • 网络隔离级别;隔离等级;隔离层级
1.
隔离级别
词汇表 ... 格式化文件( format file) 隔离级别( isolation level) “报表数据”窗格( report data pane) ...
technet.microsoft.com
2.
隔离等级
设定交易隔离等级 (Isolation Level)。锁定提示 藉由 SELECT、INSERT、UPDATE 与 DELETE 陈述式来使用资料表层级的锁 …
msdn.microsoft.com
3.
隔离层级
对於交易的隔离层级Isolation Level),Hibernate 透过两种 Locking 机制来保证资料在操作过程中不会被干扰。Hibernate To…
blog.csdn.net
4.
事务隔离级别
Oracle 支持两种事务隔离级别isolation level),使应用程序开发者在对事务进行控制时,既能保证数据的一致性,又能获得 …
blog.csdn.net
5.
事务隔离等级
您是否知道 SQL Server 的默认「事务隔离等级 (Isolation Level)」,是「ReadCommitted」,当您在写 ADO.NET 用了 SqlTran…
www.cnblogs.com
6.
隔离程度
...onDefinition 接口的实例定义了 事务的隔离程度Isolation level) 传播行为(Propagation behavior) 超时(Timeout) 只读…
wenku.baidu.com
7.
隔离层次
...行为(propagation behavior)、隔离层次isolation level)、逾时(timeout)、唯读(read-only)等,如果您不太了解事务 …
hi.baidu.com

例句

释义:
1.
However, you can change a transaction started in SNAPSHOT isolation to any other isolation level.
但是,可以将在SNAPSHOT隔离中启动的事务更改为任何其他隔离级别。
msdn2.microsoft.com
2.
Only one of the isolation level options can be set at a time, and it remains set for that connection until it is explicitly changed.
一次只能设置一个隔离级别选项,而且设置的选项将一直对那个连接始终有效,直到显式更改该选项为止。
msdn2.microsoft.com
3.
This structure encapsulates the timeout and isolation level parameters for a transaction into a single, simple structure.
此结构将事务的超时和隔离级别参数封装到一个单独的简单结构中。
msdn2.microsoft.com
4.
When a transaction runs at the SNAPSHOT isolation level, all statements see a snapshot of data as it exists at the start of the transaction.
当事务在SNAPSHOT隔离级别运行时,所有的语句都将数据快照视为位于事务的开头。
msdn2.microsoft.com
5.
The percentage of those transactions using the snapshot isolation level that have encountered update conflicts within the last second.
使用快照隔离级别的、在最后一秒内遇到更新冲突的事务的百分比。
msdn2.microsoft.com
6.
The transaction isolation level is the degree to which the underlying database exposes changed but uncommitted data to other transactions.
事务隔离级别是基础数据库将已更改但尚未提交的数据向其他事务公开的程度。
www.ibm.com
7.
Whenever a concurrency or locking issue occurs on a database, you might be asked which isolation level a statement effectively uses.
只要数据库中出现并发性或者锁定问题,您就可能会被问及一条语句能够有效使用的隔离级别是什么。
www.ibm.com
8.
Consider which isolation level is appropriate for your application from a performance and data integrity perspective.
从性能和数据集成角度考虑哪个隔离级别适合您的应用程序。
www.ibm.com
9.
Isolation level with which the transaction for this request is created.
创建此请求的事务时所用的隔离级别。
msdn2.microsoft.com
10.
The database server places anti-insert locks, like read locks, as demanded by the isolation level and statements of each transactions.
数据库服务器按照每个事务的隔离级别和语句的要求放置防插入锁定(与读锁定类似)。
www.ianywhere.com
1.
To determine the transaction isolation level currently set, use the DBCC USEROPTIONS statement as shown in the following example.
若要确定当前设置的事务隔离级别,请使用DBCCUSEROPTIONS语句,如下面的示例所示。
msdn2.microsoft.com
2.
Complete the steps in the following example to set the isolation level at the connection and statement levels for the JDBC application.
完成下面示例中的步骤,在JDBC应用程序的连接级别和语句级别设置隔离级别。
www.ibm.com
3.
Instead, if you do not explicitly define an isolation level at the client, DB2 uses CS as the default.
如果您未在客户端显式定义隔离级别,DB2将默认使用CS。
www.ibm.com
4.
The J2EE specification defines a deployment descriptor attribute that specifies the transaction isolation level for a given EJB method.
J2EE规范定义了用来为具体EJB方法指定事务隔离级别的部署描述符属性。
www.ibm.com
5.
Snapshot Isolation level allows users to access the last committed row using a transitionally consistent view of the database .
通过快照隔离级别,用户可以使用过渡性一致的数据库视图访问最后一个提交的行。
www.bing.com
6.
Choosing a transaction isolation level does not affect the locks that are acquired to protect data modifications.
选择事务隔离级别不影响保护数据修改所需的锁定。
msdn2.microsoft.com
7.
It opens a third connection and initiates a transaction using the READ COMMITTED isolation level to attempt to read the data in the table.
打开第三个连接,并使用READCOMMITTED隔离级别开始一个事务,尝试读取表中的数据。
msdn2.microsoft.com
8.
Choosing an isolation level defines how the current session is isolated from updates performed by other sessions.
选择隔离级别定义如何从其他会话执行的更新隔离当前会话。
msdn2.microsoft.com
9.
For an example in which the isolation level is changed in the middle of a transaction, see Phantom row tutorial.
有关在事务中间更改隔离级别的示例,请参见幻像行教程。
www.ianywhere.com
10.
Choose the isolation level providing the greatest concurrency acceptable to the application.
选择隔离级别可以为应用程序提供可接受的最佳并发性。
www.ibm.com
1.
This can be used if the isolation level RR (Repeatable Read) is not used by any programs that operate on the same set of tables.
如果对同一组表进行操作的任何程序都没有使用隔离级别RR(可重复读,RepeatableRead),那么就可以使用上述操作。
www.ibm.com
2.
The isolation level can be overridden for individual query or DML statements, if necessary, by specifying a table-level hint.
必要时,可以通过指定表级提示来替代各个查询语句或DML语句的隔离级别。
msdn2.microsoft.com
3.
The scan is performed with the same semantics as a transaction running at the SERIALIZABLE isolation level.
执行扫描时所用的语义与在SERIALIZABLE隔离级别运行的事务的语义相同。
msdn2.microsoft.com
4.
In essence, non-transactional reads in auto-commit mode are equivalent to reads within a transaction of isolation-level Read-Committed.
在本质上,auto-commit模式中的非事务性读取等效于隔离级别为Read-Committed的事务内的读取。
www.ibm.com
5.
Notice that the Sales Manager's command was blocked even though the Sales Manager is still connected at isolation level 2.
注意,即使销售经理的连接仍处于隔离级别2,但销售经理的命令也会被阻塞。
www.ianywhere.com
6.
Define the isolation level through the connection property setTransactionIsolation at the connection (session) level.
在连接(会话)级别上,通过连接属性setTransactionIsolation定义隔离级别。
www.ibm.com
7.
Isolation Level Select the method by which locks are acquired and released by the system.
IsolationLevel选择系统获取和释放锁的方法。
www.ianywhere.com
8.
Choosing a transaction isolation level does not affect the locks acquired to protect data modifications.
选择事务隔离级别不影响为保护数据修改而获取的锁。
msdn2.microsoft.com
9.
For transactions using an isolation level based on row versioning, read operations do not request shared locks on the data.
对于使用基于行版本控制的隔离级别的事务,读操作不对数据请求共享锁。
msdn2.microsoft.com
10.
The ability of a cursor to detect changes is also influenced by the transaction isolation level.
游标检测这些变化的能力也受事务隔离级别的影响。
msdn2.microsoft.com
1.
The TransactionIsolationLevel property specifies the transaction isolation level that the contract supports.
TransactionIsolationLevel属性指定协定支持的事务隔离级别。
msdn2.microsoft.com
2.
The isolation level remains in effect until the session terminates or until the isolation level is set to another level.
隔离级别将在会话终止或将其设置为其他级别后失效。
msdn2.microsoft.com
3.
Each isolation level eliminates one of the three typical types of inconsistencies.
每个隔离级别都消除了这三种典型的不一致类型中的一种。
www.ianywhere.com
4.
The RR isolation level ensures maximum data integrity at the cost of high performance.
RR隔离级别保证了最大程度的数据集成,同时以高性能为代价。
www.ibm.com
5.
MobiLink operates using the ODBC isolation level SQL_TXN_READ_COMMITTED as the default isolation level for the consolidated database.
MobiLink运行时使用ODBC隔离级别SQL_TXN_READ_COMMITTED作为统一数据库的缺省隔离级别。
www.ianywhere.com
6.
The isolation level applies to all commands executed within the transaction.
隔离级别会应用于事务中执行的所有命令。
www.ianywhere.com
7.
TRANSACTION_SERIALIZABLE is the most restrictive and protected transaction isolation level incurring the most overhead.
TRANSACTION_SERIAliZABLE是限制最严、保护最强的事务隔离级别,它会导致最大的开销。
www.ibm.com
8.
You can install the BankCustomerEAR application and see how the access intent and isolation level affect connection sharing.
您可以安装BankCustomerEAR应用程序并查看访问意图和隔离级别如何影响连接共享。
www.ibm.com
9.
For semantic cleanliness and future extensibility, the SQL function uses a matching clause INHERIT ISOLATION LEVEL WITH LOCK REQUEST.
为了语义上的纯净和未来的可扩展性,这个SQL函数使用一个匹配子句INHERITISOLATIONLEVELWITHLOCKREQUEST。
www.ibm.com
10.
It begins, but does not complete, sqlTransaction1, which uses the SERIALIZABLE isolation level to start an update transaction.
开始但是不完成sqlTransaction1,sqlTransaction1使用SERIALIZABLE隔离级别开始更新事务。
msdn2.microsoft.com
1.
The Accountant would prefer to avoid such surprises in future, so he raises the isolation level of his current transaction to level 3.
会计希望在将来避免这种奇异的事情发生,因此他将其当前事务的隔离级别提高到级别3。
www.ianywhere.com
2.
If using static SQL, a package is created and can be binded with a specific isolation level.
如果使用静态SQL,则将创建一个包,并可绑定特定的隔离级别。
www.ibm.com
3.
The amount of space (in kilobytes) in tempdb being used to store snapshot isolation level row versions.
tempdb中用来存储快照隔离级别行版本的空间量(KB)。
msdn2.microsoft.com
4.
This requires the careful design of isolation conditions, database locking, and transaction isolation level.
这需要隔离情况、数据库锁及事务隔离级别的良好设计。
www-128.ibm.com
5.
The isolation level for an AppDomain is one AppDomain per database per owner.
AppDomain的隔离级别为每个所有者每个数据库一个AppDomain。
msdn2.microsoft.com
6.
A new implementation of read-committed isolation level that uses row versioning to provide statement-level read consistency.
已提交读隔离级别的新实现方式,它使用行版本控制来提供语句级读取一致性。
msdn2.microsoft.com
7.
Review your isolation level requirements and adjust them appropriately to increase performance.
请重新考虑您的事务隔离级别需求,然后对它们做适当的调整以提高性能。
www-128.ibm.com
8.
Transaction isolation level is set as a property of the Connection object.
事务隔离级别是作为Connection对象的属性设置的。
www.ianywhere.com
9.
Depending on your application, you might want to consider lowering the isolation level to avoid high contention in your application.
根据应用程序的不同,可能需要考虑降低隔离级别,以避免应用程序中出现大量的争用。
msdn2.microsoft.com
10.
Therefore, it is also not possible to use the hibernate. connection. isolation property to set the isolation level on a sharable connection.
因此,也不可能使用hibernate.connection.isolation属性在可共享的连接上设置隔离级别。
www.ibm.com
1.
A transaction's isolation level usually controls the duration of a lock.
事务的隔离级别通常控制了锁的持续时间。
www.ibm.com
2.
Whenever a connection handle is being allocated, an isolation level can be defined.
无论何时,只要分配了连接句柄,就会定义一个隔离级别。
www.ibm.com
3.
The isolation level under which a Transact-SQL statement executes determines its locking and row versioning behavior.
执行Transact-SQL语句所使用的隔离级别确定其锁定行为和行版本化行为。
msdn2.microsoft.com
4.
This option requires more manual process and the isolation level may be different from database to database.
这个方法需要更多的手动处理,而且不同的数据库的隔离级别可能不一样。
www.ibm.com
5.
Transactions cannot specify the SNAPSHOT transaction isolation level.
事务不能指定SNAPSHOT事务隔离级别。
msdn2.microsoft.com
6.
Use the Cursor Stability isolation level when possible to decrease the number of share locks held.
当有可能减少所持有共享锁的数量时,可以使用游标稳定性(CursorStability)隔离级别。
www.ibm.com
7.
When OFF is specified, transactions cannot specify the SNAPSHOT transaction isolation level.
当指定为OFF时,事务无法指定SNAPSHOT事务隔离级别。
msdn2.microsoft.com
8.
The new READ_COMMITTED_SNAPSHOT isolation level can transparently replace READ COMMITTED for all transactions.
新的READ_COMMITTED_SNAPSHOT隔离级别可以透明地替换所有事务的READCOMMITTED。
msdn2.microsoft.com
9.
Using an isolation level that does not generate shared locks for read operations.
对于读取操作,使用不会生成共享锁的隔离级别。
msdn2.microsoft.com
10.
Whenever a statement handle is allocated, an isolation level can be defined.
无论何时,只要分配了一个语句句柄,即可定义一个隔离级别。
www.ibm.com
1.
You can change the isolation level of a connection during a transaction using the SET OPTION statement to alter the ISOLATION_LEVEL option.
可以使用SETOPTION语句来更改ISOLATION_LEVEL选项,以在事务期间更改连接的隔离级别。
www.ianywhere.com
2.
These locking hints override the current transaction isolation level for the session.
这些锁提示覆盖会话的当前事务隔离级别。
msdn2.microsoft.com
3.
Reduce the EJB transaction isolation level where possible to reduce the overhead of database concurrency.
尽可能降低EJB事务隔离级别,以降低数据库并发的开销。
www-128.ibm.com
4.
Represents the isolation level associated with this transaction object.
表示与此事务对象关联的隔离级别。
msdn2.microsoft.com
5.
9; The READ COMMITTED isolation level guarantees that the SELECT statements will never read uncommitted data, by issuing shared locks.
READCOMMITTED隔离级别通过发布共享锁确保SELECT语句永远不读取未提交的数据。
msdn2.microsoft.com
6.
In DB2 the isolation level is always defined at the client.
在DB2中,隔离级别始终在客户端定义。
www.ibm.com
7.
Specifies that read operations comply with the rules for the READ COMMITTED isolation level by using locking.
指定读操作使用锁定来遵循有关READCOMMITTED隔离级别的规则。
msdn2.microsoft.com
8.
The properties in this category configure the isolation level and the transaction option of the package.
此类别中的属性用于配置包的隔离级别和事务选项。
msdn2.microsoft.com
9.
You can determine the isolation level of an existing transaction using the IsolationLevel property of a transaction.
使用事务的IsolationLevel属性可确定现有事务的隔离级别。
msdn2.microsoft.com
10.
However, you may choose to specify the isolation level for a transaction using the IsolationLevel property when you begin the transaction.
但是您也可以选择在开始事务时使用IsolationLevel属性为事务指定隔离级别。
www.ianywhere.com
1.
Starts a database transaction with the specified isolation level and transaction name.
以指定的隔离级别和事务名称启动数据库事务。
msdn2.microsoft.com
2.
one is a new implementation of read committed isolation , and one is a new transaction isolation level , snapshot.
一个是已提交读隔离的新实现,另一个是新事务隔离级别(快照)。
www.ichacha.net
3.
And the scope creates a transaction later, the new transaction is associated with the specified isolation level.
并且该范围后来创建了一个事务,则这个新事务将与该指定隔离级别关联。
msdn2.microsoft.com
4.
Phantom rows can appear with this isolation level, because only rows that meet the predicate condition will be locked.
在此隔离级别中可以出现幻象行,但只有那些满足预定义条件的数据行才会被锁定。
www.ibm.com
5.
Among these connection properties, transaction isolation level is a commonly used one.
在这些连接特性中,事务隔离级别是常常用到的一个特性。
www.ibm.com
6.
When ON is specified, transactions can specify the SNAPSHOT transaction isolation level.
当指定为ON时,事务可以指定SNAPSHOT事务隔离级别。
msdn2.microsoft.com
7.
A different isolation level than the one specified is being used, but the level cannot be determined.
正在使用与指定隔离级别不同的隔离级别,但是无法确定该级别。
msdn2.microsoft.com
8.
The locks that Adaptive Server Anywhere uses when you enter a SELECT statement depend on the transaction's isolation level.
AdaptiveServerAnywhere在您输入SELECT语句时使用的锁定取决于该事务的隔离级别。
www.ianywhere.com
9.
You can specify the isolation level at different levels, from individual queries up through connections and the session.
您可以对不同层次设置隔离级别,从单个查询直到连接和会话。
www.ibm.com
10.
A transaction running under SNAPSHOT isolation level can view changes made by that transaction.
在SNAPSHOT隔离级别下运行的事务可以查看由该事务所做的更改。
msdn2.microsoft.com
1.
Today, many applications must only consider and process committed data - which eliminates the possibility of using the UR isolation level.
目前,很多应用程序必须只考虑和处理提交的数据——这消除了使用UR隔离级别的可能性。
www.ibm.com
2.
This leads to a database deadlock when the transaction isolation level of the connection is TRANSACTION_REPEATABLE_READ.
当连接的事务隔离级别是TRANSACTION_REPEATABLE_READ时,将导致数据库死锁。
www.ibm.com
3.
The code shown in Listing 3 achieves backend transparency because it retrieves the transaction isolation level from the access intent.
清单3中显示的代码实现了后端透明性,这是因为它从访问意图中检索事务隔离级别。
www.ibm.com
4.
The BMP EJB can set the transaction isolation level in its resource reference.
BMPEJB能够在它的资源引用中设置事务隔离级别。
www.ibm.com
5.
A snapshot isolation level to provide transaction-level read consistency.
用来提供事务级读取一致性的快照隔离级别。
msdn2.microsoft.com
6.
The transaction isolation level setting for the connection.
连接的事务隔离级别设置。
msdn2.microsoft.com
7.
With the fix, the values for isolation level and lock mode are complete-connection level setting.
经过这样的修复后,隔离级别的值和锁定模式都是完全连接级(complete-connectionlevel)设置。
www.ibm.com
8.
The number of currently active transactions using the snapshot isolation level.
使用快照隔离级别的当前活动事务的数目。
msdn2.microsoft.com
9.
Setting the READ_COMMITTED_SNAPSHOT ON option allows access to versioned rows under the default READ COMMITTED isolation level.
设置READ_COMMITTED_SNAPSHOTON选项后,可以使用默认的READCOMMITTED隔离级别访问版本化的行。
msdn2.microsoft.com
10.
The concurrency decreases and data integrity increases when you move the isolation level from uncommitted read (UR) to repeatable read (RR).
当隔离级别从未提交读取(UR)移动到可重复读取(RR)过程中,并发性下降,数据集成性提高。
www.ibm.com
1.
Setting the READ_COMMITTED_SNAPSHOT ON option allows access to versioned rows under the default READ COMMITTED isolation level.
设置READ_COMMITTED_SNAPSHOTON选项后,可以使用默认的READCOMMITTED隔离级别访问版本化的行。
msdn2.microsoft.com
2.
The concurrency decreases and data integrity increases when you move the isolation level from uncommitted read (UR) to repeatable read (RR).
当隔离级别从未提交读取(UR)移动到可重复读取(RR)过程中,并发性下降,数据集成性提高。
www.ibm.com
3.
When the isolation level is cursor stability, the lock is released as the cursor moves from row to row.
隔离级别是游标稳定性时,当游标在行间移动时就会释放锁。
www.ibm.com
4.
Phantom rows are not permitted with this isolation level, nor are uncommitted reads.
在此隔离级别中不允许出现幻象行,也不允许未提交读取。
www.ibm.com
5.
For the best performance, use a liberal isolation level.
为了获得最佳的性能,请使用自由隔离级别。
www.ibm.com
6.
Choosing the correct isolation level can be complex.
选择合适的隔离级是很复杂的事情。
www.ibm.com
7.
DB2 Version 8 introduced the statement clause WITH ISOLEVEL, which can be used to define the isolation level at the statement level.
DB28版本引入了语句子句WITHISOLEVEL,可用于在语句级别定义隔离级别。
www.ibm.com
8.
The isolation level of a transaction is determined when the transaction is created.
事务的隔离级别在创建事务时确定。
msdn2.microsoft.com
9.
Starts a database transaction with the specified isolation level.
以指定的隔离级别启动数据库事务。
msdn2.microsoft.com
10.
The exception occurs when changing from any isolation level to SNAPSHOT isolation.
即在从任一隔离级别更改到SNAPSHOT隔离时,不能进行上述操作。
msdn2.microsoft.com
1.
The exception occurs when changing from any isolation level to SNAPSHOT isolation.
即在从任一隔离级别更改到SNAPSHOT隔离时,不能进行上述操作。
msdn2.microsoft.com
2.
A particular access intent has a certain transaction isolation level.
一个特别的访问意图包含特定的事务隔离级别。
www.ibm.com
3.
When you create a transaction, you can specify the isolation level that applies to the transaction.
在创建事务时,可以指定应用于该事务的隔离级别。
msdn2.microsoft.com
4.
This isolation level is defined when the driver and its libraries are loaded.
这个隔离级别是在驱动程序及其库载入的时候定义的。
www.ibm.com
5.
REPEATABLE READ is a more restrictive isolation level than READ COMMITTED.
REPEATABLEREAD是比READCOMMITTED限制性更强的隔离级别。
msdn2.microsoft.com
6.
SELECT, the isolation level will affect the locks obtained for the SELECT.
SELECT,则隔离级别将影响从SELECT获得的锁。
www.ibm.com
7.
Determine whether a transaction can run at a lower isolation level.
确定事务是否能在较低的隔离级别上运行。
technet.microsoft.com
8.
Of course, the new online detach behavior respects the isolation level in effect.
当然,新的在线分离行为会考虑有效的隔离级别。
www.ibm.com
9.
DB2 maps this to its Cursor Stability isolation level.
DB2将此映射为光标稳定性(CursorStability)隔离级。
www.ibm.com
10.
The isolation level is set at the transaction level using the SET TRANSACTION ISOLATION LEVEL statement.
使用SETTRANSACTIONISOLATIONLEVEL语句在事务级设置隔离级别。
www.ibm.com
1.
The isolation level is set at the transaction level using the SET TRANSACTION ISOLATION LEVEL statement.
使用SETTRANSACTIONISOLATIONLEVEL语句在事务级设置隔离级别。
www.ibm.com
2.
There is no database default isolation level that can be defined on the server side.
不存在可以在服务器端定义的数据库默认隔离级别。
www.ibm.com
3.
With one exception, you can switch from one isolation level to another at any time during a transaction.
在事务进行期间,可以随时将事务从一个隔离级别切换到另一个隔离级别,但有一种情况例外。
msdn2.microsoft.com
4.
Always use transaction isolation level set to Serializable.
总湜将事务隔离级别设置为序列菂。
jiaocheng.gdjob168.com
5.
Specifies the isolation level for the transaction.
指定事务的隔离级别。
msdn2.microsoft.com
6.
The requested isolation level is not valid or supported.
该申请的孤立层无效或不受支持。
angel.w15.5tom.cn
7.
the lowest isolation level , read uncommitted , may retrieve data that has been modified but not committed by other transactions.
最低隔离级别(未提交读)可以检索其他事务已经修改、但未提交的数据。
www.ichacha.net
8.
Other than the isolation level, a CMP bean never specifies the ReadOnly, TypeMap, and Catalog properties on a connection.
除了隔离级别,CMPBean从不在连接中指定ReadOnly、TypeMap和Catalog特性。
www.ibm.com
9.
Also, use isolation level UR for other applications to minimize lock impact on them.
同时还为其他应用程序使用隔离级别UR,以减少锁对它们的影响。
www.ibm.com
10.
It is important to realize that different database vendors can have their own meanings of the database isolation level.
要认识到不同数据库提供商之间的数据库隔离级是有差别的,这一点很重要。
www.ibm.com
1.
Transaction isolation level of this request.
此请求的事务隔离级别。
msdn2.microsoft.com
2.
Select the isolation level to use for the topic connection.
选择要为主题连接使用的隔离级别。
www.ibm.com
3.
DB2's internal isolation level for this is referred to as Repeatable Read.
在DB2内部的该隔离级被称为可重复读(RepeatableRead)。
www.ibm.com
4.
By default, the extraction utility runs at isolation level zero.
缺省情况下,抽取实用程序在隔离级别0运行。
www.ianywhere.com
5.
The isolation level is set at the transaction level using the SET TRANSACTION statement.
使用SETTRANSACTION语句在事务级设置隔离级别。
www.ibm.com
6.
In each statement, you can use the WITH clause to define a statement isolation level.
在各语句中,您可以使用WITH子句定义语句隔离级别。
www.ibm.com
7.
Table 3 lists the attribute name and valid values for isolation level attributes in APIs using constants.
表3列出了使用常量的API中隔离级别属性的属性名称和有效值。
www.ibm.com
8.
Values that indicates the isolation level of the transaction.
值之一,该值指示事务的隔离级别。
msdn2.microsoft.com
9.
The transaction executes according to the default isolation level of the underlying ODBC driver.
事务将根据基础ODBC驱动程序的默认隔离级别来执行。
msdn2.microsoft.com
10.
The RR isolation level is very strict and is not typically required, especially by many ISV applications such as SAP and PeopleSoft.
RR隔离级别非常严格,通常不是必需的,尤其是对于很多ISV应用程序,例如SAP和PeopleSoft。
www.ibm.com
1.
Phantom rows can appear with this isolation level.
幻象行会在该隔离级出现。
www.ibm.com
2.
The query is executed at the current isolation level.
查询在当前隔离级别上执行。
www.ianywhere.com
3.
Use isolation level UR for those other applications.
对于其他的应用程序,使用隔离级别UR。
www.ibm.com
4.
The isolation level of the container transaction.
容器事务的隔离级别。
msdn2.microsoft.com
5.
Uncommitted rows created by another unit of work are not visible with this isolation level.
在此隔离级别上,其他工作单元创建的未提交行不可见。
www.ibm.com
6.
Get the transaction isolation level from the access intent.
从该访问意图中获得事务隔离级别。
www.ibm.com
7.
Transaction isolation level of the session.
会话的事务隔离级别。
msdn2.microsoft.com
8.
This isolation level is effective when the connection is opened.
这种隔离级别将在连接打开时有效。
www.ibm.com
9.
By default, MySQL uses the Repeatable Read isolation level for all transactions.
默认情况下,MySQL对所有事务使用RepeatableRead隔离级别。
www-128.ibm.com
10.
The isolation level of the package transaction.
包事务的隔离级别。
msdn2.microsoft.com
1.
Figure 3 shows the transaction isolation level that causes the deadlock.
图3显示了引起死锁的事务隔离级别。
www.ibm.com
2.
You can determine the isolation level of an existing transaction using the.
属性可确定现有事务的隔离级别。
msdn2.microsoft.com
3.
READ COMMITTED isolation level when the READ_COMMITTED_SNAPSHOT database option is ON.
当READ_COMMITTED_SNAPSHOT数据库选项为ON时,使用READCOMMITTED隔离级别。
msdn2.microsoft.com
4.
Set the isolation level to 2 for the Accountant window by executing the following command.
在[Accountant]窗口中执行以下命令,将隔离级别设置为2。
www.ianywhere.com
5.
However, you can override the isolation level by using a table hint.
但是,可通过使用表提示来重写隔离级别。
msdn2.microsoft.com
6.
Row locks are acquired implicitly according to the isolation level.
行锁是根据隔离级别隐式地获得的。
www.ibm.com
7.
Any isolation level 1 cursor stability locks still apply to the cursor while the CLOSE cursor-name database request is queued.
在CLOSEcursor-name数据库请求排队时,任何隔离级别为1的游标稳定性锁仍然应用于该游标。
www.ianywhere.com
8.
Gets the isolation level of the transaction.
获取事务的隔离级别。
msdn2.microsoft.com
9.
Gets or sets the isolation level of the transaction.
获取或设置事务的隔离级别。
msdn2.microsoft.com
10.
Define the isolation level at the statement level by using the WITH clause.
在语句级别上,使用WITH子句定义隔离级别。
www.ibm.com
1.
Using the Repeatable Read isolation level may result in an automatic table lock in some cases.
使用可重复读隔离级别在某些情况下可能会导致自动执行表锁定。
www.ibm.com
2.
SET TRANSACTION ISOLATION LEVEL takes effect at execute or run time, and not at parse time.
SETTRANSACTIONISOLATIONLEVEL会在执行或运行时生效,而不是在分析时生效。
msdn2.microsoft.com
3.
This article also describes how to monitor the effective isolation level.
此外还介绍了如何监视有效的隔离级别。
www.ibm.com
4.
It is not possible to change the isolation level of a shared connection.
不能够更改共享连接的隔离级别。
www.ibm.com
5.
You should avoid running transactions at isolation level 3 whenever practical.
应尽量避免以隔离级别3运行事务。
www.ianywhere.com
6.
MDM defaults to the more optimistic isolation level of CS.
MDM默认的优化隔离级别是CS。
www.ibm.com
7.
For an OLTP query, you can set the value to 0 or 1 with the isolation level not set to REPEATABLE READ.
对于OLTP查询,可以将该值设为0或1,而隔离级别不设为REPEATABLEREAD。
www.ibm.com
8.
Uses Read Committed, which is a lower isolation level.
使用读取提交(UsesReadCommitted)是更低的隔离级。
www.ibm.com
9.
A user will only see committed data unless the Uncommitted Read isolation level is used.
除非使用未提交读隔离级别,否则用户只能看到已提交的数据。
www.ibm.com
10.
What is the transaction isolation level set to?
事务隔离级别的设置是怎样的?
www.ibm.com
1.
But what is the effective isolation level?
然而,有效的隔离级别究竟是什么?
www.ibm.com
2.
Known as Repeatable Read in DB2, this is the strongest isolation level.
在DB2中称为RepeatableRead,是最强的隔离级别。
www.ibm.com
3.
The database isolation level is used by default for transactions.
缺省情况下对事务使用数据库隔离级别。
www.ianywhere.com
4.
It is also interesting to consider what isolation level will be used, especially if you have other systems accessing the same database.
考虑将使用哪种隔离级也很有意思,特别是当其他的系统也在访问同一数据库时。
www.ibm.com
5.
Isolation level 2 (RepeatableRead ) is used in this example so that another database user cannot update the row.
本示例中使用了隔离级别2(RepeatableRead),因此其它数据库用户无法更新行。
www.ianywhere.com
6.
Setting the isolation level defines the default locking behavior for all SELECT statements in your SQL Server session.
设置隔离级别即定义SQLServer会话中所有SELECT语句的默认锁定行为。
technet.microsoft.com
7.
You can identify the defined isolation level using the -dynamic option of the db2pd utility, which is shipped with DB2 Version 8.
您可以利用db2pd实用工具的-dynamic选项来识别已经定义的隔离级别,这种实用工具是DB28版本中附带的。
www.ibm.com
8.
SQL Server 2005 introduces a new snapshot isolation level to enhance concurrency for OLTP applications.
SQLServer2005引入了新的快照隔离级别,可以提高OLTP应用程序的并发性。
msdn2.microsoft.com
9.
READ COMMITTED is the default isolation level for SQL Server.
READCOMMITTED是SQLServer默认的隔离级别。
msdn2.microsoft.com
10.
If a connection sets its transaction isolation level to serializable, SQL Server uses key-range locking to prevent phantoms.
如果某个连接将其事务隔离级别设置为可序列化,则SQLServer使用键范围锁来防止出现幻影。
technet.microsoft.com
1.
In SQL Server 2000, a user transaction was required if the isolation level was REPEATABLE READ or higher.
在SQLServer2000中,如果隔离级别是REPEATABLEREAD或更高,则必须指定用户事务。
msdn2.microsoft.com
2.
Consider the case where the data source reference of the Customer BMP EJB is configured with SERIALIZABLE transaction isolation level.
考虑CustomerBMPEJB的数据源引用由SERIALIZABLE事务隔离级别配置的情况。
www.ibm.com
3.
Click the name of the data source (DWLCustomer) for which you want to customize the default isolation level.
单击您想要定制默认隔离级别的数据源名(DWLCustomer)。
www.ibm.com
4.
the isolation level of a transaction determines what level of access other transactions have to volatile data before a transaction completes
事务的隔离级别确定在该事务完成之前,其他事务对可变数据所拥有的访问级别。
www.ichacha.net
5.
There are times when I may want to scope my resource reference to the bean level, such as when I want to change an isolation level.
很多时候,可能需要将资源引用扩大至bean级,例如想改变独立级别时。
www.ibm.com
6.
When a row versioning-based isolation level is enabled, the Database Engine maintains versions of each row that is modified.
当启用了基于行版本控制的隔离级别时,数据库引擎将维护修改的每一行的版本。
msdn2.microsoft.com
7.
When you change the ISOLATION_LEVEL option in the middle of a transaction, the new setting affects only the following
如果在事务中间更改了ISOLATION_LEVEL选项,新设置只会影响以下对象
www.ianywhere.com
8.
SET TRANSACTION ISOLATION LEVEL READ COMMITTED; SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; SET TRANSACTION READ ONLY;
设置一个事务的隔离级别
blog.sina.com.cn
9.
l SET TRANSACTION ISOLATION LEVEL READ COMMITTED; l SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; l SET TRANSACTION READ ONLY;
l设置一个事务的隔离级别
blog.sina.com.cn
10.
INAPPROPRIATE ISOLATION LEVEL FOR BRANCH TRANSACTION
对分支事务的不恰当的隔离级别
blog.sina.com.cn
1.
Any connections acquired from this data source will have a transaction isolation level set to REPEATABLE_READ.
任何从该数据源获得的连接都将包含设置为REPEATABLE_READ的事务隔离级别。
www.ibm.com
2.
Theoretical calculation and experimental research on the isolation level of floating raft
浮筏隔振效果理论计算与试验研究
www.ilib.cn
3.
When you try to promote a transaction that was created with this isolation level, an
在尝试提升以此隔离级别创建的事务时,将引发一个
msdn2.microsoft.com
4.
Setting the isolation level for transactions
为事务设置隔离级别
www.ianywhere.com
5.
A: set transaction isolation level read committed
举例:设置事务
lsz.c1c5.com
6.
set global transaction isolation level repeatable read;
命令行,开始事务时
blog.sina.com.cn
7.
HELD CURSOR REQUIRES SAME ISOLATION LEVEL
持有的游标要求同样的隔离级别
blog.sina.com.cn
8.
Internally, the SQL Server 2005 Database Engine only honors the READ COMMITTED isolation level for metadata access.
SQLServer2005数据库引擎在内部仅按照READCOMMITTED隔离级别进行元数据访问。
msdn2.microsoft.com
9.
Using isolation level UR (such as in a WITH UR clause)
使用隔离级别UR(例如用一个WITHUR子句)。
www.ibm.com
10.
Transaction isolation level setting for a data source reference
为数据源引用设置事务隔离级别
www.ibm.com
1.
For example, we can set the transaction isolation level to
例如,我们可以将设置事务隔离等级为
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/26 13:59:50