How to execute a local. SQL script file under Oracle

Source: Internet
Author: User
Tags sqlplus
Analysis:

We usually in the development process will encounter a lot of program modification or bulk modification of data when the script will choose the form of the file is executed by the command, then how to execute SQL script file with Plsql or Sqlplus?

Description

If we now put a create.sql script file that we need to execute under the C-drive letter, if we use Sqlplus to execute this script file:

1. Go to the Run Command window.

2, Login Sqlplus

Connect Username/[email protected];

3. After the database connection is successful, execute the script file

@ ' c:\create.sql '; or @@c:\create.sql;

If you use the Plsql tool, create a new command window directly and execute the following code directly:

@ ' c:\create.sql '; or @@c:\create.sql;

  

How to execute a local. SQL script file under Oracle

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.