Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising

What is Deadlock?

What is Deadlock? A deadlock occurs when users try to place exclusive locks on each other’s objects. Ex:- User1 places an exclusive lock on Table1 and then tries to place an exclusive lock on Table2. User2 already has an exclusive lock on table2, and...

Read more

Advertising

sql server interview questions

What is TUF File in log shipping ? TUF file stands for Transaction Undo File inWhat is TUF File in log shipping ? TUF file stands for Transaction Undo File in SQL Server, .TUF file is the Transaction Undo File, which is created when performing log shipping...

Read more

Advertising

clustered index in oracle

A clustered index determines the order in which the rows of a table are stored on disk. If a table has a clustered index, then the rows of that table will be stored on disk in the same exact order as the clustered index. An example will help clarify what...

Read more

How Do Bulk Binds Improve Performance?

How Do Bulk Binds Improve Performance? The assigning of values to PL/SQL variables in SQL statements is called binding. PL/SQL binding operations fall into three categories: in-bind When a PL/SQL variable or host variable is stored in the database by...

Read more

Using Dynamic SQL with Bulk SQL

Using Dynamic SQL with Bulk SQL Bulk binding lets Oracle bind a variable in a SQL statement to a collection of values. The collection type can be any PL/SQL collection type (index-by table, nested table, or varray). The collection elements must have a...

Read more

Why Use Dynamic SQL?

Why Use Dynamic SQL? You need dynamic SQL in the following situations: You want to execute a SQL data definition statement (such as CREATE), a data control statement (such as GRANT), or a session control statement (such as ALTER SESSION). Unlike INSERT,...

Read more

Advertising
<< < 1 2 3 4 5 6 7 8 9 10 20 30 > >>