Performance Tuning of Update statement in ORCALE
I have below block, and it is taking 8 to 9 hours for 450k data to complete. How to improve performance in that case? tab_a is having 10M data.
Codes for PL/SQL pascal triangle and pyramid
I get:
1
2 2
3 3 3
4 4 4 4
Derived tables not getting the same results with Join
Two queries almost identical give different results see below:
SQL/PLSQL – Take after some special characters
I am trying to get the value from the itnum field which is TEST1234. (Need inside the two single quote)
How to convert SQL from left join to (+)
Could someone help me on how to convert SQL(PL-SQL) from left join to (+)?
How to write a dynamic SQL query using PIVOT function on a date column
Requirement: to create a pivot table which will show output like this:
How to write a dynamic sql using pivot function on a date column
Requirement – To make a pivot table which will show output as below.
EXCLUDE RECORDS IN PLSQL VIA SUBQUERY
I have this main query de PL SQL DEVELOER DE ALLROUND AUTOMATION
ERROR ORA-00908: MISSING KEYWORD WITH PLSQL DEVELOPER BY ALLROUND AUTOMATION
I have this problem in my code and I can’t solve it
Why output in PL/SQL Cursor code outputs twice
Wondering why the below code will output ‘hello’ twice? (when there is only 1 output line)
thanks.