Click here to Skip to main content
15,891,316 members
Home / Discussions / Database
   

Database

 
GeneralRe: Get databases mapped to login Pin
Eddy Vluggen31-Oct-12 2:42
professionalEddy Vluggen31-Oct-12 2:42 
QuestionADO broken in W7 SP1 Pin
hairy_hats30-Oct-12 6:19
hairy_hats30-Oct-12 6:19 
AnswerRe: ADO broken in W7 SP1 Pin
Eddy Vluggen31-Oct-12 2:15
professionalEddy Vluggen31-Oct-12 2:15 
GeneralRe: ADO broken in W7 SP1 Pin
hairy_hats31-Oct-12 2:24
hairy_hats31-Oct-12 2:24 
GeneralRe: ADO broken in W7 SP1 Pin
Eddy Vluggen31-Oct-12 2:45
professionalEddy Vluggen31-Oct-12 2:45 
QuestionFirst Day using Oracle 11.g Pin
jkirkerx29-Oct-12 12:34
professionaljkirkerx29-Oct-12 12:34 
AnswerRe: First Day using Oracle 11.g Pin
jkirkerx29-Oct-12 15:32
professionaljkirkerx29-Oct-12 15:32 
GeneralRe: First Day using Oracle 11.g Pin
Jörgen Andersson30-Oct-12 6:21
professionalJörgen Andersson30-Oct-12 6:21 
You're on the right track.
But Oracle has a different archtecture than SQLServer. You are not supposed to create several databases on one computer, that's just a waste of resources.

So a few concepts:
Quote: René Nyffenegger
In Oracle terminology, a user is someone who can connect to a database (if granted enough privileges) and optionally (again, if granted the appropriate privileges) can own objects (such as tables) in the database.

The objects a user owns are collectively called >schema. A schema, on its part, is always bound to exactly one user. Because there is obviously a 1 to 1 relationship between a user and a schema, these two terms are often used interchangeable.

The tablespace is a logical storage area containing of one or more physical datafiles. There can be one or more Schema's stored in one tablespace.

The tablespace is the equivalent to the database in a SQLServer, except that that would be a lie. It's just not the same thing

Now you have all the keywords you need to google all the info you need.

What you should do when you create a new application is to create a tablespace for it, to separate the data for easier handling when exporting for example.
Then create a new user having this new tablespace as the default tablespace. And using this user, create your objects, and you will have a new schema that your application can use.
People say nothing is impossible, but I do nothing every day.

GeneralRe: First Day using Oracle 11.g Pin
jkirkerx30-Oct-12 10:30
professionaljkirkerx30-Oct-12 10:30 
GeneralRe: First Day using Oracle 11.g Pin
Jörgen Andersson30-Oct-12 23:00
professionalJörgen Andersson30-Oct-12 23:00 
GeneralRe: First Day using Oracle 11.g Pin
jkirkerx31-Oct-12 6:54
professionaljkirkerx31-Oct-12 6:54 
GeneralRe: First Day using Oracle 11.g Pin
Jörgen Andersson31-Oct-12 11:23
professionalJörgen Andersson31-Oct-12 11:23 
GeneralRe: First Day using Oracle 11.g Pin
Jörgen Andersson31-Oct-12 11:40
professionalJörgen Andersson31-Oct-12 11:40 
GeneralRe: 3rd Day using Oracle 11.g Pin
jkirkerx31-Oct-12 16:37
professionaljkirkerx31-Oct-12 16:37 
QuestionSSRS grouping Pin
berba29-Oct-12 1:33
berba29-Oct-12 1:33 
Questionhow to retrieve value from the database... Pin
nuts1528-Oct-12 1:35
nuts1528-Oct-12 1:35 
AnswerRe: how to retrieve value from the database... Pin
Eddy Vluggen28-Oct-12 2:06
professionalEddy Vluggen28-Oct-12 2:06 
Questionin crystal report want to display two detail feild in details section below first Pin
Azher.Cybertech27-Oct-12 23:59
Azher.Cybertech27-Oct-12 23:59 
AnswerRe: in crystal report want to display two detail feild in details section below first Pin
Eddy Vluggen28-Oct-12 2:03
professionalEddy Vluggen28-Oct-12 2:03 
GeneralRe: in crystal report want to display two detail feild in details section below first Pin
Azher.Cybertech28-Oct-12 19:20
Azher.Cybertech28-Oct-12 19:20 
GeneralRe: in crystal report want to display two detail feild in details section below first Pin
Eddy Vluggen28-Oct-12 23:33
professionalEddy Vluggen28-Oct-12 23:33 
Questionsql server 2008 table convert to xml files Pin
shannya25-Oct-12 20:48
shannya25-Oct-12 20:48 
AnswerRe: sql server 2008 table convert to xml files Pin
Ingo25-Oct-12 23:51
Ingo25-Oct-12 23:51 
AnswerRe: sql server 2008 table convert to xml files Pin
kankeyan26-Oct-12 0:31
kankeyan26-Oct-12 0:31 
GeneralRe: sql server 2008 table convert to xml files Pin
Ingo26-Oct-12 2:14
Ingo26-Oct-12 2:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.