Hello there, I know it's a basic question, but I am curious about to know the answer. These symbols (< and >) what their meaning and what does these al and gt refer to Thanks in advance.
Oraask Latest Questions
Hello guys, I need a sample of how to cancel payable invoice using API from backend. thanks
from the question i want to clear java cache in linux?
I have the following set : Set set = new HashSet(); set.add("Yellow"); set.add("Red"); set.add("White"); set.add("Black"); and i want to convert this set to list in java how to do it easily.
I have the following list: [Yellow, Red, White, Silver, Black, Gray, Blue] and i want to reverse it's values to be like this: [Blue, Gray, Black, Silver, White, Red, Yellow] how to achieve this in Java?
I am facing a problem with converting a string to be uppercase in Python. let's assume that we have this string variable : myVarString = "this is chandra" and i want the final result to be: THIS IS CHANDRA thanks.
This is the empty list example: myList = [] how do i check whether this list is empty or not in Python?
I have the following two lists: firstList = [10, 34, 6] secondList = [50, 30, 120] and i want to concatenate them to be one list. how to do it in Python?
hello guys I am facing this error ORA-06503: PL/SQL: Function returned without value in Package INV_Validate_Trolin Procedure Attributes while calling API inv_move_order_pub.process_move_order to create move order through API from back end. thanks.
Hi guys i have an requirement to iterate through view object rows in OAF can any one help me in this. Thanks in advance.