When you unmount a database, you remove the database and its devices from an SAP ASE.
The unmount command shuts down the database. All tasks using the database are terminated. The database and its pages are not altered and remain on the operating system devices. This figure shows what happens when you unmount a database from a system.
The unmount command limits the number of databases that can be moved in a single command to eight.
Shuts down the database,
Drops the database from the SAP ASE,
Deactivates and drops devices,
Uses the manifest_ file clause to create the manifest file.
unmount database <dbname list> to <manifest_file> [with {override, [waitfor=<delay time]} ]
unmount database pubs2 to "/work2/Devices/Mpubs2_file"
Attempt to locate entry in sysdatabases for database 'pubs2' by name failed - no entry found under that name. Make sure that name is entered properly.