Bill Clinton,
who opened his speech on "Embracing Our Common Humanity"
with, "I am fascinated by project management."
His definition of what a project manager does: "Turning good intentions into positive outcomes. That's what project managers do."
His recommendation when people ask what a PM does: "Tell them you're in the 'how' business."
Wednesday, October 27, 2010
Tuesday, October 26, 2010
Oracle Unlock Scott Account
Unlocking the Scott Account
So you forgot to unlock the Scott account, eh?
Using SQLPlusWorksheet, login as "system" using the password that you gave to system accounts when you installed oracle. Next, execute the following statements:
alter user scott account unlock;
grant connect, resource to scott;
That should do it. If you want to create new accounts, try this:
create user LOGINNAME profile default identified by PASSWORD;
alter user LOGINNAME account unlock;
grant connect, resource to PASSWORD;
So you forgot to unlock the Scott account, eh?
Using SQLPlusWorksheet, login as "system" using the password that you gave to system accounts when you installed oracle. Next, execute the following statements:
alter user scott account unlock;
grant connect, resource to scott;
That should do it. If you want to create new accounts, try this:
create user LOGINNAME profile default identified by PASSWORD;
alter user LOGINNAME account unlock;
grant connect, resource to PASSWORD;
Subscribe to:
Posts (Atom)