I have membership of oracle. and login., but I don't know why I can't download xml parser of oracle. who tell me where I can find xml parser of oracle. ...
espark
espark@...
Jan 2, 2001 7:42 am
540
Hi all, I posted a message regarding my problem i am having with using xml-dbms in linux os with oracle8i database. I am using the same product example shipped...
rajan tirumala
iitk_ka_mama@...
Jan 2, 2001 4:01 pm
541
check out this website http://technet.oracle.com/tech/xml/parser_java2/ ... can't download xml parser of oracle....
clark_tiu@...
Jan 3, 2001 4:03 am
542
This is srinivas u can have xml parser of oracle with oracle 8i itself.... the new oracle 8i will give parser to parse u r xml files.... and u can transfer the...
veerla srinivas
veerla_srinivas@...
Jan 3, 2001 5:47 am
543
It seems that you're using the parser from Sun ... use the xml parser of oracle. you can download it from their website. ... DBMS\XMLDBMS.JAR; ... ...
clark_tiu@...
Jan 3, 2001 6:34 am
545
hi Ron/all, My problem got solved. My problem was not being able to retrive data from DB to xml file, with xml-dbms on linux with oracle8i. the solution was in...
rajan tirumala
iitk_ka_mama@...
Jan 3, 2001 12:22 pm
546
Hi, I've seen this problem in other messages, and I've even copied the .map files Ron provides, but I am getting a NullPointer exception using the simplest of...
jmartin@...
Jan 3, 2001 2:08 pm
548
Ronald, It might be better if you put the address of the newsgroup on your website. That way it'll direct people there instead of coming to this egroup. Great...
clark_tiu@...
Jan 6, 2001 3:34 am
549
Hi, I prefer a mailing list. rgds, kaiyao _________________________________________________________________________ Get Your Private, Free E-mail from MSN...
ye kaiyao
yekaiyao@...
Jan 8, 2001 12:55 am
550
1. How to transfer data stored in server/database in a particular language using xml. 2. Can transaction on database be performed in such a way so that at ...
kapil kushwaha
k_kushwaha@...
Jan 8, 2001 11:00 am
551
Hi, I have a problem (not sure if this is the right place to post it) ... I am trying to map more than one class to the one db table. XML-DBMS doesn't allow me...
Walter Higgins
w_higgins@...
Jan 9, 2001 4:10 pm
552
Personally I would use XSLT to do this. There may be a way in XML-DBMS, but I think in the long run you will be happier using a "standard" (i.e. generic XSL...
jmartin@...
Jan 9, 2001 6:11 pm
553
Fortunately, you don't need to go this far. The source code is in a zip file (src.zip) in the directory in which you installed XML-DBMS. -- Ron ... -- Ronald...
Ronald Bourret
rpbourret@...
Jan 9, 2001 9:55 pm
554
The problem is probably that you haven't mapped the top-level element to a root table. For more information, see the second part of: ...
Ronald Bourret
rpbourret@...
Jan 9, 2001 10:19 pm
555
You don't need to create a "Result Set" table. "Result Set" is just a special name so the code can map the input result set to XML. (This also means that there...
Ronald Bourret
rpbourret@...
Jan 9, 2001 10:42 pm
556
This is very strange -- Informix supports transactions. However, as a workaround, try commenting out the calls to Connection.setTransactionIsolation in...
Ronald Bourret
rpbourret@...
Jan 9, 2001 11:11 pm
557
... Unfortunately, no. It look likes it will come out in pieces. The first bits (a GUI and possibly SAX-based transfer tools) will hopefully be done by the end...
Ronald Bourret
rpbourret@...
Jan 9, 2001 11:14 pm
558
This is a bug in XML-DBMS that for some reason only shows up when JDK 1.3.0 is used. For a fix, see question (3) in: ...
Ronald Bourret
rpbourret@...
Jan 9, 2001 11:21 pm
559
... Your guess is as good as mine. As a wild guess, it might have something to do with a base class on which the ResultSet class in the JDBC driver is built....
Ronald Bourret
rpbourret@...
Jan 9, 2001 11:26 pm
560
This is a perfect example of the major mismatch between XML and relational databases -- XML considers the order in which sibling elements and PCDATA occur to...
Ronald Bourret
rpbourret@...
Jan 10, 2001 12:11 am
561
I am trying to run the Transfer sample. I 'm using Mysql database and oracle parser, but I get following erro: java Transfer -todbms sales.map sales_in.xml ...
espark
espark@...
Jan 10, 2001 1:24 am
562
You need to create XMLDBMSKEY table to the same tablespace where you made example tables like belows. create table XMLDBMSKEY { HIGHKEY integer } Then...
김병관
kimbk@...
Jan 10, 2001 1:44 am
563
... I'm not sure I understand the question. XML and databases don't care what language is used. For example, as far as XML and databases are concerned, "Good...
Ronald Bourret
rpbourret@...
Jan 10, 2001 1:48 am
564
Hello! Does anyone have experience in how to use XML-DBMS with jclark's XT Parser? How would the Parser specific code in Transfer/TransferResultSet look like....
Michael Neumueller
mne@...
Jan 10, 2001 9:14 am
565
Hello everybody, I would like to inform you about a problem that i am facing right now. I have set up a relational database containing the following tables:...
Dimitrios Alexandrou
jimmy@...
Jan 10, 2001 11:48 am
566
I get the following error when I try to transfer to DB. What is likely to be the issue here? I'm using Oracle 8i. Thank you. ...
Ayman Akt
ayman@...
Jan 11, 2001 5:34 am
567
Ron, Thanks, for the reply. Since the system we are building *is* closed, our solution was to do precisely what you suggested in item (1) below. That is, to...
Barry Marcus
barry@...
Jan 11, 2001 4:26 pm
568
I have generated .map and .sql files from a third-party DTD which we will be using in our application and have encountered three problems with this. I am using...
Mike Richardson
mike.richardson@...
Jan 12, 2001 4:34 pm
569
Sorry to take so long responding -- I've been gone on vacation and business. The problem is that you need to map the Survey element to the special table name...
Ronald Bourret
rpbourret@...
Jan 13, 2001 6:40 pm
570
Sorry to take so long answering. I've been gone on vacation and business. The short answer: there isn't a useful workaround. (You could disable the check for...