Using EXP with a slash in the password on Unix

The password should be put between quotes if it contains a slash. However the quotes are required by the EXP utility itself, so you must protect the quotes from being processed by the shell as well (using apostrophes). Wink
You must issue exp in the following way: exp 'username/"password"@tnsalias' [other parameters]