How do you add a data file to a tablespace?

Answer Posted / hemant shrimali (dba)

alter tablespace T1
add datafile 'c:\xx\T1.dbf' size 4M autoextend off;

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you redefine a table online?

871


A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?

2212


when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.

1426


how can you enable flashback feature?

713


What are the commands used in dcl? : sql server DBA

775


how can you initialize log miner?

827


What are the operating modes in which database mirroring runs? : sql server DBA

855


What the different types of replication and why are they used? : sql server DBA

851


What types of replication are supported in sql server? : sql server DBA

979


what is the use of ocr?

784


What is the default fill factor value? : sql server DBA

801


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

2182


You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?

1742


What are the different ways you can create databases in sql server? : sql server DBA

807


Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

1719