What is the effect of setting the value "ALL_ROWS" for
OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
Answer / guest
This value causes the optimizer to the cost-based approach
for all SQL statements in the session regardless of the
presence of
statistics and to optimize with a goal of best throughput.
Is This Answer Correct ? | 0 Yes | 0 No |
How to convert character types to numeric types?
Write a syntax for update query in oracle?
Indexes in oracle ?
3 Answers Keane India Ltd, L&T,
What is a data lock in oracle?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
How to Truncate Table in Oracle
difference between procedures and function?
what is the syntax of update command?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
Can we write dml statement in function in oracle?
What is autonomous transaction?