Lingering FTP session in Oracle 10.2 XML DB - normal behavior or a bug?
Before I start the FTP session
SQL> select count (*) from v$session where username = 'TMA410';
0
After I start the FTP session
$ ftp 127.0.0.1 2100
Connected to 127.0.0.1.
Name (127.0.0.1:partha): tma410
331 pass required for TMA410
Password:
230 TMA410 logged in
Remote system type is Unix.
ftp>
SQL> select count (*) from