jsp+oracle
讲解了关于jsp+oracel的实例 cmd下指令: exp jsp/jsp@orcl file=c:\jsp.dmp log=c:\jsp.log exp jsp/jsp@orcl file=c:\jsp_crm.dmp log=c:\jsp_crm.log tables=(crmuser,customer,orders) imp test/test@orcl file=c:\jsp.dmp log=c:\jsp_imp.log ignore=y mysql命令行下指令: drop table customer; create table customer( customerId int(6) unsigned not null auto_increment, name varchar(50) not null, address varchar(300), zipCode varchar(25), phone varchar(50), fax varchar(50), comments varchar(4000), addTime datetime, primary key (customerId) )engine=InnoDB default charset=gbk; cmd下指令: load data local infile 'E:/JSP book/Mybook/customer_data.csv' into table customer fields terminated by ',' lines terminated by '\r\n'; SQL server命令行下指令: create table customer( customerId int not null identity(1,1) PRIMARY KEY, name nvarchar(50) not null, address nvarchar(300), zipCode nvarchar(25), phone nvarchar(50), fax nvarchar(50), comments nvarchar(4000), addTime datetime ) Go SQL Plus下指令 alter session set NLS_DATE_FORMAT='yyyy-mm-dd hh24:mi:ss' cmd下指令: sqlldr userid=jsp/jsp control=C:\input.ctl
- 1
- 2
- 3
- 粉丝: 0
- 资源: 1
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Python 自动办公- Python分类汇总278张Excel表中的数据 Python源码
- Python 自动办公- Python分类汇总278张Excel表中的数据 Python源码
- finalshell.zip
- ARP欺骗检测工具.py
- 基于python制作的有窗体图形的剪刀石头布小游戏
- NISP考试题库及答案分析
- node.js用户注册
- node.js用户登录
- Scikit-learn库中主成分分析(PCA)技术的Python实现教程
- MySQL管理与应用:跨平台的安装、配置、性能优化及安全监控
- Java(Android开发):基础语法及核心特性详解
- CSDN_1735131645517.png
- 用户登录数据库,sql语言
- 脚本编程语言:PHP基础语法与开发入门
- platform-tools-latest-darwin.zip
- python erp项目