Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Not able to connect to /i/ directory through ftp client (FILEZILLA).

akm006Mar 21 2011 — edited Mar 21 2011
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2011
Added on Mar 21 2011
3 comments
206 views