Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to load a database from dump file (on disk)
using the following command
load database xyz from /path/abc.dmp
(where xyz is the name of the database)
this fails with error " exclusive access is needed to the database". so my guess is i need to kick off all users connected to the database.
how can i kick off all users unconditionally?
using the following command
load database xyz from /path/abc.dmp
(where xyz is the name of the database)
this fails with error " exclusive access is needed to the database". so my guess is i need to kick off all users connected to the database.
how can i kick off all users unconditionally?