Hi
Is there a way to find out in sqlplus what
the password for SYSTEM account is ?
Or is there a default password used during installation ?
What would it be ?
I cant create user using SYS account.
SYS user is an owner of Oracle internal objects. It's created as a part of installation process. Try change_on_install or oracle as password. BTW, why do you need to connect as SYS?
Dima,
I dont know much about oracle.
I didnt know SYSTEM password to create users but I knew
SYS, so I tried with it to create users.
nbateman,
Thanks alot! I could create some users now.
My next question is:
What's the difference between Mysql's
create database;
and Oracle's tablespace.
I like to create some tables but they have to belong
somewhere.
Is it ok that I create tables under tablespace after
typing command
connect internal ?
What am I not understanding here ? Am I asking the right questions ?
See my reply to your other posting... Meanwhile it is not a good idea to use sys to do anything
- use system ( default password=manager , change it)
to manage the database and then
create a user with dba privs to manage users, etc
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.