I am working with APEX 20. I defined a button which links to a URL: Behavior: "Redirect to URL" and my URL as Target - this works without any problem. ...
I am working with APEX 20. I defined a button which links to a URL: Behavior: "Redirect to URL" and my URL as Target - this works without any problem. ...
I'm looking for a way to find the maximum concurrent capacity of an institution (hospital) in terms of the number of studies it can run parallelly. E ...
I am relatively new to SQL and need to construct a small productivity query to retrieve results from the day prior (in this case, time of the first an ...
I am a first time user of Squirrel SQL client for Oracle DB. When I am executing the below queries it is not popping up with a user input dialog box, ...
In the below code I want to select customer_name, location, gender and address along with customerid, aread_code. I tried GREATEST function along w ...
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 ...
I have created a table BORROW with the following attributes and datatypes of the corresponding columns as shown below: When I am running the DESCRI ...
error : ORA-00905: missing keyword THE STATEMENT : I am trying to use on delete cascade option on oracle but it gave me that error . Also i did th ...
Probably I ask for the impossible, but I'll ask anyway. Is there an easy way to select from one Oracle session and then insert/commit into another? ...
I want to get a result on one query. So I need do get a following result. All rows are "grouped" by partition clause in the window function by acct ...
In the below query when i comment one line AND EVT.EVT_EVNT_ID(+) = DPT.DPT_EVNT_ID or add outer join (+) in one line AND EVT.EVT_ENTITY_ID ='G' the q ...
I have a POST table, a CATEGORY table, a CATEGORY_TYPE table and a ASSIGNMENT table, I explain the ASSIGNMENT table contains assignments for each cate ...
I have this select: "Select * from table" that return: Id Value 1 1 1 1 ...
Right now I'm dropping, creating and then running scripts for several database several times each day. It's getting a little tedious. I've simple scr ...
I have following configurations from file /u01/app/oracle/product/19.0.0/dbhome_1/network/admin/listener.ora in file /u01/app/oracle/product/19.0.0 ...
I am trying to copy value from our old db to new db where there is a change in the table structure. Below is the structure of the table Table1 Table ...
I have a table1 with and another table2 with columns Having called the query I recieve the below error while joining the query.? Is it due to ...
I've created a variable IDS TABLECLIENT.ID&type; and i fill this var. with: This works fine. it stores 5 id clients but when i use this in a se ...