This is a discussion on Is XDK for PLSQL on Oracle 9.2.0.5 database deprecated? within the Oracle Database forums, part of the Database Server Software category; --> Is XDK for PLSQL on Oracle 9.2.0.5 database deprecated? Can anyone shed some light on this for me. What ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is XDK for PLSQL on Oracle 9.2.0.5 database deprecated? Can anyone shed some light on this for me. What packages/procedures replace the functionality of XDK on the 9.2.0.5 database? Is there any advantage to installing the XDK for PL/SQL anyway? Thanks, DCR |
| |||
| > Is XDK for PLSQL on Oracle 9.2.0.5 database deprecated? > > Can anyone shed some light on this for me. What packages/procedures > replace the functionality of XDK on the 9.2.0.5 database? Is there > any advantage to installing the XDK for PL/SQL anyway? > > Thanks, > > DCR with 9i you can use XMLDB HTH |
| ||||
| Yes, there is no more need to load it to database. Since 9.2 version it's already present in database. Take a look at DBMS_XMLDOM, DBMS_XSLPROCESSOR packages and SQLX functions in Oracle documentation. "DCR" <dave.rama@gmail.com> ???????/???????? ? ???????? ?????????: news:8305e476.0411120738.1fa8e268@posting.google.c om... > Is XDK for PLSQL on Oracle 9.2.0.5 database deprecated? > > Can anyone shed some light on this for me. What packages/procedures > replace the functionality of XDK on the 9.2.0.5 database? Is there > any advantage to installing the XDK for PL/SQL anyway? > > Thanks, > > DCR |