分页:
上一页 1 2 3 [4] 5 6 7 下一页
1 row created.
Elapsed: 00:00:00.00
SQL> commit;
Commit complete.
Elapsed: 00:00:00.00
SQL>
declare
fhandle utl_file.file_type;
begin
fhandle := utl_file.fopen('BFILE_DIR', 'lunartest1.txt', 'w');
utl_file.put_line(fhandle , 'aaa');
分页:
上一页 1 2 3 [4] 5 6 7 下一页