Does SQLDeveloper support executing scripts?

后端 未结 6 851
梦毁少年i
梦毁少年i 2020-12-13 04:38

I was trying to follow some instructions today, and it starts with the comment


REM  In SQLPlus I manually copy in each line and execute it.
6条回答
  •  时光取名叫无心
    2020-12-13 05:03

    For each file you need to run, find it and drop it into SQLDeveloper. Run the script (F5) and then commit (F11). This will work for some scripts, but not all.

提交回复
热议问题