Creation of database in Oracle
Posted
by
macha
on Stack Overflow
See other posts from Stack Overflow
or by macha
Published on 2011-01-13T15:51:11Z
Indexed on
2011/01/13
15:53 UTC
Read the original article
Hit count: 210
Hello, I am a newbie to Oracle, and I have used MySQL for most of the time. So now for testing scripts, I was just planning to create a database, but from the resources I have found on google, it doesn't look as simple it is maybe in mysql or in sqlserver.
I just need to create a database, say "CREATE DATABASE TESTDB";. That is it, but of the resources I have found, it seems I need to create an instance identifier, decide an authentication method, create an initialization file etc. Do I really have to do all this or am I using the wrong resources.
I just need to create a database and add a few tables into it, just to check my connection string etc. I need to check if I am able to connect to my web server.
© Stack Overflow or respective owner