Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: problem in choose schme created to work

Re: problem in choose schme created to work

From: osy45 <member18536_at_dbforums.com>
Date: Thu, 24 Apr 2003 08:26:33 +0000
Message-ID: <2801181.1051172793@dbforums.com>

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.com
Received on Thu Apr 24 2003 - 03:26:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US