How do you add a data file to a tablespace?
Answers were Sorted based on User's Feedback
Answer / hemant shrimali (dba)
alter tablespace T1
add datafile 'c:\xx\T1.dbf' size 4M autoextend off;
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / vinoth kumar
alter tablespace <tablespacename> add datafile 'u01
\oradata\db\test01.dbf' size 10m autoextend on next 5m
maxsize 50m
in prodution database autoextend off is to be avoid.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suman
alter database tablespace ts1 add datafile
'/u01/oradata/directory name/ts1.dbf' size 5m autoextend on;
Is This Answer Correct ? | 0 Yes | 0 No |
How do you tell what your machine name is and what is its IP address?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
What questions might be they ask in managerial round in capgemini.
Datapump backup steps?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
what is the purpose of catlaog in oracle rman?
Oracle 11g new features?
how can you find out if a table can be redefined?
Where do you find the default index fill factor and how to change it? : sql server DBA
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
What background process refreshes materialized views?
2 Answers Accenture, FLSmidth,
how can you initialize log miner?