个人博客用于记载日常收集的一些技术文章 ...用友 : Oracle使用备份创建数据库用友 : Oracle使用备份创建数据库-- 创建表空间 create tablespace GYSY datafile 'D:\Oracle11g\oradata\orcl\GYSY.dbf' size 10240m autoextend on next 50m maxsize 15360M;
-- 创建零食表空间 create temporary tablespace GYSY_TEMP tempfile 'D:\Oracle11g\oradata\orcl\GYSY_temp.dbf' size 50m autoextend on next 50m maxsize 15360M;
-- 创建用户并制定默认表空间和临时表空间 CREATE USER "GYSY" PROFILE "DEFAULT" IDENTIFIED BY "orcl" DEFAULT TABLESPACE "GYSY" TEMPORARY TABLESPACE "GYSY_TEMP" ACCOUNT UNLOCK;
-- 用户分配权限 GRANT CREATE ANY TABLE TO "GYSY"; GRANT UNLIMITED TABLESPACE TO "GYSY"; GRANT "CONNECT" TO "GYSY"; GRANT "RESOURCE" TO "GYSY"; GRANT CREATE ANY VIEW TO "GYSY"; GRANT dba TO "GYSY";
-- 第一次需要创建备份文件目录 create directory impdp_dir as 'D:\Oracle11g\impdata';
-- 用户分配目录权限 grant read,write on directory impdp_dir to "GYSY";
select * from ICTransactionType select * from ICTemplate select * from ICTemplateEntry
select * from ICTemplate where FID = 'A01' select * from ICTemplateEntry where FID = 'A01'
select FID ,1 FPage ,FCtlIndex,FTabIndex,FFieldName,FCaption ,FIsVisibleForList,FVisForBillType from ICTemplate where FID = 'A01' union all select FID ,2 FPage ,FCtlIndex,FCtlOrder,FFieldName,FHeadCaption ,FIsVisibleForList,FVisForBillType from ICTemplateEntry where FID = 'A01'
order by FCaption 郭少锋编辑 2023-09-22 20:30:35创建 2023-09-22 20:24:28K3 功能K3 功能 : KIS-Z-1602 过滤方案K3 功能 : KIS-Z-1602 过滤方案----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- KIS-Z-1602 过滤方案
select * from ICSchemeProfile select * from ICSchemeProfileEntry
select * from xw_P_PtypePrice select * from xw_F_VchFlow
select * from Dlyndx
select * from DlySale select * from DlyBuy
select * from GoodsStocks select * from T_GoodsStocksGlide select * from employee select * from DlyA
select * from atype
select * from T_ReportTree select * from T_ReportInfo select * from Stock select * from Department select * from city select * from RefIndustry select * from Province
select * from xw_PtypeUnit
select * from xw_P_PtypeBPrice select * from xw_P_PriceOrderM select * from xw_P_PriceType select * from xw_P_PriceOrderD select * from xw_P_PriceFollow
select * from xw_OperUpdateLog select * from xwc_SysMenu
select * from AreaType select * from BRtype select * from PMtype select * from WGtype select * from FCtype select * from GXtype select * from Wtype select * from SlType select * from xjtype select * from kwtype select * from pptype select * from LXTYPE select * from ZCTYPE select * from SXTYPE
select * from STYPE select * from FMTYPE select * from Ftype
select * from CashRunType select * from Cash_Atype
select * from C4Type select * from C3Type select * from C2Type select * from C1Type select * from MTYPE select * from ZeroType select * from Vchtype
select * from Pos_Dummy_Ptype select * from InOutVchType select * from VchColConfig select * from Xw_ColorManType select * from T_Billmonthnumber select * from MonthProc
select * from BR_ACTIONLOG select * from LEOHOTKEY
select * from loginuser select * from vchcon
select * from FixedChangeType select * from FixedUseOf select * from FixedType select * from AdvConfig select * from sys_update_flag
select * from sysdata select * from syscon
select * from t_gbl_FieldTypeList select * from t_gbl_DataTypeList select * from t_gbl_ActionList
select * from BillPrintSetting select * from HHLOCKINFO select * from DitDefFomat
select * from itemSale select * from SetTip
select * from Xw_SelfData select * from Xw_SelfBT
select * from xwc_functionlist select * from xw_UpdateLog
select * from xw_gridfieldconfig select * from xw_baseupdatetag
select * from Xw_colorMan select * from Xw_SysData select * from Xw_BusinessDataNdx select * from Xw_BusinessDataParam
select * from YearInfo
select * from WEOverCost select * from FcOverCost select * from OrderVchType select * from NavSetting select * from Pos_ColCfg select * from CustomBalanceKey select * from WxTemplateSet select * from SMSTemplateSet select * from ERPConfig select * from Plu_SS_SysInfo select * from DDMessageSet select * from ProfitVchType select * from DlyndxExte select * from VoucherType select * from FtypeLevLenModel
select * from AtypeRelateModel select * from AccountModel