SQL Plus: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile app edit Android app edit
Line 182:
 
=== Script Execution ===
SQL'' Plus can execute SQL scripts stored in files. This is often used for batch processing or automating database tasks. You can run scripts by passing the script name as an argument to SQL'' Plus or by using the <code>START</code> or <code>@</code> command within SQL* Plus.
 
=== Command Line Usage ===