I accidentally drop a table (eg MSF900) in my production server and has been commited.
I restore the entire DB to a offline server then i export (without index) the table (eg MSF900) to a dmp file. From the offline server i copied the dmp file and save it into my production server. From there i import the table back to my DB at production server.
The question here is,
1. i can restore my table but how about my indexes ?
2. should i export indexes as well? if so, what's the command to do so?
I restore the entire DB to a offline server then i export (without index) the table (eg MSF900) to a dmp file. From the offline server i copied the dmp file and save it into my production server. From there i import the table back to my DB at production server.
The question here is,
1. i can restore my table but how about my indexes ?
2. should i export indexes as well? if so, what's the command to do so?