I have a stored procedure that should look for email and name in 2 different tables.I have 2 cursors and i retrieve all email and name for an employee ...
I have a stored procedure that should look for email and name in 2 different tables.I have 2 cursors and i retrieve all email and name for an employee ...
I am making a table with amount of transactions from other banks. First row will be the total one. First column with absolute numbers, second with % o ...
I'm connecting to a new Oracle database with Toad. If a create a procedure like: After I compile it, the name automatically is changed to This ...
I'm new to coding world. I have started to use SQL developer at my current role. I don't know how to zoom out. I looked into tool to find preferenc ...
I’m interested to analyze a table in Oracle which has the following form: Column A Column B Column C ...
I am trying to update the RRP_VALIDATION value as below, but getting error as sql command not ended properly, how to run the below statement with corr ...
#following 5001 (param s_id) is dynamically called. this was not worked and not return any rows from student table. what is the root cause for this is ...
i have this SQL script: It creates a CLOB with nice and formatted XML inside it. But what I would like is to using SQLPLUS and SPOOL - export this ...
Below is my update script, i need to update only the message inside the brackets is that possible currently the value of DESCRIPTION in table: "The d ...
How can i count the number of 'a' in the string 'rajarajeshwari' I want count of 'a' in that string ...
I have a query which will fetch two rows only and I want to bring second row data into columns with different column name. Below is the original quer ...
I wanted to send an email with attachment from the oracle apex workspace, currently i am using the APEX_MAIL package which includes (APEX_ATTACHMENT, ...
I'm trying to return an XML in table format that I still can't get back as if it were a select * from TABLE ( cast( gcg_tempdata_mft () as GCG_TableMF ...
I have written a query where I am passing multiple values from my front end via POP LOV (Oracle APEX 20.x) It will be like this from above query ...
I need you helping hands on this to fix this I have a application built using Oracle APEX 20.x The issue is need to programmatically upload the (.pd ...
I am very new to Oracle and Clob datatype. We have a table with name ABC which has a column of CLOB data type. The Clob Column "MyClob" has followin ...
Could you help me to complete my work. Because I'm a fresher to Oracle Technology. I want to insert value to second table instead of first table usin ...
I'm not sure what step should I perform here is it procedure, function, or what? So my goal is to check weather if those data exists in another table. ...
For example in hr schema I have to compute and update the interest. Let's say I have an interest of 10 percent, I have to compute that with the salary ...
TABLE: WHEN EXECUTING : UPDATE lib_tab SET status = 'AVAILABLE' WHERE book_name = 'SILENT HILL'; I WANT TO PRINT THE NAME OF THE BOOK AS WELL O ...