



免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Oracle数据库 ORA-28000 错误处理方式ORA-28000: the account is locked-的解决办法ORA-28000: the account is locked第一步:使用PL/SQL,登录名为system,数据库名称不变,选择类型的时候把Normal修改为Sysdba;第二步:选择myjob,查看users;第三步:选择system,右击点击“编辑”;第四步:修改密码,把“帐户被锁住”的勾去掉;第五步:点击“应用”再点击“关闭”;第六步:重新登录就可以通过验证了;第二种ALTER USER username ACCOUNT UNLOCK;第三种在plsql developer中要是以scott/tiger登录时提示ora-28000 the account is locked。解决办法:新装完Oracle10g后,用scott/tiger测试,会出现以下错误提示: oracle10g the account is locked oracle10g the password has expired原因:默认Oracle10g的scott不能登陆。解决:(1)conn sys/sys as sysdba; /以DBA的身份登录(2)alter user scott account unlock;/ 然后解锁(3)conn scott/tiger /弹出一个修改密码的对话框,修改一下密码就可以了在运行里面输入cmd在DOS模式下输入sqlplus,以system用户名登录,密码是刚装oracle时自己填写的密码orcl,登录进去以后。SQL conn sys/sys as sysdba; (分号是必须的但是我是以system登录的所在这不应该写conn sys/sys as sysdba应该写conn system/orcl as sysdba;) Connected.SQL alter user scott account unlock; User altered.SQL commit; Commit complete.SQL conn scott/tiger/请输入新密码,并确认后OKPassword changedConnected. 这时再到plsql developer里面以scott/tiger登录就可以了。 Oracle 10g 默认安装带来的用户名/密码 UsernamePasswordDescriptionSee AlsoCTXSYSCTXSYSThe Oracle Text accountOracle Text ReferenceDBSNMPDBSNMPThe account used by the Management Agent component of Oracle Enterprise Manager to monitor and manage the databaseOracle Enterprise Manager Grid Control Installation and Basic ConfigurationLBACSYSLBACSYSThe Oracle Label Security administrator accountOracle Label Security Administrators GuideMDDATAMDDATAThe schema used by Oracle Spatial for storing Geocoder and router dataOracle Spatial Users Guide and ReferenceMDSYSMDSYSThe Oracle Spatial and Oracle interMedia Locator administrator accountOracle Spatial Users Guide and ReferenceDMSYSDMSYSThe Oracle Data Mining account.Oracle Data Mining Administrators GuideOracle Data Mining ConceptsOLAPSYSMANAGERThe account used to create OLAP metadata structures. It owns the OLAP Catalog (CWMLite).Oracle OLAP Application Developers GuideORDPLUGINSORDPLUGINSThe Oracle interMedia user. Plug-ins supplied by Oracle and third party format plug-ins are installed in this schema.Oracle interMedia Users GuideORDSYSORDSYSThe Oracle interMedia administrator accountOracle interMedia Users GuideOUTLNOUTLN The account that supports plan stability. Plan stability enables you to maintain the same execution plans for the same SQL statements. OUTLN acts as a role to centrally manage metadata associated with stored outlines.Oracle Database Performance Tuning GuideSI_INFORMTN_SCHEMASI_INFORMTN_SCHEMAThe account that stores the information views for the SQL/MM Still Image StandardOracle interMedia Users GuideSYSCHANGE_ON_INSTALLThe account used to perform database administration tasksOracle Database Administrators GuideSYSMANCHANGE_ON_INSTALLThe account used to perform Oracle Enterprise Manager database administration tasks. Note that SYS and SYSTEM can also perform these tasks.
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 电视剧联合投资摄制合同
- 铆工技能考试试题及答案
- 河北工会考试试题及答案
- 2025年定西高考语文试卷及答案
- 演讲稿夹怎么拿
- 高中入学生会演讲稿
- 2025年酒店财务考试试题及答案
- 民营企业制定融资方案策略详解
- 中考真题广东数学及答案
- 大方六小的半期考试试卷及答案
- 2025年及未来5年中国汞行业市场全景监测及投资前景展望报告
- 2025年家政服务人员劳动合同范本下载
- 2025年上海文化广场第三季度公开招聘工作人员笔试备考题库及答案解析
- 2025销售人员劳动合同模板
- 220kV输电线路工程质量复测报告
- 经管课题申报书范文
- 江苏省南通市2025-2026学年高三9月调研测试数学试卷(含答案)
- 广东省佛山禅城区2025~2026学年物理九年级上册开学摸底考试模拟练习卷【附答案】
- 下载标准版门市房屋租赁合同3篇
- 井下安全用电培训课件
- UPS电源维护保养操作规范及要点
评论
0/150
提交评论