Search Results

Search: Posts Made By: zb99
3,975
Posted By zb99
It is working.
It is working.
3,975
Posted By zb99
I use the following: set pagesize 0; set...
I use the following:

set pagesize 0;
set serveroutput on
set termout off
set verify off
set heading off
set long 999
set lines 999
SET FEEDBACK OFF
SET HEAD OFF

SELECT...
3,975
Posted By zb99
Because I need to select a sequence or a value...
Because I need to select a sequence or a value from the database. Instead
SELECT '<ns1:messageId>' || ' ' || imk.nextval || '</ns1:messageId>' FROM dual;
it could be
select value from...
3,975
Posted By zb99
I am not sure I understand your question at all...
I am not sure I understand your question at all but... the data which is populated is two types:
1. is results of queries which come directly from the oracle database
2. is fixed values.

I am...
3,975
Posted By zb99
Thanks for the good idea. I will use CONCAT...
Thanks for the good idea.

I will use CONCAT to export the values from the database + tags. Like this:
SELECT '<ns1:messageId>' || ' ' || seq.nextval || '</ns1:messageId>' FROM...
3,975
Posted By zb99
Script which fill data in XML file
Hello,

I need help for writing a script that fills already generated xml file with data from oracle database and random sequences.

For example if we have the following tags:
<ns1:message>
...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 05:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy