Oracle PL/SQL Tutorial/SQL PLUS Session Environment/current schema
Версия от 13:45, 26 мая 2010; (обсуждение)
alter session set current_schema=scott
SQL>
SQL>
SQL>
SQL> alter session set current_schema=scott;
ERROR:
ORA-01435: user does not exist
SQL> show user
USER is "sqle"
SQL>