Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UltraEdit 内からPL/SQLまたは SQLを実行するにはどうすればよいですか?
現在、次のように現在のファイルをコンパイルできます。
sqlplus database/database@pass @%F
上記はコンパイルされますが、実行するコマンドは何ですか?
ここに表示オプションが表示されません。
sqlplus apps/apps@dev @%F
上記はファイルの内容を実行します。ファイルは .sql として保存する必要があります。