can we create an oracle database using sql developer? -


hello i'm newbie on oracle , know :

  1. if it's possible create oracle database using sql developer.
  2. in order these elements (user, connection, , database) should created.
  3. example of above questions going appreciated.

if you're using oracle definition of "database" (which different definition many other relational databases use), don't believe can create database sql developer. @ minimum, wouldn't want to. you'd want use database creation assistant (dbca) if you're learning oracle. of course, assumes you've installed oracle database software on machine rather sql developer.

you'd need create database first. user created within database. , connect database user.


Comments