How do you resize a data file?
Answers were Sorted based on User's Feedback
Answer / guest
alter databse datafile 'location of datafile' resize 2000M
Regards
Abhinav Phadnis
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / monal
in SQL Server 2005:
ALTER DATABASE <Database Name> MODIFY FILE
(NAME =<File Name>, MAXSIZE = <Size>)
| Is This Answer Correct ? | 9 Yes | 8 No |
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What are the operating modes in which database mirroring runs? : sql server DBA
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
How do you switch from an init.ora file to a spfile?
What is the recommended interval at which to run statspack snapshots, and why?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What does coalescing a tablespace do?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
How would you begin to troubleshoot an ORA-3113 error?
Name three advisory statistics you can collect.
What is fill factor? : sql server DBA
what do you understand by flashback feature of oracle?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)