更改設定
XML DB PROTOCOL CONFIGURATION
If the port numbers shown are not the required values the PL/SQL package xdb_configuration can be used to
reconfigure the ports as follows
For FTP:
SQL> call xdb_configuration.setFTPport(nnnn)
2 > /
For HTTP:
SQL> call xdb_configuration.setHTTPport(nnnn)
2 > /
XML DB PROTOCOL CONFIGURATION
If the port numbers shown are not the required values the PL/SQL package xdb_configuration can be used to
reconfigure the ports as follows
For FTP:
SQL> call xdb_configuration.setFTPport(nnnn)
2 > /
For HTTP:
SQL> call xdb_configuration.setHTTPport(nnnn)
2 > /

博客介绍了若XML DB PROTOCOL CONFIGURATION中显示的端口号非所需值,可使用PL/SQL包xdb_configuration重新配置端口,给出了FTP和HTTP端口重配置的SQL调用示例。
1262

被折叠的 条评论
为什么被折叠?



