This is probably a deadly simple task but I'm an Oracle rookie so I'm not too embarrased.
I'm Running Oracle 8i on Windows 2000 Server. Every couple of months I do an export like this:
exp system/password@MYDB file=myfile.dmp log=mylog.log full=y
Then I drop all of the objects, import, and compile an invalid objects. I do this to keep the extents under control. I usually do this in the wee hours on the weekend so the chances of a user connecting (via the core ERP application) is remote but the possibility still exists. Is there any way to prevent users from connecting? I'm worried that someone will connect during the process and mess it up for me or I'll mess it up for them. Someone once suggested stopping the listener service but that also killed my ability to do the export.
Thanks!
-Striker
I'm Running Oracle 8i on Windows 2000 Server. Every couple of months I do an export like this:
exp system/password@MYDB file=myfile.dmp log=mylog.log full=y
Then I drop all of the objects, import, and compile an invalid objects. I do this to keep the extents under control. I usually do this in the wee hours on the weekend so the chances of a user connecting (via the core ERP application) is remote but the possibility still exists. Is there any way to prevent users from connecting? I'm worried that someone will connect during the process and mess it up for me or I'll mess it up for them. Someone once suggested stopping the listener service but that also killed my ability to do the export.
Thanks!
-Striker