Oracle Apps Gurus: Spool data from sql*plus to a .csv file

Oracle Apps Gurus: Spool data from sql*plus to a .csv file

瀏覽:920
日期:2025-09-30
We need to login the sql*plus, create an empty 'test.xls' file in the 'c:' directory and then type the below statements in sql*plus. SET ECHO OFF SET FEEDBACK OFF SET HEADING OFF SET LINESIZE 32000 SET PAGESIZE 0 SET TERMOUT OFF SET ......看更多