The difference between the command window and the sql window in PLSQL Developer

The command window is similar to sqlplus. Basically, all commands can be executed
, but the execution commands of the sql window are very limited. Only DDL, select, DML, etc. can be executed.

 

 

 

If you want to import a large script file, you can use the command 

SQL> @'D:\XF\JSXF_ORG_JCJ.sql';
 

 

It's not easy to guide in other ways, it takes a long time

 

-------- This is quite similar to mysql's source xx.sql

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326440745&siteId=291194637