Perhaps you could cd into /opt/oracle first, and then:
tar cvf oracle_tar.tar 10.2
Go to wherever ". (dot)" is, and extract it.
Using tar with an absolute path will cause it to extract as such. Use relative paths with TAR, as a general rule of thumb (i.e. when not writing to a tape).