[Laskey99] Section 13.2.3 ALTER DATABASE MOUNT

来源:百度文库 编辑:神马文学网 时间:2024/04/28 00:54:51
ALTER DATABASE MOUNT
ALTER DATABASE [ dbname] MOUNT [EXCLUSIVE |
PARALLEL]
Mounts the database dbname either in EXCLUSIVEor PARALLEL mode.
Keywords
EXCLUSIVE
Mounts one instance at a time. This isthe default.
PARALLEL
Used with the ParallelServer option; permits the database to be mounted by multipleinstances concurrently.
Note
You must have the OSDBA role to issue this command.

Create Bookmark (Key: b)Create Bookmark
Create Note or Tag (Key: t)Create Note or Tag
Download (Key: d)Download
Email This Page (Key: e)Email This Page
PrintPrint
Html View (Key: h)Html View
Zoom Out (Key: -)Zoom Out
Zoom In (Key: +)Zoom In
Toggle to Full Screen (Key: f)
Previous (Key: p)Previous
Next (Key: n)Next
Related Content

ALTER TABLE
From: Managing and Using MySQL, 2nd Edition
Altering Databases
From: MySQL™: The definitive guide to using, programming, and administering MySQL 4.1 and 5.0, Third Edition
ALTER DATABASE
From: MySQL™: The definitive guide to using, programming, and administering MySQL 4.1 and 5.0, Third Edition
ALTER TABLE
From: MySQL™: The definitive guide to using, programming, and administering MySQL 4.1 and 5.0, Third Edition
Altering a Database
From: Sams Teach Yourself MySQL® in 10 Minutes
Altering Tables
From: Sams Teach Yourself MySQL® in 10 Minutes
Create and alter databases
From: MCSA/MCSE/MCDBA Self-Paced Training Kit: Microsoft SQL Server 2000 System Administration, Exam 70-228, Second Edition
Altering tables
From: Using IBM DB2 for i as a Storage Engine of MySQL
ALTER SYSTEM
From: Oracle SQL: The Essential Reference
CREATE/ALTER DATABASE
From: Oracle SQL: The Essential Reference