Relative Content

Tag Archive for plsql

PLSQL: Cursor inside Procedure

I am creating a cursor inside a procedure ; the exceptions are not working inside procedure while when i am independently running the cursor exceptions are working fine

SQL plSQL functions

Good afternoon
How to create a function. I need to make a selection from it.
Knowing the parameters the number of days on which the deposit is opened
The amount must be offered to the client as interest on the deposit.enter image description here

SQLCODE Function – 942

I am new to plsql and am trying to understand what the code below does. What does the 942 mean and why would someone want to use the code below? Thanks.

PL SQL – append in JSON_OBJECT

I am trying to make a JSON_OBJECT that stores my data from my table. I just have no idea how to append data after the creation of JSON_OBJECT. the reason of I did not include the two remaining columns is with regard to hired_date and emp_status, I will make some if else condition before adding on the json_object.