Creating directory?
- by Vineet
When iam creating directory using sytem as user
create directory emp_dir1 AS "'C:\Documents and Settings\Administrator\Desktop\vin.txt";
vin.txt is my file
it creates it.
same when i do using user Scott
it gives an error for path of file
that "Identifier is too long"
but when i put this file path in single quotes instead of double quotes for scott, it creates it.
What is the reason behind?