python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to create a DML file of the owner inserts Oracle
I am trying to create a DML file that contains all the inserts to a database using only a script and asking only for the owner name, I found some documentation about the creation of files in Oracle an...
Alexander García
Votes: 0
Answers: 1
Different results when using a CURSOR and direct SQL execute? - PL/SQL
While debugging, I came across a strange situation today with a query that has a join condition on a column that could be NULL.
I have data in two tables like this:
emp_payment_trans_tab:
emp_payment...
Uthpala Dl
Votes: 0
Answers: 1
The product of col1 and col2 directly saves values in table 2
table1 has 2 columns and i want to store the product values of column 1 and column 2 values from table 1 to table 2. (the product of col 1 and col 2 directly saves values in table 2)
I'M THINKING TO ...
Shree Kushte
Votes: 0
Answers: 1
How do I get dbms_output to show when running a script in command window in PL/SQL Developer?
This is a follow up question to this
I am trying to run the following script in PL/SQL Developer in a Command Window:
DECLARE
ncount NUMBER;
vwhere VARCHAR2(1000) := '';
vselect VARCHAR2(1000) :...
gib65
Votes: 0
Answers: 1