以下の内容はhttps://htn20190109.hatenablog.com/entry/2021/06/23/202100より取得しました。


セッションスキーマ変更

MySQLにはスキーマの概念なし

 

(19c)

select sys_context('userenv','current_schema') from dual;

alter session set current_schema = SCHEMA1;
alter session set current_schema = TEST;

 

(13)

show search_path;

set search_path = 'schema1';
set search_path = 'public';

 

(2019)

調べた限り方法なし

 

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2021/06/23/202100より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14