Oracle PL/SQL Tutorial/SQL PLUS Session Environment/current schema — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:04, 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>