zoukankan
html css js c++ java
PLSQL怎样导出oracle表结构
tools->export tables 是导出表结构还有数据
tools->export user objects是导出表结构
可以用tools->export tables
用中间的sql inserts页面,选中create tables选项,where clause 里写入 where rownum<1。
如果表包含有CLOB类型字段的话,sql是无法导出的。这时候可以改用PL/SQL的pde格式进行导出。
查看全文
相关阅读:
raw socket
selenium and win32api
linux ip
network config
grub paramiter & menu.list
实用命令dd
resin or tomcat .war e.g. note
JSP 运行
linux command screen
docker interact example
原文地址:https://www.cnblogs.com/rethink/p/2279277.html
最新文章
python自动化运维目录
01 psutils模块运用
07 权限管理
06 视图、触发器、函数、流程控制、存储过程
05 多表查询与子查询
04 记录操作、单表查询
mysql apache php install
fiddler note
Jmeter
oracle often commands
热门文章
python install (version problem-method ln -s)
apache php env build
mysqladmin note
iptables nt
软件版本常识
tcp protocol number
nmap
mysqldump database table
haproxy log config
postfix config
Copyright © 2011-2022 走看看