wanmin444 发表于 2018-9-14 06:21:17

oracle数据库表空间及权限调整示例

alter table GSJSSO.ED_SEND_CONFIG move tablespace GSJSSO;  
alter table GSJSSO.ED_SEND_CONFIG_HOST move tablespace GSJSSO;
  
alter table GSJSSO.ED_SEND_CONFIG_LOG move tablespace GSJSSO;
  
alter table GSJSSO.ED_SEND_CONFIG_ORG move tablespace GSJSSO;
  
alter table GSJSSO.ED_SEND_CONFIG_USER move tablespace GSJSSO;
  
alter table GSJSSO.IDM_ROLE_MENU_ITEM move tablespace GSJSSO;
  
alter table GSJSSO.IDM_SYS_ADMIN_ROLE move tablespace GSJSSO;
  
alter table GSJSSO.IDM_SYS_ADMIN_USER move tablespace GSJSSO;
  
alter table GSJSSO.IDM_SYS_CONFIG move tablespace GSJSSO;
  
alter table GSJSSO.IDM_SYS_LOG move tablespace GSJSSO;
  
alter table GSJSSO.IDM_SYS_MENU move tablespace GSJSSO;
  
alter table GSJSSO.IDM_USER_ROLE move tablespace GSJSSO;
  
alter table GSJSSO.NET_PLATFORM_ORGANIZE_T move tablespace GSJSSO;
  
alter table GSJSSO.NET_PLATFORM_USER_T move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_ADAPTER move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_ADAPTER_RESOURCE move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_ADAPTER_RESOURCE_PRAM move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_SYS_ADMIN_USER move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_SYS_CONSTANTS move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_TEMPLATE_STYLE move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_TEMPLATE_USER move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_TEMPLATE_ZIP move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_USER_HEAD_PICTURE move tablespace GSJSSO;
  
alter table GSJSSO.PORTAL_USER_LOGIN move tablespace GSJSSO;
  
alter table GSJSSO.SSO_HOST move tablespace GSJSSO;
  
alter table GSJSSO.SSO_HOST_CONFIG move tablespace GSJSSO;
  
alter table GSJSSO.SSO_ORG move tablespace GSJSSO;
  
alter table GSJSSO.SSO_SESSION move tablespace GSJSSO;
  
alter table GSJSSO.SSO_USER move tablespace GSJSSO;
  
alter table GSJSSO.SYS_ADMIN_USER move tablespace GSJSSO;
  
alter table GSJSSO.SYS_CONFIG move tablespace GSJSSO;


页: [1]
查看完整版本: oracle数据库表空间及权限调整示例