oracle常用累积命令(Oracle cumulative command).docVIP

oracle常用累积命令(Oracle cumulative command).doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
oracle常用累积命令(Oracle cumulative command)

oracle常用累积命令(Oracle cumulative command) * * * * * * * * * * linux看内核信息 cat / proc / cpuinfo | grep cut (d) | (| sole. * * * * * * * * * * linux下创建oracle用户表空间 操作步骤如下. 1、登录linux, 以oracle用户登录 (如果是root用户登录的, 登录后用 su oracle命令切换成oracle用户) 2、以sysdba方式来打开sqlplus, 命令如下 sqlplus have sysdba. 3、查看我们常规将用户表空间放置位置: 执行如下sql. select name from v $datafile. 上边的sql一般就将你的用户表空间文件位置查出来了. drop user datacenter _ old stunt. 4、创建用户表空间. create tablespace datacenter _ old datafile / orasvr1 / poi _ risk / datacenter01.dbf size 10240m autoextend on extent management local auto segment space management. 5、创建用户, 指定密码和上边创建的用户表空间 create user datacenter _ old as old world tablespace datacenter _ datacenter _ old. 6、赋予权限 grant connect, resource to datacenter _ old. grant unlimited tablespace to datacenter _ old. grant create database link to datacenter _ old. grant select any sequence create materialized view to datacenter _ old. grant dba to datacenter _ old. - drop tablespace to datacenter _ old. 经过以上操作, 我们就可以使用beapp / beapp登录指定的实例, 创建我们自己的表了 * * * * * * * * * * 连接到数据库 sqlplus / nolog conn username / password and connect _ identify username: 用户名 password: 口令 connect _ 连接描述符 identification. 如果远程连接到服务器上的用户名密码为数据库密码, 则直接可以用connect / have sysdba select username, password from dba _ users order by username. * * * * * * * * * * 查看数据库版本 select * from v $version. * * * * * * * * * * 查看数据库表名 select name from table _ dba _ tables where owner = riskmgr. * * * * * * * * * * 查看数据库名 select name from v $database. * * * * * * * * * * 清空数据缓冲池 _ alter system flush buffer cache. * * * * * 查看表空间, 但是扩展后的使用率未显示 * * * * * select a.a1 表空间名称. c.c2 类型. c.c3 区管理. b.b2 / 1024 / 1024 表空间大小m. (b.b2-a.a2) / 1024 / 1024 已使用m. substr (b.b2-a.a2) / b.b2 * 100,1,5) 利用率 from select sum (a1) tablespace _, nvl (bytes, 0)) a2 from dba _ free _ space group by tablespace _ name). the tablespace _ select sum (b1, b2) _ bytes) of data _ line group by tablespace _ name). the tablespace _ select c1, c2, c3 _ content, method and management _ ta

文档评论(0)

f8r9t5c + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档