日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) >

oracle 28000错误码,Oracle数据库 ORA-28000 错误处理方式

發(fā)布時(shí)間:2025/3/12 65 豆豆
生活随笔 收集整理的這篇文章主要介紹了 oracle 28000错误码,Oracle数据库 ORA-28000 错误处理方式 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

Oracle數(shù)據(jù)庫(kù)ORA-28000錯(cuò)誤處理方式

ORA-28000:the account is locked-的解決辦法

ORA-28000:the account is locked

第一步:使用PL/SQL,登錄名為system,數(shù)據(jù)庫(kù)名稱不變,選擇類型的時(shí)候把Normal修改為Sysdba;

第二步:選擇myjob,查看users;

第三步:選擇system,右擊點(diǎn)擊“編輯”;

第四步:修改密碼,把“帳戶被鎖住”的勾去掉;

第五步:點(diǎn)擊“應(yīng)用”再點(diǎn)擊“關(guān)閉”;

第六步:重新登錄就可以通過(guò)驗(yàn)證了;

第二種

ALTER USER username ACCOUNT UNLOCK;

第三種

在plsql developer中要是以scott/tiger登錄時(shí)提示ora-28000 the account is locked。

解決辦法:

新裝完Oracle10g后,用scott/tiger測(cè)試,會(huì)出現(xiàn)以下錯(cuò)誤提示:

oracle10g the account is locked

oracle10g the password has expired

原因:默認(rèn)Oracle10g的scott不能登陸。

解決:

(1)conn sys/sys as sysdba; //以DBA的身份登錄

(2)alter user scott account unlock;//然后解鎖

(3)conn scott/tiger //彈出一個(gè)修改密碼的對(duì)話框,修改一下密碼就可以了

在運(yùn)行里面輸入cmd在DOS模式下輸入sqlplus,以system用戶名登錄,密碼是剛裝oracle時(shí)自己填寫的密碼orcl,登錄進(jìn)去以后。

SQL> conn sys/sys as sysdba;(分號(hào)是必須的但是我是以system登錄的所在這不應(yīng)該寫conn sys/sys as sysdba應(yīng)該寫conn system/orcl as sysdba;)

Connected.

SQL> alter user scott account unlock;

User altered.

SQL> commit;

Commit complete.

SQL> conn scott/tiger//請(qǐng)輸入新密碼,并確認(rèn)后OK

Password changed

Connected.

這時(shí)再到plsql developer里面以scott/tiger登錄就可以了。。。。。

Oracle 10g默認(rèn)安裝帶來(lái)的用戶名/密碼

Username

Password

Description

See Also

CTXSYS

CTXSYS

The Oracle Text account

Oracle Text Reference

DBSNMP

DBSNMP

The account used by the Management Agent component of Oracle Enterprise Manager to monitor and manage the database

Oracle Enterprise Manager Grid Control Installation and Basic Configuration

LBACSYS

LBACSYS

The Oracle Label Security administrator account

Oracle Label Security Administrator's Guide

MDDATA

MDDATA

The schema used by Oracle Spatial for storing Geocoder and router data

Oracle Spatial User's Guide and Reference

MDSYS

MDSYS

The Oracle Spatial and Oracle interMedia Locator administrator account

Oracle Spatial User's Guide and Reference

DMSYS

DMSYS

The Oracle Data Mining account.

Oracle Data Mining Administrator's Guide

Oracle Data Mining Concepts

OLAPSYS

MANAGER

The account used to create OLAP metadata structures. It owns the OLAP Catalog (CWMLite).

Oracle OLAP Application Developer's Guide

ORDPLUGINS

ORDPLUGINS

The Oracle interMedia user. Plug-ins supplied by Oracle and third party format plug-ins are installed in this schema.

Oracle interMedia User's Guide

ORDSYS

ORDSYS

The Oracle interMedia administrator account

Oracle interMedia User's Guide

OUTLN

OUTLN

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 Guide

SI_INFORMTN_SCHEMA

SI_INFORMTN_SCHEMA

The account that stores the information views for the SQL/MM Still Image Standard

Oracle interMedia User's Guide

SYS

CHANGE_ON_INSTALL

The account used to perform database administration tasks

Oracle Database Administrator's Guide

SYSMAN

CHANGE_ON_INSTALL

The account used to perform Oracle Enterprise Manager database administration tasks. Note that SYS and SYSTEM can also perform these tasks.

Oracle Enterprise Manager Grid Control Installation and Basic Configuration

SYSTEM

MANAGER

Another account used to perform database administration tasks

總結(jié)

以上是生活随笔為你收集整理的oracle 28000错误码,Oracle数据库 ORA-28000 错误处理方式的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。