In this post, we will see how to resolve generating “large” files through dbms_output Question: … before anyone marks this as a duplicate … i have checked Is there any way to flush output from PL/SQL in Oracle? and am ...

In this post, we will see how to resolve SQL one to one update Question: Hi I am very new in Oracle/PLSQL. I have a question. I have one to one relationship between two tables. In both tables I have ...

In this post, we will see how to resolve Select rows with same ID and AMOUNT Question: I am struggling with a problem that i’m trying to solve on a ORACLE DB 19.0.0.0.0 I have a TABLE like this: And ...

In this post, we will see how to resolve how to convert a mutating trigger to a stored procedure Question: I have the following trigger: After an update of the row in my table evergreen I get this error: I ...

In this post, we will see how to resolve Unequal length between strings after writing to a file – using same delimiter (tab) Question: I have a short procedure in PL/SQL which uses UTL_FILE package to create and then write ...

In this post, we will see how to resolve Cursor in anonymous block works, but not in procedure Question: Attempting to write a query to ID (and refresh) outdated materialized views, I have written the following code – which works, ...

In this post, we will see how to resolve Stack several rows into one with date condition Question: I’ve got raw data from table with information about clients. Information comes from different sources, so it causes duplicates but with different ...

In this post, we will see how to resolve ORACLE – can i pass cursor in a parameter and how to use it? Question: Here is one of oracle procedure. There is a cursor called r_ba. and how call that ...

In this post, we will see how to resolve Too many values inside a Where Question: I want to get all products inside an order. I give to my procedure the ID of the order and then I want to ...

In this post, we will see how to resolve Extract values from nested object in plsql using Apex Question: I have this employee object and I need to store every value into variables. I am wondering if it is an ...