-
We are currently writing a large piece of code in XML from a large query like below: set serveroutput on; …
- 944 views
- 1 answers
- 0 votes
-
I am trying to create a single stream response with course information from my oracle database. I tried LISTAGG but …
- 328 views
- 0 answers
- 0 votes
-
I am trying to extract data from XML using oracle SQL but returns null value. This is my XML: <?xml …
- 423 views
- 1 answers
- 0 votes
-
I am trying to write a function in Oracle that will allow me to specify the tag names and get …
- 332 views
- 1 answers
- 0 votes
-
I have XML file content as below <Student id="101"> <Name>ABC</Name> <Class>6</Class> </student> I want to load that content into oracle …
- 340 views
- 1 answers
- 0 votes
-
- 375 views
- 0 answers
- 0 votes
-
I don’t know XML well enough to know what terms to use to ask the question. I’m going to obfuscate …
- 341 views
- 2 answers
- 0 votes
-
I am trying to create a c# application to administer oracle databases using a web interface. I have been using …
- 354 views
- 1 answers
- 0 votes
-
- 359 views
- 0 answers
- 0 votes
-
I want to update two columns UG_length and AR_length as 80% and 20% respectively of NE_length from below query. SELECT …
- 332 views
- 1 answers
- 0 votes