sqlplus command window execute sql script file

SQL>@file_name

E.g

SQL> @ monitor.sql file must be obtained or specify a directory path in the current window is located.

SQL>@D:\monitor.sql 

Reprinted example ------------------------ 
sqlplus System / System @ SRV @ a.sql perform @ a.sql after login or sqlplus

 

Guess you like

Origin www.cnblogs.com/chxmtl/p/11803276.html