⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sqlldr_exp.cmd

📁 一个将数据库数据导出为表格的实用脚本
💻 CMD
字号:
@echo offif "%1"=="" goto :usageif "%2"=="" goto :usagesqlplus -s %1 @sqlldr_exp.sql %2goto :done:Usageecho "usage 		sqlldr_exp un/pw [tables|views]"echo "example 	sqlldr_exp scott/tiger emp dept"echo "description 	Select over standard out all rows of table or view with "echo "        		columns delimited by tabs.":done

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -