Not able to connect to /i/ directory through ftp client (FILEZILLA).
akm006Mar 21 2011 — edited Mar 21 2011Hi,
We are not able to connect to /i/ directory through ftp client (FILEZILLA).
we have followed the steps given below:
1. Download and install Filezilla. It’s free and open source.
2. Log into SQL*Plus as system and check to see if your FTP port has been set on your database. To do this run:
select dbms_xdb.getftpport from dual;If this returns zero then set the FTP port by running:
EXEC DBMS_XDB.SETFTPPORT(2100);
3. Now run Filezilla. Select File > Site Manager and enter a New Site. Enter the IP that you use to connect to APEX and the FTP port that you set up in step 2.
As we are trying to login through filezilla with the username and password, we are getting the error as
"530 login error".
As we doubt that our password is incorrect, Can you please suggest to reset the password for oracle XE.
We also tried to reset the password using file @apxxepwd.sql, but not able to loging.
Kindly help us.
regards
Anoop