偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Oracle密碼過期處理的實際應用

數(shù)據(jù)庫 Oracle
我們今天主要介紹的是Oracle密碼過期處理的應用,如果你對其相關的實際操作有興趣的話,你就可以對以下的文章點擊觀看了。

以下的文章主要是對Oracle密碼過期處理的實際應用的介紹,我在一個信譽度很好的網(wǎng)站找到一個關于Oracle密碼過期處理的實際應用的介紹的資料,拿出來供大家分享。希望會給你帶來一些幫助在此方面。

1、sqlplus 用戶/密碼@數(shù)據(jù)庫服務 as sysdba;

2、

  1. select username,profile from dba_users; 

3、

  1. select * from dba_profiles s where s.profile='default' and resource_name='password_life_time'

4、

  1. alter profile default limit password_life_time unlimited; 

如果用戶已經(jīng)被鎖定,則執(zhí)行5,否則不用執(zhí)行5;

5、alter user 用戶 identified by 密碼 account unlock;

[[10582]]

以上的相關內容就是對Oracle密碼過期處理的介紹,望你能有所收獲。

【編輯推薦】

  1. 修改Oracle默認用戶密碼有效期時間的實操
  2. Oracle 函數(shù)用法之decode解剖
  3. Oracle數(shù)據(jù)庫字典的創(chuàng)建與安裝
  4. Oracle case的實際用法總結
  5. Oracle11生成AWR的實際相關報告簡介

 

責任編輯:佚名 來源: 互聯(lián)網(wǎng)
相關推薦

2010-10-29 11:45:09

oracle用戶密碼

2010-03-30 14:32:38

Oracle Date

2010-04-08 18:33:46

Oracle VARR

2010-05-04 15:15:39

Oracle分頁查詢

2010-04-21 13:31:11

Oracle時間

2010-04-09 09:28:30

Oracle自增字段

2010-03-29 15:33:18

Oracle EXP

2010-03-31 17:40:15

Oracle SELE

2010-04-09 16:26:53

Oracle join

2010-04-06 16:00:19

Oracle更改表

2010-04-09 13:35:35

Oracle啟動

2010-04-28 15:04:37

Oracle數(shù)據(jù)

2010-04-12 12:30:44

Oracle 安裝腳本

2010-04-23 08:56:12

Oracle DRCP

2010-04-27 09:28:55

綁定變量

2010-04-21 12:35:01

Oracle導入

2010-04-29 16:15:06

Oracle flas

2010-04-15 09:36:42

2010-05-06 15:44:08

Oracle Nvl函

2009-10-28 13:58:35

Oracle密碼過期
點贊
收藏

51CTO技術棧公眾號