I am trying to connect Oracle db with node.js using javaScript. requirement -I am automating UI using webdriverIo which uses node.js and JS .In one f ...
I am trying to connect Oracle db with node.js using javaScript. requirement -I am automating UI using webdriverIo which uses node.js and JS .In one f ...
I'm trying to connect my oracle database version 19c on sqldeveloper version 21.2.0 but for some reason when I create a new connection using a user th ...
I want to use REGEXP_REPLACE with this pattern. but I don't know how to add square bracket in square bracket. I try to put escape character but i did ...
Hi I am using select with union to select ftom 8 tables. These table have some common fields amd some unique fields to each table. I am getting errors ...
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: ...
I'm trying to see if I can use VS Code to connect to the Oracle databases we use at my job. I installed the Oracle Developer tools extension for VS Co ...
I have input like with two levels of node as below where Node 1 is a parent node and node 2 is a child. But some child in node 2 like B1, B2, H9 can a ...
I need to create a function that will be called on oracle screen. I just don't know how to do it ...
I'm doing an app in Apex Oracle and trying to find a query that could prevent people from booking a room already booked. I managed to find a query tha ...
I have a query , when I run the below query in Oracle I am getting error as ORA-00933: sql command not properly ended. I have tried Can you ple ...
how to replace bitand function and decode oracle function in postgres sql? tried below sql ...
How do I find the next status and next date for a subscriber and offer? my table: expected table: u_id offer_id statu ...
I have to do the following and can't figure out how to do it all correctly: I have a table test Test1 Test2 ...
I have a table which is like this: Cust_ID Customer_Group Company City Country 1927373 ...
I have a table TBL1 which contains columns, among them COL1. I want to check as efficiently as possible (quick computation, small result) if the valu ...
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 ...
There is a simulated database environment that runs like production environment. but no data in this database, and the statistical information comes f ...
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. ...
I have this sql query which works well: my_table A parameter value x ID FOO1223 ...