Mar 16 2009 10:38 AM 3641 6 Call SQL Script tnagarjun How to call SQL script file from PL/SQL? dj_dj_dj Profile Answers by dj_dj_dj Questions by dj_dj_dj Mar 18th, 2010 You can Call SQL Script by using @ and then giving path of the source fileFor ex: @c:/sqlscript.txt;RegardsDharmendra Jaiswal prasadreddi Profile Answers by prasadreddi Questions by prasadreddi Mar 17th, 2010 @<path>filename.sqlgive the path where the file is located extactly.Ex :- Let us say our file is located at c:tempabc.sqlSQL> @"c:tempabc.sql" It is better practice to use double qu... Answer Question Select Best Answer
Mar 16 2009 10:38 AM 3641 6 Call SQL Script tnagarjun How to call SQL script file from PL/SQL? dj_dj_dj Profile Answers by dj_dj_dj Questions by dj_dj_dj Mar 18th, 2010 You can Call SQL Script by using @ and then giving path of the source fileFor ex: @c:/sqlscript.txt;RegardsDharmendra Jaiswal prasadreddi Profile Answers by prasadreddi Questions by prasadreddi Mar 17th, 2010 @<path>filename.sqlgive the path where the file is located extactly.Ex :- Let us say our file is located at c:tempabc.sqlSQL> @"c:tempabc.sql" It is better practice to use double qu... Answer Question Select Best Answer
dj_dj_dj Profile Answers by dj_dj_dj Questions by dj_dj_dj Mar 18th, 2010 You can Call SQL Script by using @ and then giving path of the source fileFor ex: @c:/sqlscript.txt;RegardsDharmendra Jaiswal
prasadreddi Profile Answers by prasadreddi Questions by prasadreddi Mar 17th, 2010 @<path>filename.sqlgive the path where the file is located extactly.Ex :- Let us say our file is located at c:tempabc.sqlSQL> @"c:tempabc.sql" It is better practice to use double qu...