2012年11月12日

oracle进行表数据恢复

摘要: 原文出自:http://www.cnblogs.com/Automation_software/archive/2011/03/11/1981370.html1、建表-- Create tablecreate table DARCY(ID NUMBER,INFO NVARCHAR2(32))tablespace DATA_SGPMpctfree 10initrans 1maxtrans 255storage( initial 64K minextents 1 maxextents unlimited);2、插入数据insert into "SGPM"."DARCY 阅读全文

posted @ 2012-11-12 17:40 星空夜夏梦 阅读(254) 评论(0) 推荐(0) 编辑

导航