On Oct 4, 4:38 am, SANDEEP REDDY <[email protected]> wrote:
> Hi Friends
>
>      Initially You Need To LogIn To "SYS" User As SYSDBA Mode.Type
> "SYS AS SYSDBA" in the userid, It Will Ask For Password,Type the
> password which you have entered at the time of installation.
> then run the command
>
> ALTER USER SCOTT ACCOUNT UNLOCK;
>
> thats it
> Now You Can :Login as scott User
>
> Enjoyyyyy
>
> On Sep 29, 9:28 am, Naveen <[email protected]> wrote:
>
>
>
> > gave  service id  there or  string name
>
> > On Sat, Sep 17, 2011 at 11:22 AM, Shivani Gupta <[email protected]>wrote:
>
> > > Hi all........Plz tell me dat is dere any command which v hv to run b4
> > > starting SQL * Plus in ORACLE 10g....Whnevr i click on SQL * Plus
> > > icon,a screen is opened where i type scott n tiger,bt after dat nthng
> > > opens...d desktop is displayed...
>
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Oracle PL/SQL" group.
> > > To post to this group, send email to [email protected]
> > > To unsubscribe from this group, send email to
> > > [email protected]
> > > For more options, visit this group at
> > >http://groups.google.com/group/Oracle-PLSQL?hl=en
>
> > --
> > naveen- Hide quoted text -
>
> - Show quoted text -

SCOTT doesn't exist in newer releases of Oracle; the account needs to
be created FIRST before it can be used (10g and later, possibly
9iR2).  There is no SCOTT account to unlock if YOU don't create it.


David Fitzjarrell

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to