Change of priority in the table
I have priority column in the table priority_list as below.
Missing expression in Oracle Function
I have problem with PL SQL Function
execution fails but I could not understand why
declare
l_statement varchar2(2000);
Why does Oracle think that a strong reference cursor is not correctly declared?
I’m trying to create some stored procedures, one of which accepts a strong reference cursor as a parameter. Although I think I’ve correctly specify the strong reference cursor I encounter an error when I attempt to create a unit test for this stored procedure.
Question: why does Oracle think that a strong reference cursor is not correctly declared?
I’m trying to create some stored procedures, one of which accepts a strong reference cursor as a parameter. Although I think I’ve correctly specify the strong reference cursor I encounter an error when I attempt to create a unit test for this stored procedure.
return multi-row (1 row per call) output from function and use it in procedure
I have scenario where I need to:
Trying to load data using sql loader but failng with below error
~PL~|~VI~|~Tiếng Ba Lan~
~SK~|~VI~|~Tiếng Slovak~
~PT~|~VI~|~Tiếng Bồ Đào Nha~
Oracle: How to get object field value by name dynamically
Is there a way to dynamically get and set the value of an object’s field – when the name of the desired field is stored in a variable?
Oracle 11, Truncate a date, add 1 day, then add time in format hh:mm
I have a date variable that stores a date time, e.g. 17/05/2024 13:46:23
I have another varchar variable that stores a time, e.g ’15:21′
I want to take the first variable, truncate it, add 1 day to it, then add the time that is stored in format ‘hh:mm’
So for the example above I want to populate a variable with
trunc(’17/05/2024 13:46:23′) + 1 day + ’15:21′
I need to build a query in oracle sql such that it should fetch records with only null ornnn_id
see below records