Home » RDBMS Server » Server Utilities » Re: I have a problem with my loggin in SQL PLUS
Re: I have a problem with my loggin in SQL PLUS [message #71072] Thu, 05 September 2002 04:15
ulli
Messages: 24
Registered: September 1999
Junior Member
try user system password manager and leave host string blank

if you want to work with a user other then system, you have to create a new user.
login as system/manager and type following commands:

grant connect,resource to username identified by password;
alter user username default tablespace users;
alter user username temporary tablespace temp;

after this you can connect with the new user username

ulli
Previous Topic: I have a problem with my loggin in SQL PLUS
Next Topic: urgent
Goto Forum:
  


Current Time: Mon May 06 02:00:49 CDT 2024