SQL database Problems and Solutions in OneMap configuration in Oracle

Source: Internet
Author: User

SQL database Problems and Solutions in OneMap configuration in Oracle

Error ORA-00900: Invalid SQL statement, error: ORA--00942: Table or view does not exist after clicking OK

Analysis: prompt is a printing function in Oracle. If you want to execute an SQL file with a prompt in PLsql, the above error will be reported. on the Internet, it was found that the DBA permission was used to execute this SQL statement, it must be NORMAL, but it will eventually fail.

Solution:

Open CMD, go to SQLPLUS, or directly click SQLPLUS in the application development of the client, enter the user and password for executing the SQL, and go to SQL>

Enter @, drag the SQL file to the PLSQL window, and press enter to execute.

As follows:

SQL> @ C: \ A. SQL

====================================================== Gorgeous split line ==== ====================================

Running result:

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.