I need a query to list all value sets of type Table in Oracle EBS R12. could somebody help me with this ? I know that there is a table called "FND_FLEX_VALUE_SETS", but what else and how to get the table ...
Home/
Aimal Safi/Questions
Oraask Latest Questions
Question
Question
I have a column with type varchar2 and i want to convert this column into number how can i achieve this in oracle database How to convert varchar2 to number in oracle?
Question
How to insert multiple rows in sql oracle?
Question
I am new to sql and i have a table with name "ACTIONS". what is the command to delete this table from the database? i tried this: delete table ACTIONS but it does not work.