|
| Total Answers and Comments: 3 |
Last Update: April 03, 2008 Asked by: agusprg |
|
| | |
|
Submitted by: basmgokul Hi,
Step 1: save your script as .sql format. Step 2: to run your script, follow this
SQL> @'pathname'
assume your script db.sql was saved in c:datascript, then
ex: SQL>@'c:datascriptdb.sql'
Above answer was rated as good by the following members: subajay | Go To Top
|