Oracle數(shù)據(jù)庫內(nèi)存助手小工具是一款可以讓你全自動生成代碼的工具,絕對能讓你把自己的任務(wù)快速的完成,還有很多讓你開懷一笑的內(nèi)容,需要的下載吧。
軟件特色
支持最新的 Oracle 版本
附加的連接選項
即時的服務(wù)器導(dǎo)覽
強大的視覺化數(shù)據(jù)庫設(shè)計器
高級 Oracle 管理工具
精心設(shè)計的視覺化創(chuàng)建工具或 SQL 編輯器
多樣化的導(dǎo)入及導(dǎo)出能力
強大的數(shù)據(jù)操作工具
強大的安全性管理
oracle修復(fù)語句
編輯一個oracle_startup.bat文檔 內(nèi)容為:
set sid=xinhailsnrctl start>>e:/oracle_startuplog.logsqlplus /nolog @e:oracle_startupsql.txt>>e:/ oracle_startuplog.log
在e盤下增加文檔oracle_startuplog.log,內(nèi)容為:
connect / as sysdba;startup nomount;alter database mount;alter database open;quit
然后把oracle_startup.bat放到系統(tǒng)啟動項里面,這樣每次啟動系統(tǒng)時oracle就自動啟動了。