TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ramesh
NA
19
46.9k
create database failed and database already mounted ?
Sep 12 2012 1:01 AM
when i create a new database in sql plus it shows the following error
here even i applied startup nomounted again it shows same error.. pls help me to how to create the new database? and how to solve this problem?
SQL> conn system
Enter password: *****
Connected.
SQL> create database new_db;
create database new_db
*
ERROR at line 1:
ORA-01501: CREATE DATABASE failed
ORA-01100: database already mounted
database name is orcl and connect as sysdba
Reply
Answers (
0
)
in command in SQL
SQL Mutating Table