Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

Not able to create database in oracle 10g

Not able to create database in oracle 10g.I am using todd to connect to oracle 10g express edition.
when i say
create databe test_db
it is giving error message saying
ORA-01501: create database failed
CREATE DATABASE failed
Cause: An error occurred during create database
Action: See accompanying errors.
ORA-01100: database already mounted.
I was able to create tables and able to do all other sql commands using todd on oracle 10g.
I am using windows vista laptop.Please suggest me how can i create database so that in the next step i can run one .sql file to create the tables etc structure.Thanks in advance
SOLUTION
Avatar of grzessio
grzessio
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Tolomir
Tolomir
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

thank you all for your help