write lock is compatiable with which type of lock?
Answers were Sorted based on User's Feedback
Answer / yuvaevergreen
EXCLUSIVE LOCK - NONE
WRITE LOCK - ACCESS
READ - READ, ACCESS
ACCESS - READ,WRITE,ACCESS
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / yuvaevergreen
Adding to above, teradata locks objects on first come first
serve basis. write locks are generally used for dmls like
insert,update,delete. select statement uses access lock.
exclusive locks are used for ddls like create,alter. Pseudo
lock is a concept by which teradata assigns one amp to take
care of locking the rows of the table in other amps. This
amp makes sure that other amps lock the table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tdguy
exclusive lock - not compatible with other locks.
write lock - compatible with access lock
read - compatible with read,access
access - compatible with write,read,access
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / etlguy
exclusive lock - none.
write lock - access lock
read - read,access
access - write,read,access
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shaik mahamad rafi
write lock applying on table level ,we don't have read and exclusive .... both are in queue .
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain vproc in teradata?
What is partitioned primary index (ppi)?
How does indexing improve query performance?
Describe primary index in teradata. And what are the available primary index types?
List out all forms of LOCKS that are available in Teradata.
What are the design features involved in teradata?
How is Teradata in current market?
what is sysdba and sysdbc ? which has high priority ?
Highlight the differences between Primary Key and Primary Index.
What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?
How a Referential integrity is handled in Teradata?
what is a multi statement request in TD? what is the diif b/w V2R5 & TD12? what is the diff b/w MACRO & STORED PROCEDURE?