ORACLE的使用方法有哪些

本篇内容主要讲解“ORACLE的使用方法有哪些”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“ORACLE的使用方法有哪些”吧!

网站的建设创新互联专注网站定制,经验丰富,不做模板,主营网站定制开发.小程序定制开发,H5页面制作!给你焕然一新的设计体验!已为封阳台等企业提供专业服务。

//删除用户
drop user lc0019999 cascade

//创建用户
create user lc0019999 identified by password

//给用户授DBA权限
grant dba to lc0019999

//导入数据
$implc0019999/password@server file=e:back312.dmp fromuser=lc0019999 touser=lc0019999

//导出数据
$explc0019999/password@server file=e:backaaa.dmp

//更改sys与system口令
alter user system(sys) identified by newpassword

//更改归档日志方式archivelog与noarchivelog
alter database archivelog(noarchivelog)

//整理蜂窝式碎片的方式
alter tablespace tablespacename coalesce

//查看缺省表空间与临时表空间
select username from dba_users where default_tablespace='system' or temporary_tablespace='system' order by username

//将缺省表空间与临时表空间改为非system
alter user rsingh default users temporary temp

//创建表空间命令
create tablespace tablespacename...(other command options)...extent management local uniform size 10M

//在不同表空间之间移动索引
alter index<index_name> rebuild tablespace<tablespace_name>

//分析数据表空间(执行结果不可见)
analyze table <table_name> compute statistics

//查询表最高点与表的未用块
select blocks "high water mark",empty_blocks "unused space" from dba_tables where table_name='&table_name' and owner='&owner_name'

//释放未用表空间
alter table <table_name> deallocate unused[keep <integer_vlaue> [K|M]]

到此,相信大家对“ORACLE的使用方法有哪些”有了更深的了解,不妨来实际操作一番吧!这里是创新互联网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

名称栏目:ORACLE的使用方法有哪些
网页地址:https://www.cdcxhl.com/article44/pdceee.html

成都网站建设公司_创新互联,为您提供域名注册网站建设自适应网站品牌网站制作网站收录标签优化

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

h5响应式网站建设