I have the following logic to be implemented in a PLSQL code. I feel like there should be a efficient way to write this one. Could you please sugge ...
I have the following logic to be implemented in a PLSQL code. I feel like there should be a efficient way to write this one. Could you please sugge ...
I have this plsql block that populates a table with information of two other tables and I have to use a variable array: Here's the type personas: ...
How to create a trigger which interdicts insertion of symbols and space in a certain column and after insertion just to have only the upper letters f ...
I need to create a function that will be called on oracle screen. I just don't know how to do it ...
I have a table T like this: I wish to update the field CUM_MONTH_PREV_YEAR for all entries where id2 is 2. The value should be a previous year valu ...
i have the job in my PLSQL package & its returning jobno when i debug , how this job number generated ? How to write equivalent DBMS_scheduler. ...
Fellow PL/SQL experts, this is perhaps an unanswerable question, but just maybe someone has a brilliant solution. Today I found myself copy-pasting a ...
ORA-00907: missing right parenthesis 00907\. 00000 - "missing right parenthesis" SELECT last_name ,salary ,DECODE(salary, salary < ...
I'm looking to build a lexer/parser for Oracle PL SQL using the Go target. I tried using the ANTLR plsql grammer in GitHub (antlr/grammars-v4/sql/plsq ...
Can someone help me with UTL_SMTP.WRITE_DATA for sending email with attachment. I am not able to send attachment with multiple lines inside code. Whe ...
I have a database table (let's call it project) and many other tables, most of these other table have a foreign key (id_project) referencing the table ...
So I created a tablespace without specifying path. What do I do in this case.Somewhat related but how do I create a n Sql script on Sql dev? I trie ...
This is my current query however I'm unsure why I'm getting an error (error below query) Error Error at Command Line : 2 Column : 31 Error report ...
Trigger under question is for Table which has ETL in ODI but user also has option to edit certain **columns ** if they want to adjust them. This is ...
There are many jobs are in my Database. how can i differentiate which is DBMS_JOB and DBMS_scheduler, do we any query to filter only DBMS_JOB ...
Hello all hope you all will be fine. I am working on oracle apex and I want to make an organization chart .after exploring internet I got JavaScript b ...
I have a column named 'Products' and its VARCHAR2(4000). In some cases I send more characters than 4000. It looks like '1,2,3,4,5,6...'. How can i ins ...
This is what we have in the table (CNTRCT_NTFYUSER) now: CNTRCT_ID VERSION_NBR NOTIFY_TYPE OPRID ...
I have a customer table with their closest delivery hub on a grid based system and need to calculate what is the most populated area using a query. T ...