跳至主要內容

[oracle] 建立使用者相關 ORA-65096 ORA-28014:

建立 使用者
— CREATE USER SQL
CREATE USER brady IDENTIFIED BY brady DEFAULT TABLESPACE “CCH_TABLESPACE” TEMPORARY TABLESPACE “TEMP”;
刪除 使用者
DROP USER C##brady
方法一
加 C##
方法二
alter session set “_ORACLE_SCRIPT”=true;
https://ithelp.ithome.com.tw/articles/10198007
https://www.cnblogs.com/siyunianhua/p/4004361.html
ORA-28014:
alter session set “_oracle_script”=true;
顯示目前所有的使用者
select username
from dba_users
where username=’TEST01′
https://www.rocworks.at/wordpress/?p=408

分類:oracle
由 Compete Themes 設計的 Author 佈景主題