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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Creating new user

RE: Creating new user

From: Santosh Varma <vsantosh_at_psi.soft.net>
Date: Tue, 22 Oct 2002 04:39:13 -0800
Message-ID: <F001.004EF9B7.20021022043913@fatcity.com>


Thanks Naveen
santosh
  -----Original Message-----
  From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Naveen Nahata   Sent: Tuesday, October 22, 2002 5:40 PM   To: Multiple recipients of list ORACLE-L   Subject: RE: Creating new user

  SQL> CREATE USER <username> IDENTIFIED BY <password> [DEFAULT TABLESPACE <user_tablespace> TEMPORARY TABLESPACE <temp_tablespace>]

  for importing on command prompt

  imp username/password_at_database fromuser=<username> touser=<username> file=<export_dump_file>

  If you just want the table structure and no data then use ROWS=N option too.

  regards
  Naveen
    -----Original Message-----
    From: Santosh Varma [mailto:vsantosh_at_psi.soft.net]     Sent: Tuesday, October 22, 2002 5:14 PM     To: Multiple recipients of list ORACLE-L     Subject: Creating new user

    how to create a new user ? in oracle 8.1.7 ?     and i want to import a dump file into that user so that i could create the tables. How to acheive this ?

    any help will be appreciated.
    Thanks and regards,

    Santosh

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Santosh Varma
  INET: vsantosh_at_psi.soft.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Oct 22 2002 - 07:39:13 CDT

Original text of this message

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