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

Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie trouble

Re: Newbie trouble

From: Howard J. Rogers <howardjr_at_www.com>
Date: Sat, 28 Oct 2000 18:28:11 +1000
Message-ID: <39fa8057@news.iprimus.com.au>

If there's one thing you should be doing with 8i as compared with, say, Oracle 7, it is getting out of the habit of granting connect and resource to new users. That's a kacky old Oracle 7 way of doing things that is much better done now with the 'grant create session' privilege, and then fine tune others as needed.

Oh, and you ought to get out of the habit of connecting as Internal, too. Internal won't be there for much longer.

Regards
HJR

--
--------------------------------------------------------------------------
Opinions expressed are my own, and not those of Oracle Corporation
Oracle DBA Resources:               http://www.geocities.com/howardjr2000
--------------------------------------------------------------------------

<lrako_at_my-deja.com> wrote in message news:8t99a2$bng$1_at_nnrp1.deja.com...

> Hi,
>
> Go in SQLplus and connect using SYS as login, change_on_install as
> password.
>
> You can also use (better) ORACLE_HOME/bin and run svrmgrl
> type: connect internal
> password: oracle
>
> then create your users using
> CREATE USER XXX identified by password.
> GRANT CONNECT TO XXX ; -- to give your newly created user the right to
> connect to the DB. (Other roles are available (resource, sysdba): check
> the doc.)
>
> I suggest you change the SYS password with
> ALTER USER SYS identified by new_password.
>
> Regards,
>
> Lalaina RAKOTONIAINA
> CRM Consultant
> Complete Business Solutions Inc.
>
>
>
> In article <8t7hsa$4gt$1_at_news.cybercity.dk>,
> "cah" <no_at_spam.mam> wrote:
> > Now.. i've installed 8i and created a database, but noway in hell can
i
> > connect to it !?!?
> > Only thing i got during install was some Ora8i and two
passwords 'manager'
> > and 'change_on_install', and it wont accept any combination.
> >
> > What the hell do i need to do to access the DB ?
> >
> > With DB2 i just fires up command-center and connected..
jabbadabbadoooo...
> > But here...
> > Can anyone point to a site on the net for ultra-oracle-newbies as
myself ?
> > (www.oracle.com is of little help)
> >
> > Thx.
> >
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Oct 28 2000 - 03:28:11 CDT

Original text of this message

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