Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: DIFFERENCE.....
The difference between the @ and @@ is important in an SQL script. Both
will run the specified file. However, if a path is not provided the @
symbol will look for the file in the directory local to the SQL*plus
session whereas the @@ symbol will look for the file in the same directory
from which the calling script was run.
dvsingh1_at_my-dejanews.com wrote:
> Hello..
>
> Could U please tell me the differences betwn..
>
> 1 '&variable_name' and '&&variable_name'
>
> 2 @filename and @@filename
>
> could U also tell when to use what....
>
> Thanks in Advance....
> Digendra
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Mon Oct 12 1998 - 23:58:38 CDT