please help me! [message #103229] |
Tue, 11 March 2003 00:48 |
serene
Messages: 4 Registered: March 2003
|
Junior Member |
|
|
What are the physical and logical data storage within the database and the relationships between them?
please explains to me...I got problem understanding it.
|
|
|
Re: please help me! [message #103234 is a reply to message #103229] |
Thu, 13 March 2003 06:06 |
Garouppa
Messages: 27 Registered: February 2003
|
Junior Member |
|
|
izi
logical data is the ORACLE view of the storage.
physical data is the OS view of the storage.
now you wanna make a new database :
1- prepare your OS to receive the final data: create data files : Physical storage.
2- prepare Oracle to receive your data: create tablespace, now these tablespace should be defined to the os, this gonna be made by choosing the previous datafiles.
3- at this step you can fully forget/ignore the OS ! you'll be dealing with the table spaces (the logical view/Oracle view), ie, you can now create Oracle objects (tables, indexes and stuff) and toss them on the .... tablespaces !!!
nice isn't ?
|
|
|