Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: problem in choose schme created to work
supposed you have created :
create user1 identified by something1 default storage user1tbsp
temporary ...
create user2 identified by somethingothers default ... ;
from the sqlplus prompt :
connect user1/something1@<ORACLE_SID>
connect user2/somethingothers@<ORACLE_SID>
-- Posted via http://dbforums.comReceived on Thu Apr 24 2003 - 03:26:33 CDT
![]() |
![]() |