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.
pl/sql コードをファイルに記述しています。
create or replace proc p1 as begin null; <here i have lots of trailing spaces> end; /
sqlplus でスクリプトを実行すると、プロシージャ p1 の 4 行目にスペースが含まれません。
これらのスペースを予約するにはどうすればよいですか?
前もって感謝します
試す:
set trim off set trims off