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

Home -> Community -> Mailing Lists -> Oracle-L -> create DBA user need help...

create DBA user need help...

From: Sinardy Xing <sinardyxing_at_bcsis.com>
Date: Tue, 19 Jun 2001 01:30:57 -0700
Message-ID: <F001.0032E4F4.20010619014113@fatcity.com>

Hi all,

I recreated DBA role that provided by Oracle8i,

  1. Create New_DBA_role identified by change_me;
  2. Select 'GRANT ' || privilege || ' TO new_dba_role' FROM dba_sys_privs;

Create new dba user

3. Create user new_dba identified by password

                default tablespace userdata
                quota unlimited on userdata
        ;

4.      GRANT SYSDBA TO new_dba;



What other privilege or role that I need so that I am able to shutdown and startup database.
I am using OS authentication method.

Best Regards

Sinardy

--

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

Author: Sinardy Xing
  INET: sinardyxing_at_bcsis.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Jun 19 2001 - 03:30:57 CDT

Original text of this message

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