-
We are currently writing a large piece of code in XML from a large query like below: set serveroutput on; …
- 1K 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 …
- 429 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 …
- 529 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 …
- 429 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 …
- 429 views
- 1 answers
- 0 votes
-
- 479 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 …
- 447 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 …
- 456 views
- 1 answers
- 0 votes
-
- 441 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 …
- 418 views
- 1 answers
- 0 votes