Answer Posted / rrr2009cse@gmail.com
while moving tables to the other tablespace the indexes has been unused due to movement of segments(tables). to reuse previous index on a table has to be rebuild
alter index indxname tablespace
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how can you record information about current session?
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.
What are the commands you'd issue to show the explain plan for "select * from dual"?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
suppose you want to audit specific activities on sensitive data. How can you achieve that?
how can you schedule a job in database?
I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB
who owns the operating system files created by the utl_file package?
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.
What is a correlated sub-query? : sql server DBA
What would you do with an "in-doubt" distributed transaction?
What is the default port no on which sql server listens? : sql server DBA
What is dbcc? : sql server DBA
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What authentication modes does sql server support? : sql server DBA