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)
alternative tables all_types for package define types in oracle db
I use oracle 19. The following type is declared in the package.
CREATE OR REPLACE package MYUSER.mytest is
TYPE MY_TABLE IS TABLE OF VARCHAR2(30);
FUNCTION mytable_test ( in_param IN ...
Andrey Vladimirovich
Votes: 0
Answers: 1
Oracle AQ. Error ORA-25263: no message in queue when dequeue message
I want to dequeue message with message id from my queue table, but I get error that ORA-25263: no message in queue OPERATION_QUEUE with message ID DBF9DE01CB5C0DA7E0550000FF000001
How I can dequeue me...
oliaaa_s
Votes: 0
Answers: 1
Loading a huge CSV file with high performance in Oracle table
I have a CSV File which its size is about 20 Gig. The file has three Persian columns. I want to load it to Oracle Table. I searched and found that sql loader has high performance. But, when I load the...
M_Gh
Votes: 0
Answers: 1
ORA-01002 Fetch Out of Sequence with Temporary Table and .Net
I have a stored proc in Oracle that I am trying to call from a .Net Core app.
The proc loops through a cursor to populate a Global Temporary table, and attempts to send the result back as a ref cursor...
J.Cart
Votes: 0
Answers: 1