How many types of collections are there in Oracle
Oraask Latest Questions
What is the maximum size of list in C#
How do you iterate through a list in C#
Why ArrayList is Faster than Vector in C#
While trying to add embedded content in a dashboard specially to be a clickable link, getting this error : This content is blocked. Contact the site owner to fix the issue obiee I have tried from different browsers but still showing the ...
Hi, I got this error while calling a web service from the database. HTTP request failed ORA-29270: too many open HTTP requests. Any help will be appreciated.
Hi, Please somebody help me to get the list of all inventory periods for particular inventory organization. thanks in advance.
Hello guys, i want to know the main difference between oracle searched case & simple case statements?
Hi, When i try to connect to oracle 11g from a php application i am getting this error : ORA-12705 invalid or unknown NLS parameter value specified Please help me to solve this issue
Hi, Oracle : 9.2.0.8.0 We have sequence as below: [code] CREATE SEQUENCE TEST_SEQ START WITH 41554558016 INCREMENT BY 2 MAXVALUE 1000000000000000000000000000 MINVALUE 1 NOCYCLE CACHE 40 NOORDER; [/code] We have written a procedure to increment the sequence value based on another sequence value by comparing the two values. But when I execute the procedure ...