Answer Posted / sridhar
in down time whatever the activity is there u need to complete in down time only
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
How would you go about verifying the network name that the local_listener is currently using?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
what are the benefits of flashback feature?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
Why would you call update statistics? : sql server DBA
what is ora 24313?what is the procedure to exclude that error?
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
What purpose does the model database server? : sql server DBA
what is the diffrence between core dba and apps dba?
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.