Unless you started the sqlplus session from $ORACLE_HOME/rdbms/admin (or the Windows equivalent), then you need to specify the complete path to the file.

To save some typing, within sqlplus ? is equivalent to ORACLE_HOME, so you can do:

@?/rdbms/admin/u0801070

HTH
John