Technical Blog
Pages
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
Showing posts with label
dbms_xdb.getftpport
.
Show all posts
Showing posts with label
dbms_xdb.getftpport
.
Show all posts
Jan 14, 2016
Setting Software Port in Oracle
select dbms_xdb.gethttpport as "HTTP-Port",
dbms_xdb.getftpport as "FTP-Port" from dual;
begin
dbms_xdb.sethttpport('3036');
end;
/
commit;
Older Posts
Home
Subscribe to:
Posts (Atom)