What is tablespace in oracle?
how can we create?
how is it manage?
.
.
.
Thnx 2 All in Advnc....:)
Answer Posted / ramya
The Structure of the table is known as tablespace,
create tablespace
users
datafile
‘/ora01/oracle/oradata/booktst_users_01.dbf’
size
50m;
using alter query we can manage the tablesapace
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the database name in oracle?
Give the advantages and disadvantages of clusters.
How to create an initialization parameter file?
how may join possible between (requisition with purchase order)
What is Redo Log Buffer in Oracle?
How to use null as conditions in oracle?
Explain index?
What is an oracle user account?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
What is background process in Oracle?
How to create a table index?
How do I know if oracle is installed on windows?
Point out the difference between user tables and data dictionary?
What exactly do quotation marks around the table name do?
How do we display rows from the table without duplicates?