Please i need FNDLOAD command to download and upload messages from one instances to another. thanks in advance.
Oraask Latest Questions
What is reflection, and why is it useful? I'm particularly interested in Java, but I assume the principles are the same in any language
If you have java.io.InputStream object, how should you process that object and produce a String? Suppose I have an InputStream that contains text data, and I want to convert this to a String. For example, so I can write the ...
I want to address the necessity to test every object if you want to access a field or method of this object. For example: [code] if (someobject != null) { someobject.doCalc(); } [/code] In this case I will avoid a NullPointerException, and I don't know exactly if ...
Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how? If not, is there a plugin which can do so?
How do I append an object to an array in JavaScript? var arr = ["Adam","panju","keri"];
hello guys, please help me to get the po change history for revision details when we compare current po with original po? thanks in advance.
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 ...