I have written PL/SQL code to store XML into cursor. Refer the below code Requirement: As of line at line 83, I am inserting the result into another table (XML_GEN) as XMLTYPE datatype. Line: insert into xml_gen (fxdoc) values (i.FXML); But ...
Oraask Latest Questions
Question
Question
What is the difference between Implicit and Explicit Cursor in Oracle?
Question
can someone tell me how many triggers can I create on a single table in Oracle Database?
Question
How many types of collections are there in Oracle
Question
Can we extend Varray in Oracle PL/SQL?
Question
What is an array in PL/SQL?
Question
What is PLS_INTEGER in Oracle PLSQL?
Question
What is nested table in PL/SQL
Question
Can we create a multidimensional collection in PL/SQL?
Question
Can we use commit in a trigger?