問題タブ [oracle18c]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
oracle - ORA-65096: 共通ユーザーまたはロール名が無効です
こんにちは、Oracle 18c XE で新しいユーザーを作成しようとしましたが、
ORA-65096: invalid common user or role name
書き込み時のエラー
create user student identified by "student";
コンテナーを PDB に変更しようとしました
SQL> alter session set container =PDB;
ローカルユーザーを作成しようとするときに設定する必要があることは理解していますが、次のエラーが発生します。
ORA-65011: Pluggable database PDB does not exist.
コマンドプロンプトからすべての権限を持つ新しいユーザーを作成する方法を知っていますか?