' 寫入檔案
' 12:15 2005/3/9
Option Explicit
' ****************** DIM 區
dim strpath
dim fso
dim myfile,i
Set FSO = CreateObject("Scripting.FileSystemObject")
' ****************** 修改區
strpath = "\\cc\2332\tt"
' ****************** SET區
Set myfile = FSO.CreateTextFile(strpath & "\" & "writel.txt",true) 'tmpfile
' ******************
for i = 20 to 100
myfile.writeline i
next
myfile.close
2007年11月27日 星期二
訂閱:
張貼留言 (Atom)
RHEL install EPEL
https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...
-
旋轉泡泡: Oracle DataGuard 相關 Oracle DataGuard 檢查開啟狀態 -- 請全貼 -- ===check=== select dbid,name from v$database; select log_mode , OPE...
-
023_DG_3_restore 4.7 restore database on standby 4.7.1 startup nomount on standby STAGE [oracle@ Standby rmanbackup]$ export ORACL...
-
Check Log Mode SQL> select dbid,name from v$database; select log_mode , OPEN_MODE , DATABASE_ROLE from v$database; --Data...
沒有留言:
張貼留言