Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi G - M > Modelli dei dati e DBMS di nuova generazione > Inserire XML nell'ORACLE XML REPOSITORY
  Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
Mark116
.simpatizzante.

User info:
Registered: Jan 2015
Posts: 17 (0.00 al dì)
Location:
Corso: Informatica F1X
Anno: 3
Time Online: 6:57:52 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Inserire XML nell'ORACLE XML REPOSITORY

Il Prof Mesiti mi ha inviato il codice necessario per inserire un pdf nell'ORACLE XML REPOSITORY:

DECLARE
res BOOLEAN;
empsxmlstring VARCHAR2(300):=
'<?xml version="1.0"?>
<emps>
<emp empno="1" deptno="10" ename="John" salary="21000"/>
<emp empno="2" deptno="10" ename="Jack" salary="310000"/>
<emp empno="3" deptno="20" ename="Jill" salary="100001"/>
</emps>';
deptsxmlstring VARCHAR2(300):=
'<?xml version="1.0"?>
<depts>
<dept deptno="10" dname="Administration"/>
<dept deptno="20" dname="Marketing"/>
<dept deptno="30" dname="Purchasing"/>
</depts>';
BEGIN
res := DBMS_XDB.createResource('/public/emps.xml', empsxmlstring);
res := DBMS_XDB.createResource('/public/depts.xml', deptsxmlstring);
END;

__________________
Dispense e altro materiale utile: docs.mark116.it/
Pagina Facebook: facebook.com/mark116Docs/

Algoritmi e Strutture Dati - Sistemi Operativi (e JOS) - Crittografia - Analisi Dati (Linguaggio R) - Reti di Calcolatori - E molto altro...

23-01-2016 09:28
Click Here to See the Profile for Mark116 Click here to Send Mark116 a Private Message Visit Mark116's homepage! Find more posts by Mark116 Add Mark116 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 14:02.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.031 seconds (70.82% PHP - 29.18% MySQL) con 28 query.