Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以 sysdba 身份登录,我想知道我正在使用哪个模式 如果我以 sysdba 身份创建表,如何查看在哪个模式中创建。
要返回当前架构,请使用:
SELECT SYS_CONTEXT('userenv', 'current_schema') FROM dual;