Oraask Latest Questions
Hello Guys, I need a query please to get the oracle application URL from APPS database in Oracle EBS R12 Thanks.
hello guys, What is the command to grant read/write permission on an oracle directory ? to be able to write files or read some data from.
I have a list and want to print it's elements like (print myList[5]) but i am facing this error: IndexError: list index out of range please someone guide me why this error is raising
how to print a new line in python? i have a sentence "I like Python Programming Language" and i want to write it to a file but to be like this: I like Python Programming Language thanks in advance
how to convert string to int in java? we have this string value : String str = "336299654785"; and we need to convert it to integer in java how we can do this?
If we have an integer variable value "1530" and we want to convert it into a string in java how can we do this ?
I have this variable string String oraaskStr="Oraask"; and i want to find a character at index 4 and store it into character variable.