python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
store variable for use later in plsql block
I am very new to plsql and I'm not even sure if I can do what I want.
I'm trying to create a simple plsql block that I can use for multiple databases that will create a pfile in a specific directory t...
goswell
Votes: 0
Answers: 1
Wrap raw queries in a transaction
I must do these 3 operations in sequence over a database:
Truncate final table
Migrate data from start table to final table
Truncate start table
I want to wrap these operations in a single transacti...
Loris
Votes: 0
Answers: 0
How to call a dynamic day in sql?
I have a table I want to pull all date records before the most recent Friday. I know you can use sysdate (or getdate) to pull the current day, but all the solutions to similar questions I've looked at...

chicagobeast12
Votes: 0
Answers: 2
How do I connect to local oracle database from a project that is in a Docker container?
I have a rest api mounted on Springboot, and this is inside a docker container, the issue is that I want to connect to my local database, but it does not connect me, if someone knows what I can do, I ...
DaxTter77
Votes: 0
Answers: 1